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.
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.