actionscript 3 - Two native AIR windows from a single AIR app? -


i'm building in flashdevlop pure as3.

i'm looking @ building kiosk uses 2 screens. used administer tests. 1 screen has test, second controls admin test. have played wide app not elegant , both screens run full screen on each screen. possible have 1 air app spawn 2 native air windows? secondary question possible detect multiple screens , target screen full screen to? simple checking window size detect work, im not sure can move , if low level api fullscreen on screen. not find examples of in docs.

what docs did into? found right away.

you'll need screen class if want information on screens connected pc. , here's documentation on using it.

to create new windows, instantiate new nativewindow class , call activate() on when you're done configuring.

there's lot of other useful stuff in flash.display package. air stuff marked little air icon. have admit have been easier find if had put these classes in separate air package.


Comments

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -