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.
带有 FF、Chrome 的视频运行良好。所以,对于 Ie7 和 Ie8 我有问题。使用闪存回退,
您的浏览器不支持视频...</p> </object> ]]>
我无法播放视频。如果我用已经托管的东西替换 url 参数,视频就可以了。为什么不播放我本地的视频?
听起来像是一个 activeX 问题,特别是如果你在 IE 上,还要确保你的链接是正确的,我相信有多个地方你需要改变它
<param name="movie" value="your.swf" /> and <object type="application/x-shockwave-flash" data="your.swf" width="533" height="337">