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
相关问题
- how to get selected text from iframe with javascri
- How do you scroll an iframe from within using jque
- Is there any way to make the background of a 3D-mo
- Iframe scrollbar align to right
- I would like to manipulate the html inside an ifra
相关文章
- iframe的里内容看不到,但却点得到
- How to make LibGDX Desktop go fullscreen by defaul
- iframe content disappears on Firefox
- Changing an IFrames InnerHtml from codebehind
- Issue setting Kivy to fullscreen
- Scrolling issues with ExtJS 5 app inside IFrame
- iframe not reading cookies in Chrome
- Does html5 local storage store per iframe?
Got it. flowplayer sets
window == window.top
as default for fullscreen so in order to make it work you need to manually setflowplayer.conf.fullscreen = true;