开发者

full screen view of flex application

开发者 https://www.devze.com 2022-12-09 14:04 出处:网络
I want full screen view(through code,without pressing F11) of my flex app开发者_StackOverflow社区lication.Can you please help me?From Flex Examples.

I want full screen view(through code,without pressing F11) of my flex app开发者_StackOverflow社区lication.Can you please help me?


From Flex Examples.

The line you're interested in is probably this:

Application.application.stage.displayState = StageDisplayState.FULL_SCREEN;

This is what the movie players and such use to get full screen.

0

精彩评论

暂无评论...
验证码 换一张
取 消