Embed flv video in html

Hi,

I think the below code may be useful for the developers and designers to embed a flv video into html .

<object type=”application/x-shockwave-flash” data=”yourplayer.swf” width=”320″ height=”300″>
<param name=”movie” value=”yourplayer.swf” />
<param name=”allowFullScreen” value=”true” />
<param name=”allowscriptaccess” value=”always” />
<a href=”http://www.adobe.com/go/getflash”>
<img src=”http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif” alt=”Adobe Flash player” />
</a>
<param name=”flashvars” value=”vdo=http://yoursitename.com/filename.flv&autoplay=false” />
</object>

 

You can change the height and width according to your need.You can put a player according to your likings.

You can add the below param also :

<param name=”wmode” value=”transparent” />
<param name=”bgcolor” value=”colorcode” />
<param name=”quality” value=”high” />

Leave a Reply

Your email address will not be published. Required fields are marked *