在两台显示器上全屏显示 Flash 内容?

发布于 2024-11-03 07:48:55 字数 364 浏览 4 评论 0原文

我认为有一种简单的方法可以使 Flash 内容同时在两台显示器上全屏显示,但我似乎不记得该怎么做。

搜索这个主题很困难,因为很多人都在谈论在另一个屏幕上工作时保持全屏视频播放的能力,这不是我想要的。我需要一个正在开发的 2880 x 900 分辨率的应用程序,以便可以在两个显示器上水平全屏查看。

我尝试

stage.displayState = "fullScreen";

过通过用户点击激活,但它只填充一个屏幕。

我已经在投影仪和浏览器中进行了尝试,将allowFullscreen 设置为true,并使用10.2 版的播放器。

有人知道我做错了什么吗?

谢谢。

I thought there was a simple way to make Flash content display full-screen on two monitors at once, but I can't seem to recall how to do it.

Searching on the topic is tough because so many people are talking about the ability to keep a full-screen video playing while working on another screen, which is not what I want. I need an app I'm developing at 2880 x 900 to be viewable full-screen across two monitors horizontally.

I've tried

stage.displayState = "fullScreen";

activate from a user click, but it fills only one screen.

I've tried it from within a projector and from a browser with allowFullscreen set to true, and using version 10.2 of the player.

Anyone have any idea what I'm doing wrong?

Thanks.

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

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

发布评论

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

评论(3

你的呼吸 2024-11-10 07:48:55

是啊,确实没有办法。即使在其他平台上,这似乎也确实不可能。作为一个经常使用双屏的用户,这会很好,因为全屏 Flash 相当有问题......尽管最近几个月,我发现在使用 Flash 全屏时,可以使用另一个屏幕进行工作,而无需将第一个屏幕调整为标准大小。我正在分担你的痛苦。

亲切的问候,

彼得

Yeah, there is really no way of doing it. Even on other platforms, it really doesn't seem possible. As a constant dual screen user, this would be nice as fullscreen flash is rather buggy... Although in recent months, I have found that while using flash fullscreen, one can use the other screen to work on without the first screen resizing to standard. I am sharing your pain.

Kind Regards,

Peter

木森分化 2024-11-10 07:48:55

您可以执行此操作,但需要第三方 swf2exe 工具。我制作了一款可以让你做到这一点的产品。 SWF Studio 允许您通过 UI 中的单个复选框启用“多显示器支持”,这使得您的投影仪窗口在全屏显示时将填充整个虚拟显示器。

你在这块大画布上做什么取决于你。如果您尝试用视频填充虚拟显示器,请准备好支付性能损失。视频需要覆盖很大的屏幕。

请参阅此屏幕上的最后一个复选框以启用多显示器支持
http://www.northcode .com/v3/help/index.html?page=User%20Interface_Main%20%20Window%20Tab.html

You can do this, but you'll need a third party swf2exe tool. I make a product that lets you do this. SWF Studio lets you enable "multiple monitor support" with a single checkbox in the UI that makes your projector window will fill the entire virtual display when you go fullscreen.

What you do on that large canvas is up to you. If you try to fill the virtual display with video be prepared to pay performance pernalties. That's a lot of screen to cover with video.

See the last checkbox on this screen to enable multiple monitor support
http://www.northcode.com/v3/help/index.html?page=User%20Interface_Main%20%20Window%20Tab.html

愁以何悠 2024-11-10 07:48:55

如前所述,如果没有插件,目前这似乎不太可能。

我最终所做的是创建两个通过 LocalConnection 进行通信的不同投影仪。

它运行得很好,但我希望 Adob​​e 在不久的将来的某个时候内置对此的本地支持。

As mentioned, it seems unlikely that this is possible at the moment without addons.

What I've ended up doing is creating two distinct projectors that communicate via LocalConnection.

It's working well enough, though I'm hoping that Adobe will build in native support for this at some point in the near future.

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