1 package net.systemeD.halcyon {
6 This simply allows us to store arbitrary data (e.g. a filename) in the Loader object,
7 so that the responder knows which image has just been loaded.
11 import flash.events.*;
13 import flash.display.*;
15 public class ExtendedLoader extends Loader {
16 public var info:Object=new Object();