我知道這個函數(setFullscreen)只適用於HTML5,但它不適合我。這裏是我如何使用:JW播放器「setFullscreen」
setFullscreen: true
我希望JW Player在頁面加載後立即以全屏啓動。即時通訊測試它與android(HTML5)上的Chrome測試版。
我知道這個函數(setFullscreen)只適用於HTML5,但它不適合我。這裏是我如何使用:JW播放器「setFullscreen」
setFullscreen: true
我希望JW Player在頁面加載後立即以全屏啓動。即時通訊測試它與android(HTML5)上的Chrome測試版。
你可以使用get getFullscreen但出於安全沒有API調用來設置全屏
這會幫助:
http://www.longtailvideo.com/support/jw-player/28851/javascript-api-reference#resize
祝你好運!
您可以用iframe
<iframe id="IVideo" runat="server" allowFullScreen="true" height="400px" width="480px"></iframe>
在服務器端...調用使用Jwplayer
IVideo.Attributes["src"] = "Video.aspx?w=Video.mp4";
另一頁