gpt4 book ai didi

flash - IE7和flowplayer 5.2.0因 “flash: Video file not found”而失败

转载 作者:行者123 更新时间:2023-12-02 22:58:31 24 4
gpt4 key购买 nike

我在Firefox,Google Chrome,iPad3,IE9,IE8中使用flowplayer播放电影和听到音频没有问题。

但是IE7失败并显示:flash: Video file not found
我在 <head>中有这个:

<link rel="stylesheet" type="text/css" href="/media/js/flowplayer/skin/minimalist.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript" src="/media/js/flowplayer/flowplayer.min.js"></script>
<script type="text/javascript">
flowplayer.conf.embed = false;
</script>

视频标记:
<div class="flowplayer" data-embed="false">
<video preload="none">
<source type="video/mp4" src="/video/test.mp4"/>
<source type="video/ogg" src="/video/test.ogv"/>
<source type="video/flash" src="/video/test.mp4"/>
</video>
</div>
  • FLASH版本:11.5.502.110
  • 操作系统:Windows 7 Home Premium 64位
  • 最佳答案

    看来路径必须是完整路径。那意味着
    /video/test.mp4变成http://www.mydomain.com/video/test.mp4

    <div class="flowplayer" data-embed="false">
    <video preload="none">
    <source type="video/mp4" src="http://www.mydomain.com/video/test.mp4"/>
    <source type="video/ogg" src="http://www.mydomain.com/video/test.ogv"/>
    <source type="video/flash" src="http://www.mydomain.com/video/test.mp4"/>
    </video>
    </div>

    关于flash - IE7和flowplayer 5.2.0因 “flash: Video file not found”而失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13705597/

    24 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com