On Mon, Feb 22, 2010 at 9:33 AM, Gregory Boland <[email protected]>wrote:
> e.target isn't your loader info, its most likely the Loader itself. > > the target is where the event bubbles from, and the currentTarget is what > was applied the listener > > so what you are looking for is e.target.content and that is whatever you > loaded in > e.target.content.removeEventListener(Event.COMPLETE, loaded); Thanks for the clarification, but that ain't doing it either. TIA, Susan _______________________________________________ Flashcoders mailing list [email protected] http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

