2011-04-15 64 views
-2

js文件&现在打开div盒的事件而不是空div盒我想播放.flv文件,我从你的管下载所以我如何嵌入flv播放器&其控制&在该播放器中播放我的.flv文件?的我如何在HTML中嵌入flv player&.flv文件?

+0

可能重复[什么是最好的免费开源的FLV播放器(嵌入)?](http://stackoverflow.com/questions/823866/what-is-the-best-free-open-source - flv-player-embed) – 2011-04-15 10:09:38

+0

[在网站上嵌入视频最简单的FLV播放器是什么?](http://stackoverflow.com/questions/99406/what-is-the-easiest-flv-player-for -embedding-视频-A-网站) – 2011-04-15 10:09:56

回答

-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>