views:

397

answers:

1

Is there a way to do a projector fullscreen in flash but retain the proper size and tile a pattern background? Much like an HTML page with a pattern background and main content area.

Thanks.

A: 

you can register for an event to be notified when flash enters and exits fullscreen mode when Stage.displayState is changed, then adjust your background images scaling/tiling appropriately for each instance.

http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/events/FullScreenEvent.html

Also, you can set the Stage.scaleMode to change the scaling behaviour when going to fullscreen mode. Play with these options and you should be able to do what you need.

JStriedl