Hello all
I'm an AS3 noob on training wheels...
I have an XML Loader class which is doing what it's supposed to with a test.xml file, however I need the flash to read the xml written by an aspx file.
So I tried:
var urlRequest:URLRequest = new URLRequest("../xml/CaseStudyFlashAssets.aspx");
I get error #1090 (which I gather is because the aspx is not xml and it doesn't like it)
Can anyone help me get to the xml written by the aspx file?
Thanks
Mikey