Discussion:
autostart=false problem in embedded FLV
(too old to reply)
Edwin Toh
2010-04-04 08:56:09 UTC
Permalink
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
Flasher
2010-04-04 11:02:22 UTC
Permalink
You need to open the FLA file and edit this component. The setting is
near the top of the list. Look at the online video tutorials for this.


On Sun, 4 Apr 2010 01:56:09 -0700 (PDT), Edwin Toh
Post by Edwin Toh
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
<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>
http://niwdehot.webs.com/filmanimation.htm
Would be very grateful for help on where to place the autostart=false
commands! Thank you!
Regards,
Edwin
Loading...