1
我有我的球員下一個按鈕,我想用用下面的代碼來觸發全屏:的Flowplayer:全屏不工作
$f().toggleFullscreen()
我Chrome
,IE10
和Firefox
嘗試和它doesn」工作。我只能通過雙擊電影或使用控件插件中的按鈕來獲得全屏。從這些瀏覽器
錯誤:
- 火狐:
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
直接給我論壇,但我到了那裏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");