如何在 Flex 中检测显示器分辨率

发布于 2024-11-24 11:57:20 字数 27 浏览 1 评论 0原文

如何在flex中检测显示器当前的分辨率。

How to detect the Monitor current resolution in flex.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

冷︶言冷语的世界 2024-12-01 11:57:20

尝试使用 flash.system.Capability 及其属性screenDPIscreenResolutionXscreenResolutionY

Try to use flash.system.Capabilities class and its properties screenDPI, screenResolutionX and screenResolutionY.

一张白纸 2024-12-01 11:57:20

您不能只检测 Flex 中的屏幕分辨率。您可以做的最接近的事情是切换到全屏模式,然后检查舞台分辨率,这将等于显示器分辨率。

要切换到全屏,请将舞台的 displayState 属性设置为 StageDisplayState.FULL_SCREEN

You can't just detect screen resolution in Flex. The closest thing you can do is switch to full screen mode and then check your stage resolution, which will then equal monitor resolution.

To switch to full screen set the stage's displayState property to StageDisplayState.FULL_SCREEN.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文