Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
JasonOlsen #1
SWF movies- stop looping
Hi
I have a SWF file and it I have it playing in a html page. I DO NOT want it to
loop as after its done you go to a diffrent page. I have managed to stop it
looping in Internet Explorer but not in Firefox. I have got the code using
Dreamweaver but just need it to work in both browsers.
So what im asking is: How do I stop a SWF looping in firefox?
Thanks ;)
JasonOlsen Guest
-
Stop a Looping .SWF
hi there, you can stop the flash movie from looping by adding the following param <param name="loop" value="false"> -
How to stop looping
I am trying to create a banner to a web page. I have the flash movie created, but I cannot figure out how to get the animation to play once and then... -
stop a sound from looping
Can someone tell me how to stop a sound from looping. this is my script : onEnterFrame = function () { bus_mc._x += 20; wave_sound = new... -
MX Prof 2004 - Unable to stop movie from looping
Hello, My Flash document is a product demo and many subsequent scenes include AVI movie clips. My problem is that the AVIs keep looping and I... -
How can I get my Flash video to stop looping and...
How can I get my Flash video to stop looping and play the same on all computers. What I have is 4 introduction videos playing in different... -
Dr octopus #2
Re: SWF movies- stop looping
Loop="false"
see this line for your swf file and edit it as this
<EMBED SRC="Untitled-1.swf" WIDTH="400" HEIGHT="300" PLAY="true" LOOP="false"
WMODE="opaque" QUALITY="high"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Vers
ion=ShockwaveFlash">
Dr octopus Guest



Reply With Quote

