Results 1 to 5 of 5

Thread: How can I auto play an .swf?

  1. #1

    Thread Starter
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418

    How can I auto play an .swf?

    Using <param name="autoplay" value="true" /> fails to work.

    Code:
    <object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="all" height="346" width="430" data="http://lads.myspace.com/videos/vplayer.swf?">
      <param name="allowScriptAccess" value="never" />
      <param name="allowNetworking" value="all" />
      <param name="movie" value="http://lads.myspace.com/videos/vplayer.swf?" />
      <param name="flashvars" value="m=18913506&v=2&type=video" />
    </object>

  2. #2
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: How can I auto play an .swf?

    Code:
    play="true"

  3. #3

  4. #4
    Fanatic Member
    Join Date
    Oct 2004
    Posts
    751

    Re: How can I auto play an .swf?

    I think it would have to be whoever is providing the SWF file to implement that, because the movie is coded by myspace. Check the myspace help pages for any API they may (not) provide.

    If they don't provide anything then you are outta luck. Check google when all else fails.
    My Projects: [ Instant Messagener Client/Server ] [ VBPictochat ]

    My Sites:
    [ Datanethost ]
    [ Helpdesk ]

    Remember if my post was helpful then Rate This Post.

  5. #5

    Thread Starter
    Dazed Member
    Join Date
    Oct 1999
    Location
    Ridgefield Park, NJ
    Posts
    3,418

    Re: How can I auto play an .swf?

    The following works with non-swf's.

    Code:
    <object type="application/x-shockwave-flash" allowScriptAccess="never" allowNetworking="internal" height="350" width="425" data="http://www.youtube.com/v/JWVqS-lb254&autoplay=true">
      <param name="allowScriptAccess" value="never" />
      <param name="allowNetworking" value="internal" />
      <param name="movie" value="http://www.youtube.com/v/JWVqS-lb254&autoplay=true" />
    </object>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width