Javascript Flowplayer(3.1.4)不适用于便携式Firefox(1.7.3.0)

Javascript Flowplayer(3.1.4)不适用于便携式Firefox(1.7.3.0),javascript,html,firefox,flowplayer,portable-applications,Javascript,Html,Firefox,Flowplayer,Portable Applications,我的问题非常类似于和 不同的是我正在努力让它工作 以下是相关的js/html代码: <table id="videoBox" border="0" width="541px" height="350px" cellspacing="10" cellpadding="0" > <tr> <td width="521px" valign="middle" align="center"> <div id="video" style="w

我的问题非常类似于和

不同的是我正在努力让它工作

以下是相关的js/html代码:

<table id="videoBox" border="0" width="541px" height="350px" cellspacing="10" cellpadding="0" >
  <tr>
    <td width="521px" valign="middle" align="center">
      <div id="video" style="width:521px; height:324px;"></div>   
      <script language="JavaScript">
      var bgImg = 'url(../theme/img/video-overlay-en.jpg)';  

      flowplayer('video', '../theme/flowplayer-3.1.4.swf', {

        onLoad: function() {
          this.setVolume(100);    // set volume to 100% 
        },

        onBeforeFullscreen: function() { return false; },
        buffering: false,
        debug: false,

        canvas: {
          backgroundColor: "transparent",
          backgroundGradient: 'none'
        },

        plugins: {
          content: {
            url: '../theme/flowplayer.content-3.1.0.swf',
            backgroundImage: bgImg,
            height: 95,
            width: 521,
            padding: 0,
            bottom: 0,
            opacity: 1.0
          },
          controls: null
          },
          clip: {
            url: '../media/44/01.flv',
            autoPlay: true,
            autoBuffering: true,
          },
          play: {
          opacity: 0,
          label: null, 
          replayLabel: null
        }
      });
      </script>
    </td>
  </tr>
</table>

var bgImg='url(../theme/img/video overlay en.jpg)';
flowplayer('video','../theme/flowplayer-3.1.4.swf'{
onLoad:function(){
this.setVolume(100);//将音量设置为100%
},
onBeforeFullscreen:function(){return false;},
缓冲:false,
调试:错误,
画布:{
背景色:“透明”,
背景梯度:“无”
},
插件:{
内容:{
url:“../theme/flowplayer.content-3.1.0.swf”,
背景图片:bgImg,
身高:95,
宽度:521,
填充:0,
底部:0,
不透明度:1.0
},
控件:null
},
剪辑:{
url:“../media/44/01.flv”,
自动播放:对,
自动缓冲:是的,
},
播放:{
不透明度:0,
标签:空,
replayLabel:null
}
});
问题是,即使在一开始似乎有“缓冲符号”,视频也不会播放。显然,我已经尝试了对上面的链接有效的解决方案(即修改div标签中的代码),但这对我不起作用。任何帮助都将不胜感激


另外,正如你所看到的,这是一个旧版本的flowplayer,但这不会有任何区别,我认为以下是对我有效的方法:

当您试图从本地硬盘查看flash视频(.flv,在我的情况下)时,flowplayer需要一些安全设置,基本上允许包含flash内容的目录中的内容。以下是解释详细信息的链接:

向下滚动至页面底部,单击提供的链接以编辑flash player安全设置