I'm trying to read an external XML file into and Actionscript XML variable without an HTTP Request. I need something similar to: <mx:XML id="stateProvsXML" source="/assets/data/stateProv.xml" format="e4x" /> but I can't use MXML because it is in a pure Actionscript class.
Any ideas??

