mickapoo
05-28-2009, 04:28 PM
I'm a COMPLETE newbie, so please don't be too hard on me. I have a Flash slideshow, and instead of having it repeat, I just want it to play one time. I did not create the Flash file itself, so I don't know if there is something there that needs to be changed, but I was wondering if, in this code snippet I could specify that it only play one time instead of continuing to loop?
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="2000" HEIGHT="2000" id="flashslide" ALIGN="">
<PARAM NAME=movie VALUE="flashslide.swf?imglist_fn=getimglist.txt&img_path=img&interval=3000&w=780&h=170">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=scale VALUE=noscale>
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="flashslide.swf?&imglist_fn=getimglist.txt&img_path=img&interval=3000&w=780&h=170" quality=high scale=noscale wmode=transparent bgcolor=#FFFFFF WIDTH="2000" HEIGHT="2000" NAME="flashslide" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
Thank you for your help!
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="2000" HEIGHT="2000" id="flashslide" ALIGN="">
<PARAM NAME=movie VALUE="flashslide.swf?imglist_fn=getimglist.txt&img_path=img&interval=3000&w=780&h=170">
<PARAM NAME=quality VALUE=high>
<PARAM NAME=scale VALUE=noscale>
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="flashslide.swf?&imglist_fn=getimglist.txt&img_path=img&interval=3000&w=780&h=170" quality=high scale=noscale wmode=transparent bgcolor=#FFFFFF WIDTH="2000" HEIGHT="2000" NAME="flashslide" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
Thank you for your help!