简体   繁体   English

Flash FLVPlayBack视频转为FULLSCREEN而不是应用程序

[英]Flash FLVPlayBack Video goes FULLSCREEN instead of the Application

I am working on a Flash App and its a presentation. 我正在开发Flash应用程序及其演示文稿。 I want the App to go full screen but there is an FLVPlayBack component playing a video now instead of the App the StageDisplayState.FULL_SCREEN turns the video to full screen. 我希望应用程序全屏显示,但现在有一个FLVPlayBack组件播放视频而不是应用程序StageDisplayState.FULL_SCREEN将视频转为全屏。

When I remove the video it works fine but I need that video there. 当我删除视频时它工作正常,但我需要那个视频。

Any idea what is going wrong here ? 知道这里出了什么问题吗?

_Iza _Iza

set the fullScreenTakeOver parameter of your FLVPlayback Component to false before the FULL_ SCREEN Code. 在FULL_ SCREEN代码之前将FLVPlayback组件的fullScreenTakeOver参数设置为false Hope that will resolve that Video takeover issue. 希望能解决视频接管问题。

var yourFLVPlaybackComp:FLVPlayback = new FLVPlayback();
    yourFLVPlaybackComp.fullScreenTakeOver = false;

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM