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;