how i embed flv player &.flv file in html?

8.9k Views Asked by At

js file & event on which div box is open now instead of empty div box i want to play .flv files that i download from you tube so how do I embed flv player & its control & play my .flv file in that player?

1

There are 1 best solutions below

0
On
<object type="application/x-shockwave-flash" width="400" height="350"
wmode="transparent" data="flvplayer.swf?file=**vid location**&autoStart=true">
<param name="movie" value="flvplayer.swf?file=**vid location**&autoStart=true" />
<param name="wmode" value="transparent" />
</object>