全屏显示 Flash 中的不同组件
我正在开发一个 Flash 网站,可以选择全屏显示,但该网站内部有一个视频播放器,具有相同的功能。当我将网页更改为全屏模式时,将显示视频而不是主网页。我发现指令也是一样的,那么我该如何决定哪个组件应该全屏显示呢?视情况而定是视频还是主网?
I'm developing a website in flash which have the option to be displayed in fullscreen, but the website has a video player inside which has the same functionality. When I change the web to fullscreen mode the video is displayed instead of the main web. I have figured out that the instruction is also the same, so how can I decide which component should be displayed in fullscreen? The video or the main web depending on the situation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想这取决于你所说的“视频播放器”是什么意思。
如果它是您合并到应用程序中的 FLVPlayback 组件,则您可以设置 fullScreenTakeOver 属性。
如果它是第三方播放器,例如 JW Player 或来自 YouTube 或 Vimeo 的播放器,您必须单独查看它们支持的内容。
I guess it depends on what you mean by "video player".
If it is a FLVPlayback component that you incorporate in your application, then you can set the fullScreenTakeOver property.
If it is a third-party player, like for example the JW Player or the players from YouTube or Vimeo, you would have to look in to what they support, individually.