[flexcoders] Re: How do I use URLLoader?

2008-05-22 Thread wild.katana
From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Spratt Sent: Wednesday, May 21, 2008 8:42 PM To: flexcoders@yahoogroups.com Subject: RE: [flexcoders] Re: How do I use URLLoader? Declare the variable in the instance scope, that is, not inside a function

[flexcoders] Re: How do I use URLLoader?

2008-05-21 Thread wild.katana
Hmm, I tried that but it didn't work... I previously tried these as well but they didn't do it, nor did the import flash.net.* ... hmmm import flash.net.URLLoader; import flash.net.URLRequest;

[flexcoders] Re: How do I use URLLoader?

2008-05-21 Thread wild.katana
Wierd, I can't post anything... Tracy, what do you mean by instance variable? I tried: public var myLoader:URLLoader = new URLLoader(myXMLURL); But it didn't work.. Any ideas?

[flexcoders] Re: How do I use URLLoader?

2008-05-21 Thread wild.katana
Tracy, what do you mean about the instance variable? I tried this but it didn't work: public var myLoader:URLLoader = new URLLoader(myXMLURL); Any ideas?

[flexcoders] Re: How do I use URLLoader?

2008-05-21 Thread wild.katana
Wierd, I can't post anything... Tracy, what do you mean by instance variable? I tried: public var myLoader:URLLoader = new URLLoader(myXMLURL); But it didn't work.. Any ideas?

[flexcoders] Re: How do I use URLLoader?

2008-05-21 Thread wild.katana
Wierd, I can't post anything... Tracy, what do you mean by instance variable? I tried: public var myLoader:URLLoader = new URLLoader(myXMLURL); But it didn't work.. Any ideas? --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: myLoader needs to be an instance variable

[flexcoders] Re: How do I use URLLoader?

2008-05-21 Thread wild.katana
This still isnt working. I tried import flash.net.* and a few other things, no go.. Any other ideas? Tracy, can you clarify what you mean? --- In flexcoders@yahoogroups.com, wild.katana [EMAIL PROTECTED] wrote: I have this code: var myXML:XML = new XML(); var XML_URL:String =

[flexcoders] Re: How do I use URLLoader?

2008-05-21 Thread wild.katana
Hmmm, do you mean like this: public var myLoader:URLLoader = new URLLoader(myXMLURL); I tried that but it didn't work. What do you mean by instance variable? --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: myLoader needs to be an instance variable instead of a local

[flexcoders] Re: How do I use URLLoader?

2008-05-21 Thread wild.katana
Do you mean something like this: public var myLoader:URLLoader = new URLLoader(myXMLURL); I tried it but it didn't work... What do you mean by instance variable? --- In flexcoders@yahoogroups.com, Tracy Spratt [EMAIL PROTECTED] wrote: myLoader needs to be an instance variable instead of a local

RE: [flexcoders] Re: How do I use URLLoader?

2008-05-21 Thread Tracy Spratt
. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of wild.katana Sent: Wednesday, May 21, 2008 4:53 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How do I use URLLoader? Do you mean something like this: public var

RE: [flexcoders] Re: How do I use URLLoader?

2008-05-21 Thread Tracy Spratt
the term instance variable. Tracy From: flexcoders@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of wild.katana Sent: Wednesday, May 21, 2008 4:53 PM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: How do I use URLLoader? Do you mean something