Adobe Air 应用程序全屏 - HTML/XML/Javascript
制作我的第一个 Adobe Air 应用程序,想知道它们是否是全屏标签或 javascript 函数来使应用程序全屏显示?我使用的是 HTML 等,而不是 Flash。
Making my first Adobe Air app and was wondering if their was a fullscreen tag or javascript function to make the app fullscreen? I'm using HTML etc, not Flash.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
由于它是一个Air应用程序,因此您可以通过动作脚本很好地控制全屏。
请浏览 StageDisplayState 类以获取更多信息,或者只需访问此链接,如 < a href="https://stackoverflow.com/users/848102/evan">埃文
Since it is an Air application, you can control the fullscreen very well with the action script.
Please go through the StageDisplayState class for more information or just visit this link as mentioned by evan
您可以在此处找到说明和文件:
http://cookbooks.adobe.com/post_Using_the_FullScreen_functionity_in_AIR-8004 .html
http://cookbooks.adobe.com/index.cfm?event=getFile&fileId =3604
Here you can find an explanation and a file:
http://cookbooks.adobe.com/post_Using_the_FullScreen_functionality_in_AIR-8004.html
http://cookbooks.adobe.com/index.cfm?event=getFile&fileId=3604