andrew509
04-15-2004, 05:05 PM
Hi everybody. This is going to sound a bit stupid but what the heck. I am a webdesigner but i only recently began using flash.
And now i'm finding myself in a little bit of trouble. I have made a picture and added animated text over it. I said that the text can only play once so no looping. But somehow for some reason it keeps on looping.
Here's the code:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" ID=Dodge-Design WIDTH=780 HEIGHT=256>
<PARAM NAME=movie VALUE="top.swf">
<PARAM NAME=wmode VALUE=window>
<PARAM NAME=scale VALUE=Default>
<PARAM NAME=salign VALUE=CC>
<PARAM NAME=play VALUE=true>
<PARAM NAME=devicefont VALUE=true>
<PARAM NAME=loop VALUE=false>
<PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#ffffff>
<EMBED width=780 height=256 src="top.swf" wmode=window scale=Default salign=CC play=true devicefont=true loop=false menu=false quality=high bgcolor=#ffffff TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>
</OBJECT>
As you can see it says "loop VALUE=false", if that would work i would be pretty happy. But eventhough it says false the text starts playing over and over again.
Does anybody have an answer on this one? It only needs to play once and then stop at the end.
Thank you in advance for your answer.
Andrew.
And now i'm finding myself in a little bit of trouble. I have made a picture and added animated text over it. I said that the text can only play once so no looping. But somehow for some reason it keeps on looping.
Here's the code:
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" ID=Dodge-Design WIDTH=780 HEIGHT=256>
<PARAM NAME=movie VALUE="top.swf">
<PARAM NAME=wmode VALUE=window>
<PARAM NAME=scale VALUE=Default>
<PARAM NAME=salign VALUE=CC>
<PARAM NAME=play VALUE=true>
<PARAM NAME=devicefont VALUE=true>
<PARAM NAME=loop VALUE=false>
<PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=high>
<PARAM NAME=bgcolor VALUE=#ffffff>
<EMBED width=780 height=256 src="top.swf" wmode=window scale=Default salign=CC play=true devicefont=true loop=false menu=false quality=high bgcolor=#ffffff TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>
</OBJECT>
As you can see it says "loop VALUE=false", if that would work i would be pretty happy. But eventhough it says false the text starts playing over and over again.
Does anybody have an answer on this one? It only needs to play once and then stop at the end.
Thank you in advance for your answer.
Andrew.