Not signed in (Sign In)

Vanilla 1.0.3 is a product of Lussumo. More Information: Documentation, Community Support.

    • CommentAuthored
    • CommentTimeJan 15th 2008
     
    Hi, does anyone here know how to start a Flash movie on the first frame using SWFObject? Thanks for your help.
    • CommentAuthorAran
    • CommentTimeJan 17th 2008
     
    If there is a stop() command on your flash movie, then there isn't much you can do. SWFObject is for embedding your flash content into your page, not externally controlling it. If you want to have control of the flash movie from the browser/javascript, then you need to look at something like the externalInterface class.

    The simple solution is to not have a stop() command in the flash file / put a play() command insode.