Not signed in (Sign In)

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

    • CommentAuthorgjonas
    • CommentTimeJan 30th 2007
     
    I got the swfobject working this morning and it plays the .swf file fine. I want to know how I can prevent it from looping over and over again. I tried putting the following code into my html after I created the swfobject.

    so.addParam("loop", "false");

    It does not have any effect on the looping of the video. I also tried modifying the swfobject.js file but that doesn't work either.

    I'm sure there is a simple fix to this. Thanks.
    • CommentAuthorGeoff
    • CommentTimeJan 30th 2007
     
    normally you would just put a stop() action on your last frame.
    • CommentAuthorgjonas
    • CommentTimeJan 30th 2007
     
    Ok, how is that done exactly? I am new to this technology.