Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有以下代码,我想用 swf 视频或 .AVI 视频替换图像。我有播放 swf 视频的对象视频代码,但我希望我的视频在图像当前所在的框内播放。
<div class="pic_list"> <ul id="picListItem"> <li><a href="javascript:void(0)" imgurl="1.jpg">Image</a></li> </ul> </div>
将图像的锚点替换为对象。该对象将播放 SWF 视频。你不需要锚。
如何使用对象: http ://www.w3schools.com/html/html_object.asp