Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我不确定它是否可能,但有没有办法使用 as3 更改屏幕分辨率?就像您在全屏模式下运行 swf 一样,它显示在 1024 x 768 屏幕上,而不是电脑的实际分辨率。(我的意思是一旦它处于全屏模式)
提前致谢。
尝试
stage.fullScreenSourceRect = new Rectangle(0, 0, someWidth, someHeight); stage.displayState = StageDisplayState.FULL_SCREEN;