我有代码:
< a class='vid' href='player.swf?url=folder/anotherfolder/file.flv&volume=50' title=''><img src='wheremyimage.gif' width='200' height='150' alt='' /></a >
问题是,播放器没有播放我的.flv文件。
我想我做错了,那里的任何人都可以提供帮助吗?
答案 0 :(得分:1)
我明白了。
< a class='vid' href='player.swf?file=folder/anotherfolder/file.flv&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&volume=50' width="800" height="600" allowfullscreen="true" />