我有代码:
< 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 文件。
我想我这样做不正确,有人可以提供帮助吗?
我想到了。
< 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!作品!
尝试使用嵌入标签。就像是:
<embed src = 'player.swf?url=folder/anotherfolder/file.flv&volume=50' width="800" height="600" allowfullscreen="true" />