我知道这个函数(setFullscreen)只能用于HTML5,但它对我不起作用。这是我如何使用:
setFullscreen: true
我希望JW Player在页面加载后立即全屏启动。我在android(HTML5)上用chrome beta测试它。
答案 0 :(得分:3)
你可以使用get getFullscreen但是为了安全起见,没有API调用来设置全屏
这会有所帮助:
http://www.longtailvideo.com/support/jw-player/28851/javascript-api-reference#resize
祝你好运!答案 1 :(得分:1)
答案 2 :(得分:1)
你可以使用iframe
<iframe id="IVideo" runat="server" allowFullScreen="true" height="400px" width="480px"></iframe>
在服务器端...调用另一个使用Jwplayer的页面
IVideo.Attributes["src"] = "Video.aspx?w=Video.mp4";