fabulousFlex.PreloadingImage

 

How does it work?

 

 

 

 

How do I create a custom Preloader?

 

Real easy in just a few steps

  1. create a new mxml component based on TitleWindow.
  2. design it, put any graphics you like.
  3. hook to the show, hide and creationComplete events

  1. In the creationComplete function add code like this, that will start you animation on popup.

  1. In the onShow event start your animation – play an effect, whatever you like.
  2. In the onHide event stop any ongoing effects, do any cleanup code you like.
  3. If you want progress event notification implement the IProgress Interface like this: