How can I enable fullscreen in Flowplayer 5.2 that's in an iframe?

荒凉一梦 提交于 2019-12-10 11:49:32

问题


I'm building an embeddable player with flowplayer 5.2 and noticed that fullscreen support is gone when it's in an iframe. Those other big players have allowFullScreen in their iframe code but the flowplayer script doesn't see it or I don't know how to make it see it.
Has anyone here figured this out?
Thanks,
thomas


回答1:


Got it. flowplayer sets window == window.top as default for fullscreen so in order to make it work you need to manually set flowplayer.conf.fullscreen = true;



来源:https://stackoverflow.com/questions/13799804/how-can-i-enable-fullscreen-in-flowplayer-5-2-thats-in-an-iframe

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!