Adobe AIR 应用程序自行适应屏幕(最大化)
有没有办法制作 Adobe AIR 应用程序 适合屏幕(最大化) 推出?
Is there a way to make an Adobe AIR app
fit screen(maximize) by itself when it's
launched?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
来自 Abhilash :
只需在应用程序创建中调用 maximize(); 函数
功能齐全。
来源 :
http://groups.google.com/group/flex_india/ browser_thread/线程/afd5a97aea768d52/59aabcf6a74171b9#59aabcf6a74171b9
From Abhilash :
Just call the
maximize();
function in the Application creationComplete function.
Source :
http://groups.google.com/group/flex_india/browse_thread/thread/afd5a97aea768d52/59aabcf6a74171b9#59aabcf6a74171b9
添加一个creationComplete事件到你的应用程序
然后添加maximize(); 函数创建完成事件。
Add a creationComplete event to your application
Then Add the maximize(); function to the creation complete event.