Fullscreen Flex Preloader
This is a flex custom preloader made by extending the DownloadProgressBar class in the flex framework. The progress bar is a fullscreen sprite with a customizable color. You can also change the position and styles of the percentage textfield. See the below code to customize the preloader.
// Progress bar color
protected var barColor:uint = 0xE8D385;
/**
* [...]
