Re: [Flashcoders] using a class to load data

2008-03-28 Thread Allandt Bik-Elliott (Receptacle)
PROTECTED] On Behalf Of Allandt Bik-Elliott (Receptacle) Sent: Thursday, March 27, 2008 4:30 PM To: Flash Coders List Subject: Re: [Flashcoders] using a class to load data thanks jason - i've done this and it's working, i just wanted you to take a look to make sure i've not done it stupidly CODE package

[Flashcoders] using a class to load data

2008-03-27 Thread Allandt Bik-Elliott (Receptacle)
hi guys i am trying to set up a class to handle my xml (will be instantiated for each xml file) but i'm running into a slight problem here is the class so far: CODE package { //package imports import flash.events.*; import flash.net.*; internal class

RE: [Flashcoders] using a class to load data

2008-03-27 Thread Merrill, Jason
Innovative Learning Blog subscribe. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Allandt Bik-Elliott (Receptacle) Sent: Thursday, March 27, 2008 2:51 PM To: flashcoders Subject: [Flashcoders] using a class to load data hi guys i am trying

Re: [Flashcoders] using a class to load data

2008-03-27 Thread Allandt Bik-Elliott (Receptacle)
Of Allandt Bik-Elliott (Receptacle) Sent: Thursday, March 27, 2008 2:51 PM To: flashcoders Subject: [Flashcoders] using a class to load data hi guys i am trying to set up a class to handle my xml (will be instantiated for each xml file) but i'm running into a slight problem here is the class so far

RE: [Flashcoders] using a class to load data

2008-03-27 Thread Merrill, Jason
, March 27, 2008 4:30 PM To: Flash Coders List Subject: Re: [Flashcoders] using a class to load data thanks jason - i've done this and it's working, i just wanted you to take a look to make sure i've not done it stupidly CODE package { //package imports import flash.events