-2

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?

Sukhjeevan
  • 3,074
  • 9
  • 46
  • 89
shailesh
  • 1
  • 1
  • 1
  • possible duplicate of [What is the best free open source FLV player (embed)?](http://stackoverflow.com/questions/823866/what-is-the-best-free-open-source-flv-player-embed) – Pekka Apr 15 '11 at 10:09
  • also [What is the easiest FLV player for embedding video on a website?](http://stackoverflow.com/questions/99406/what-is-the-easiest-flv-player-for-embedding-video-on-a-website) – Pekka Apr 15 '11 at 10:09

1 Answers1

-2
<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>
Matt Ellen
  • 11,268
  • 4
  • 68
  • 90