Skip to content

Component Preloader

hypersurge edited this page May 31, 2015 · 2 revisions

All runtime loaded assets must be loaded (at runtime!), the Preloader does this, displays visual updates and proceeds to the next stage in initialisation once completed.

Things you should know about Preloader

  • APreloader comes ready to run (it's created automatically in the default Factory).
  • Preloader automatically loads in assets defined in the config XML file: settings.assets.url1...
  • Any assets used before the Preloader has completed must be compiled into the root application (as they are not yet available).
  • Implements IPreloader.

Did you know?

  • The default Flash Preloader registers Fonts automatically.