llifeisexpensive
05-23-2008, 04:08 PM
Hello
I'm new to this forum but what i have seen it is pretty good on helping people. My problem is i am using a .swf video but i don't want it to autostart to play on my website.
It would be a very usefull option to insert a pre-loading option for the player, without autostarting it...
ie.: The player is already loading the movie as soon as the html page/player swf has been loaded, but does no autostart the file. Below is the code for the video which i want to preload and not autostart but i don't know the script that has to be inserted. If anyone can kindly help me with my script by inserting the codes where needed to preload the .swf file without it autostarting that would be great.
<html>
<head>
<title>kakaka</title>
</head>
<body>
<center><object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
height="259" width="429"><param name="movie"
value="http://www.beatresult.com/Videos/GoChi.swf"><param
name="quality" value="high">
<embed src="http://www.beatresult.com/Videos/GoChi.swf"
quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" height="259"
width="429"></object></center>
</body>
</html>
Thank you
Above is only the video that I will be incorporating into my website so people first view the website, and then can click play and watch the fully preloaded movie, instead of clicking play and wait for the loading to begin/finish...
I'm new to this forum but what i have seen it is pretty good on helping people. My problem is i am using a .swf video but i don't want it to autostart to play on my website.
It would be a very usefull option to insert a pre-loading option for the player, without autostarting it...
ie.: The player is already loading the movie as soon as the html page/player swf has been loaded, but does no autostart the file. Below is the code for the video which i want to preload and not autostart but i don't know the script that has to be inserted. If anyone can kindly help me with my script by inserting the codes where needed to preload the .swf file without it autostarting that would be great.
<html>
<head>
<title>kakaka</title>
</head>
<body>
<center><object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"
height="259" width="429"><param name="movie"
value="http://www.beatresult.com/Videos/GoChi.swf"><param
name="quality" value="high">
<embed src="http://www.beatresult.com/Videos/GoChi.swf"
quality="high"
pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" height="259"
width="429"></object></center>
</body>
</html>
Thank you
Above is only the video that I will be incorporating into my website so people first view the website, and then can click play and watch the fully preloaded movie, instead of clicking play and wait for the loading to begin/finish...