Hi Karina,

I really sorry to bother you, but nothing I'm trying is working. Would you
by any chance have an example or a link I could look at to figure this one
out? I've been all over the Adobe site and nothing is working. I keep
getting the window around the app, not full screen.

I really would appreciate any help you could offer, because the deadline is
getting very close and the whole kiosk is ready except for the full screen
display. 

Thank you for anything you can do,
John



on 4/7/10 5:43 AM, Karina Steffens at [email protected] wrote:

> I don't know about AIR, but this AS3 code works for exes, standalone swfs,
> and html-embedded:
> 
> stage.displayState = StageDisplayState.FULL_SCREEN
> 
> Btw, have you checked if stage is not a null? As3 requires that the object
> that calls the stage is a child of the stage. If you're calling it from
> anything that's not a movieclip/sprite that's already part of the stage's
> display list, it will fail.
> Workarounds: place your code in the Main class or movie clips placed on the
> stage in the IDE. Alternatively, use ADDDED_TO_STAGE listener on movie clips
> or get the reference from a stage child.
> 
> Cheers,
> Karina


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

Reply via email to