我的播放器下方有一个按钮,我想使用以下代码触发全屏:
$f().toggleFullscreen()
我试了进去Chrome,IE10还是Firefox不行。我只能通过双击电影或使用控件插件中的按钮来获得全屏。
这些浏览器的错误:
- 火狐:
uncaught exception: Error in Actionscript. Use a try/catch block to find error. - 铬合金:
Error calling method on NPObject. - IE10:
Could not complete the operation due to error 8070000c. 
我尝试通过 查找错误代码Google,但所有与将flowplayer我定向到flowplayer论坛相关的链接,但我到了那里504 Gateway Time-out并且Google缓存中没有该页面的副本。
我对播放器进行了一些配置,但即使在最简单的情况下也会出现这个问题:
 <a
                href="http://local/app/test.flv"
                style="display: block; width: 520px; height: 330px"
                id="player"></a>
//...
     flowplayer("player", "../../App_Common/FlowPlayer/flowplayer-3.2.16.swf");