0

我有代码:

< 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 文件。

我想我这样做不正确,有人可以提供帮助吗?

4

2 回答 2

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!作品!

于 2012-07-09T10:33:48.930 回答
0

尝试使用嵌入标签。就像是:

<embed src = 'player.swf?url=folder/anotherfolder/file.flv&amp;volume=50' width="800" height="600" allowfullscreen="true" />
于 2012-07-08T13:45:57.090 回答