网页插入视频无声音(40min内在线等)

给位大侠,有没有知道怎么弄的
我在网页中插入一段80M的视频,avi格式,ie6浏览器,视频可以看,但就是没声音,用播放器单独播放视频是有声音的。下面是我用的代码
<embed src="shui3.avi" width="620" height="447" style="margin-top:20px; margin-left:24px;"></embed>
单独截取了一段10M多的也不行。不是大小的问题。
还是没声音

应该是embed标签的问题,试试object标签,其实最通用的解决方案

就是使用FLV格式的视频

然后使FLASH的FLV播放器播放

兼容性最好了

比如土豆网,还有优酷等。
温馨提示:答案为网友推荐,仅供参考
第1个回答  2010-12-28
<embed src="shui3.avi" type="application/x-mplayer2" autostart="true" play="true" loop="true" menu="true" width="620" height="447" style="margin-top:20px; margin-left:24px;"></embed>
试下本回答被网友采纳
相似回答