HTML player.swf通过弹出窗口/窗口播放x.flv文件

时间:2012-07-08 13:38:39

标签: html flash

我有代码:

< a class='vid' href='player.swf?url=folder/anotherfolder/file.flv&amp;volume=50' title=''><img src='wheremyimage.gif' width='200' height='150' alt='' /></a >

问题是,播放器没有播放我的.flv文件。

我想我做错了,那里的任何人都可以提供帮助吗?

2 个答案:

答案 0 :(得分:1)

我明白了。

< a class='vid' href='player.swf?file=folder/anotherfolder/file.flv&amp;volume=50' title=''><img src='wheremyimage.gif' width='200' height='150' alt='' /></a >

将“url”替换为“file”,walla!作品!

答案 1 :(得分:0)

尝试使用embed标记。类似的东西:

<embed src = 'player.swf?url=folder/anotherfolder/file.flv&amp;volume=50' width="800" height="600" allowfullscreen="true" />