【问题标题】:flowplayer cannot be fullscreen in ie browserflowplayer在ie浏览器中不能全屏
【发布时间】:2012-04-24 08:42:17
【问题描述】:

但它在 chrome 和 firefox 中运行良好。 这是我的代码:

<script>
        $f("player", "http://www.practice.com/ci/resource/flowplayer-3.2.9.swf", {
          plugins: {
            controls : {
                fullscreen : true,
            }
          },
          clip: {
            baseUrl: "http://www.practice.com/ci/resource",
            url: "info.flv",
            //urlResolvers: "secure",
            //scaling: "fit",
            onStart: function (clip) {
              document.getElementById("info").innerHTML = clip.baseUrl + "/" + clip.url;
            }
          }
        });
    </script>

有什么问题吗?

【问题讨论】:

    标签: flowplayer


    【解决方案1】:

    clip 中定义fullscreen : true 而不是在plugin 中的controls 中定义并查看。

    【讨论】:

      【解决方案2】:

      在(逗号错误)处有语法错误:

      fullscreen : true
      

      【讨论】:

        猜你喜欢
        • 1970-01-01
        • 1970-01-01
        • 2011-12-21
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 1970-01-01
        • 2014-12-29
        相关资源
        最近更新 更多