I am wondering if anyone can help with a small problem that I have. I have a flash video that is 5mb and want the video to start when a website is opened. My current code is: <object width="313" height="236"> <param name="movie" value="flash/videos/Welcome.swf"></param> <param name="allowFullScreen" value="true"></param> <param name="allowscriptaccess" value="always"></param> <embed src="flash/videos/Welcome.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="313" height="236" bgcolor="#200906"></embed> </object> Code (markup): I either need to know how to reduce the size of the video while keeping the quality or how to steam it so that it plays as it downloads. Thank you in advance.
if you want to reduce the size of the video and stream to website, you can try to convert swf to flv, then put the video on website, if you need, you can follow this tutorial about how to put video on website: http://www.flash-video-soft.com/blog/?p=4
You can make flv video auto play with this tutorial - http://flash-video-player.blogspot.com/2009/03/how-to-make-video-auto-play-on-web-page.html