RE: [Flashcoders] Scope issues within a class

2006-03-03 Thread Merrill, Jason
oders mailing list >>Subject: RE: [Flashcoders] Scope issues within a class >> >>Yeah - thanks, but how to do that for multiple xml files and know when >>all the files are loaded? Say you just had an array of xml files and >>then wanted to know when they had all been successful

RE: [Flashcoders] Scope issues within a class

2006-03-03 Thread Merrill, Jason
>>-Original Message- >>From: [EMAIL PROTECTED] [mailto:flashcoders- >>[EMAIL PROTECTED] On Behalf Of JesterXL >>Sent: Friday, March 03, 2006 5:59 PM >>To: Flashcoders mailing list >>Subject: Re: [Flashcoders] Scope issues within a class >> >>Yeah,

Re: [Flashcoders] Scope issues within a class

2006-03-03 Thread JesterXL
Yeah, use Delegate for the onLoad. yourXML.onLoad = Delegate.create(this, yourLoadFunction); - Original Message - From: "Merrill, Jason" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Friday, March 03, 2006 5:52 PM Subject: [Flashcoders] Scope issues within a class I'm attem