Not signed in (Sign In)

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

    • CommentAuthorLarry
    • CommentTimeDec 4th 2007
     
    I am new to the world of Flash, and very impressed with your product. One problem: I cannot get "loop" to be recognized, either with
    "so.addVariable("loop", "false");" or "so.addParam("loop", "false");". What am I overlooking? Is there a way to set up a specific numer of repetitions? I am using IE 7.0.5730 and Netscape 8.1.3 on XP, and IE 7.0.6000 on Vista. Any clues would be greatly appreciated. Thanx.
    • CommentAuthorphilip
    • CommentTimeDec 4th 2007
     
    swfobject only embeds a SWF to a webpage... your SWF's internal actionscript generally controls all of your SWF's behavior/playback.

    have you used something like stop() in your actionscript to prevent the looping?

    - philip