Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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?

share|improve this question

1 Answer

<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>
share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.