Multiple monitor flash game

Hey everyone,

My newest project calls for allowing 4 people to play a game at once on 4 individual monitors. It’s a memory game where each player tries to match up cards on the screen. The game itself is already implemented; however, I do not know how to make the games communicate with each other (so, for instance, once the common timer runs out, the winner is announced on each screen).

Also, I need to be able to display only one game (full-screen) per monitor. I’m considering that Adobe AIR might be a good choice to use here, but if so, I’m not sure exactly how the windowing would work.

Any guidance would be greatly appreciated!

Thanks in advance!

_Catharsis