douxiong1994 2014-05-27 07:04
浏览 188

Flowplayer抛出错误:Uncaught Flowplayer无法访问元素

In my project, I am displaying video in many pages. But in one page it is throwing error as

Uncaught Flowplayer cannot access element: flowplayer flowplayer-3.2.13.min.js:22
b flowplayer-3.2.13.min.js:22
window.flowplayer.window.$f flowplayer-3.2.13.min.js:22
(anonymous function)

I saw lot of posts related to the same and tried according to them. But yet not able to solve this. I am sharing the part of code which is related to the flowplayer.

Code:

<script src="<?php echo base_url()?>js/flowplayer-3.2.13.min.js"></script>
<script>

    $f("flowplayer", {
    src:"<?php echo base_url()?>js/flowplayer-3.2.18.swf",
    wmode: "opaque"
},{
  clip: {

    autoPlay : "true",
    autoBuffering : "true",
    onStart: function() {
        return true;
      },

      onPause: function() {

      },

      onResume: function() {
      },

      onFinish: function() {

      }
  },
  });
</script>

<div class="video_playinga right">
    <div class="video_playinginner">
         <div class="video_frame">
            <div class="videoarea"> </div>
                <div class="shadow_v">
                <a href="<?php echo base_url()?>secure/1/teamwork.mp4" class="fplayer" id="flowplayer"></a>
            </div>
          </div>
    </div>
</div>

I don't know whether these divs are making the problem. Can anyone help me to solve this?

Thanks in advance.

  • 写回答

0条回答 默认 最新

    报告相同问题?

    悬赏问题

    • ¥15 执行 virtuoso 命令后,界面没有,cadence 启动不起来
    • ¥50 comfyui下连接animatediff节点生成视频质量非常差的原因
    • ¥20 有关区间dp的问题求解
    • ¥15 多电路系统共用电源的串扰问题
    • ¥15 slam rangenet++配置
    • ¥15 有没有研究水声通信方面的帮我改俩matlab代码
    • ¥15 ubuntu子系统密码忘记
    • ¥15 信号傅里叶变换在matlab上遇到的小问题请求帮助
    • ¥15 保护模式-系统加载-段寄存器
    • ¥15 电脑桌面设定一个区域禁止鼠标操作