Adobe AIR:是否可以创建一个全屏应用程序来填充多个显示器?
我正在尝试构建一个在具有扩展桌面的两个显示器上运行的 Adobe AIR 应用程序。这可能吗?
我读过全屏仅限于单个显示器,唯一的选择是将应用程序最大化到两个显示器。是这样吗?如果是这样,我怎样才能隐藏 OSX 顶部菜单栏?
I am trying to build an Adobe AIR app that runs on two monitors with an extended desktop. Is that possible?
I've read fullscreen is restricted to a single display and the only option is to maximize the app to both displays. Is that right? If so, how can I hide OSX top menu bar?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
郑重声明一下,OSX 不允许您同时打开多个全屏应用程序(任何类型,不仅仅是 AIR),也不允许您将全屏应用程序扩展到多个显示器。
Just for the record, OSX does not allow you to have more than one full screen applications (of any kind, not just AIR) open at the same time nor it let's you to expand a full screen app to more than one display.
只要窗口大小正确,应用程序窗口就可以跨越多个显示器。菜单栏和停靠栏也可以隐藏。查看苹果文档中的 NSWindow 以获取更多信息。 Adobe 可能支持也可能不支持此功能。
An application window can span multiple displays as long as the window is sized properly. Menubar and dock can also be hidden. Check NSWindow in the apple documentation for more info. Adobe may or may not support this feature.