From: Edwin Toh on 4 Apr 2010 04:46 I have this FLV i'm trying to prevent from auto-playing on my website.. inserted the code provided through the online free FLV Player (http://flvplayer.com/free-flv-player) and tried to input "autostart=false" commands but i don't know where to put it correctly.. =x Here's my code (without any edited changes): <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/ swflash.cab#version=9,0,0,0" width="640" height="375" id="FlvPlayer" align="middle"> <param name="allowScriptAccess" value="sameDomain" /> <param name="allowFullScreen" value="true" /> <param name="movie" value="http://flvplayer.com/free-flv-player/ FlvPlayer.swf" /> <param name="quality" value="high" /> <param name="bgcolor" value="000000" /> <param name="FlashVars" value="flvpFolderLocation=http://flvplayer.com/ free-flv-player/flvplayer/&flvpVideoSource=http://www.fileden.com/ files/2008/4/1/1847518/TSB- Reyza.flv&flvpWidth=640&flvpHeight=375&flvpInitVolume=80&flvpTurnOnCorners=true&flvpBgColor=000000" <embed src="http://flvplayer.com/free-flv-player/FlvPlayer.swf" flashvars="flvpFolderLocation=http://flvplayer.com/free-flv-player/ flvplayer/&flvpVideoSource=http://www.fileden.com/files/ 2008/4/1/1847518/TSB- Reyza.flv&flvpWidth=640&flvpHeight=375&flvpInitVolume=80&flvpTurnOnCorners=true&flvpBgColor=000000 quality="high" bgcolor="000000" width="640" height="375" name="FlvPlayer" align="middle" allowScriptAccess="sameDomain" allowFullScreen="true" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /> </object> And here's the webpage: http://niwdehot.webs.com/filmanimation.htm Would be very grateful for help on where to place the autostart=false commands! Thank you! Regards, Edwin
From: Jenn on 4 Apr 2010 12:32 My flash book says this: To Set Playback options: In the Playback section of the HTML tab of the Publish Settings dialog box, choose: ~To make users begin the movie manually (by clicking a button or by choosing Play from the contextual menu), choose Paused At start. Depending on the flash version your using, there may be other ways to do the same thing... possibly inserting a code layer with a stop(); action in the first frame. -- Jenn (from Oklahoma) "Edwin Toh" <niwdehot(a)gmail.com> wrote in message news:9d2a221f-d745-4ad1-a5cb-70a932c68a93(a)x12g2000yqx.googlegroups.com... >I have this FLV i'm trying to prevent from auto-playing on my > website.. inserted the code provided through the online free FLV > Player (http://flvplayer.com/free-flv-player) and tried to input > "autostart=false" commands but i don't know where to put it > correctly.. =x > > Here's my code (without any edited changes): > > <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" > codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/ > swflash.cab#version=9,0,0,0" width="640" height="375" id="FlvPlayer" > align="middle"> > <param name="allowScriptAccess" value="sameDomain" /> > <param name="allowFullScreen" value="true" /> > <param name="movie" value="http://flvplayer.com/free-flv-player/ > FlvPlayer.swf" /> > <param name="quality" value="high" /> > <param name="bgcolor" value="000000" /> > <param name="FlashVars" value="flvpFolderLocation=http://flvplayer.com/ > free-flv-player/flvplayer/&flvpVideoSource=http://www.fileden.com/ > files/2008/4/1/1847518/TSB- > Reyza.flv&flvpWidth=640&flvpHeight=375&flvpInitVolume=80&flvpTurnOnCorners=true&flvpBgColor=000000" > <embed src="http://flvplayer.com/free-flv-player/FlvPlayer.swf" > flashvars="flvpFolderLocation=http://flvplayer.com/free-flv-player/ > flvplayer/&flvpVideoSource=http://www.fileden.com/files/ > 2008/4/1/1847518/TSB- > Reyza.flv&flvpWidth=640&flvpHeight=375&flvpInitVolume=80&flvpTurnOnCorners=true&flvpBgColor=000000 > quality="high" bgcolor="000000" width="640" height="375" > name="FlvPlayer" align="middle" allowScriptAccess="sameDomain" > allowFullScreen="true" type="application/x-shockwave-flash" > pluginspage="http://www.adobe.com/go/getflashplayer" /> > </object> > > And here's the webpage: > http://niwdehot.webs.com/filmanimation.htm > > Would be very grateful for help on where to place the autostart=false > commands! Thank you! > > > Regards, > Edwin
|
Pages: 1 Prev: Help! Next: How to Embed Flash CS4 SWF in FrontPage 2003 |