I have a Adobe Flash application that runs full screen in kiosk mode (as projector exe) and is mirrored onto a second screen through simple OS based cloning of the screen (Windows 7).
Now there’s a requirement that instead of simply cloning the first screen, the application should show other additional information on the second screen.
My naive approach was to create two separate Flash applications and let them communicate over a http proxy. However I haven’t found anything in the API in the Adobe Flash documentation that allows me to send the secondary application fullscreen onto the second monitor.
Does anyone have an idea? Or is it easier/possible to have one application (instead of two) but with double the width? Would that stretch over to both screens?
Update: A LocalConnection as mentioned by Ryan below is simpler than a http proxy, so I went that route. For the dual screen problem, I used the Flash Builder tool mentioned below.
Found the solution. This little tool here converts swfs to headless executables and has some neat features to access the filesystem and interact with the flash file.
http://thesz.diecru.eu/content/flash.php
The developer was so kind to extend the command set with