Fairly simple ActionScript 3 implementation of a full browser background image.
Class Features
- Supports minimum scale size, which if set, will clip rather than scale the image if the stage is resized below this point
Dispatches a Loaded and Loading Event
Supports a removal event
View Example
Here is an example; http://www.noponies.com/dev/as3_fullbrowser/
Source Files
Here are the relevant source file; ActionScript 3 Full Browser Background Files
Dependencies
Class uses tweenLite for alpha fade. This is one line, and is easy to remove.
Thanks! Very useful