How to Embed FLV into WebPage 1. Convert .flv to .swf files: -AVS Video Converter Download: http://www.dvdvideosoft.com/avs-video-tools.htm OR: -Moyea Flash Video MX Download:http://www.swfkits.com 2. Upload the SWF file, HTML and the picture to your server. 3. Adjust the video sample codes, which will be copied to the web page codes. <title>video</title> <center> <!–url’s used in the movie–> <!–text used in the movie–> <!– saved from url=(0013)about:internet –> <object classid=”clsid:D27CDB6E-AE6D-11cf-96B8-444553540000″ codebase=”http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0″ width=”320″ height=”240″> <param name=”movie” value=”file.swf”> <param name=”quality” value=”high”> <param name=”allowScriptAccess” value=”sameDomain” /> <param name=”allowFullScreen” value=”True” /> <embed src=”file.swf” quality=”high” pluginspage=”http://www.macromedia.com/go/getflashplayer” type=”application/x-shockwave-flash” width=”320″ height=”240″ allowScriptAccess=”sameDomain” allowFullScreen=”True”> </embed> </object> </center> The default width and height is width=”320” height=”240“. SWF file that has been uploaded to the server can be placed where file.swf lies in. Copy the piece of video codes into the codes of the web page. Enjoy the videos in your web page.