Great :) I'm still mystified as to why a simple FullScreen command wouldn't work for you, but I'm glad you got a workaround for it.
Karina > -----Original Message----- > From: [email protected] [mailto:flashcoders- > [email protected]] On Behalf Of John R. Sweeney Jr > Sent: 14 April 2010 2:42 > To: Flash Coders List > Subject: Re: [Flashcoders] Full screen with AIR 1.5 > > Thank you very much, but after looking inside of every possible button > and > option I found a advance settings button that had the options of > turning off > minimize, maximize and close button, then I turn the Window style to > Custom > Chrome (opaque) and that removed the standard background color, so I > put a > bottom most layer a full screen vector box of the desired color and I > have > full screen. ;) > > Thank you VERY much for your help and suggetions (which I tried that > code > and it still didn't work argh). But I all better now. > > You have a great day, > John > > > on 4/13/10 4:39 PM, Karina Steffens at [email protected] wrote: > > > Hi John, > > > > I don't really have any links that could help you, but here's a > simplified > > example from my code that might illustrate my point: > > > > public function onFullScreen() { > > var s:Stage = Main.instance.stage; > > if (s.displayState != StageDisplayState.FULL_SCREEN){ > > s.displayState = StageDisplayState.FULL_SCREEN; > > } > > } > > > John R. Sweeney Jr. > Interactive Multimedia Developer > > > OnDemand Interactive Inc > 945 Washington Blvd. > Hoffman Estates, IL 60169 > Office/Fax: 847.310.5959 > Cellular: 847.651.4469 > www.ondemandinteractive.com > > > _______________________________________________ > Flashcoders mailing list > [email protected] > http://chattyfig.figleaf.com/mailman/listinfo/flashcoders _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

