View Single Post
need assitances with flash
Old
  (#1)
Sgt.Amerex=C.P.B.= is Offline
Senior Member
 
Posts: 101
Join Date: Jan 2003
Location: Toronto,Canada
   
Default need assitances with flash - 04-05-2003, 04:45 PM

I have a few peices of flash text movies on my site, however, once they do their first loop, they keeps looping themselves over and over again.

I have the loop set to "loop=1" doesnt seem to work.

what am I doing wrong and how can i fix this problem?

here is the coding..

<center><OBJECT CLASSID="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
WIDTH="300" HEIGHT="60"
CODEBASE="http://active.macromedia.com/flash5/cabs/swflash.cab#version=5,0,0,0">
<PARAM NAME="MOVIE" VALUE="recruitment.swf">
<PARAM NAME="PLAY" VALUE="1">
<PARAM NAME="LOOP" VALUE="1">
<PARAM NAME="WMODE" VALUE="opaque">
<PARAM NAME="QUALITY" VALUE="high">
<EMBED SRC="recruitment.swf" WIDTH="300" var looped; (looped == 1){ stop(); } else { looped = 1;} HEIGHT="60" PLAY="1" LOOP="1" WMODE="opaque" QUALITY="high"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</EMBED>
</OBJECT><center>

Thanks,
Sgt.Amerex
  
Reply With Quote