Today I finished my asset loader class, which can load any type of asset. This can be very helpful! Loading external images or swf files became a daily procedure, so why not writing my own asset loader class that is agile and easy to use?

I know! Not really rocket science, but it’s extremely useful! This asset loader class acts more like a helper class, you can write your own custom asset (by extending the asset). What I like very much is the ability to attach a preloader asset to it. When writing your own custom asset, you have access to all loader events so you can write for example a nifty preloader. Continue reading








