"Movavi VideoSuite makes you look like a video whiz, with minimal effort. Burn, rip, copy, fix, filter, split, convert - you name it..."
ElectronicHouse.com

Movavi VideoSuite > How-To > HTML Code for Streaming FLV


1. Copy and paste the following HTML code.

< object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
width="320" height="240" id="fullscreen" align="middle">
< param name="allowScriptAccess" value="sameDomain" />
< param name="movie" value="flvplayer.swf" />
< param name="quality" value="high" />
< param name="salign" value="tl" />
< param name="bgcolor" value="#ffffff" />
< param NAME=FlashVars VALUE="file=ENTER_YOUR_FLV_FILENAME_HERE.flv">
< embed src="flvplayer.swf"
FlashVars="file=ENTER_YOUR_FLV_FILENAME_HERE.flv" quality="high"
salign="tl" bgcolor="#ffffff" width="320" height="240" name="fullscreen"
align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-
flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
< /object>

2. Replace ENTER_YOUR_FLV_FILENAME_HERE with your own .flv file name (2 places).

3. If necessary, change the width and the height to match the actual size of your video (2 places).

4. Right-click on the file and choose Save Target As to save flvplayer.swf object on your computer.

5. Right-click on the file and choose Save Target As to save the HTML document on your computer.

6. Create a new folder on your server and upload to the folder the following files:

  • Your converted Flash video file.
  • The saved flvplayer.swf file.
  • The saved HTML document.

You can publish on your webpage as many Flash video as you want. Only make sure that a folder with your uploaded .flv video contains the flvplayer.swf and the HTML document as well.