Flex Mobile: Loading local XML outside of application folder
Hello everbody,
we created a new mobile project with flex 4.5 with a blank template.
Now we would like to load local xml files outside of our default application folder (deploy/global/bin-debug)
We created a new folder within the project for our xml's e.g. "deploy/global/xml".
Now we would like to access these xml's via:
var url:URLRequest = new URLRequest("../xml/InitialContent.xml");
myURLLoader.load( url );
Unfortunetely we get an Error:
Error #2032: Stream Error. URL: app:/xml/InitialContent.xml
If we created a normal web project everything works as expected.
If we put our xmls in "deploy/global/bin-debug" xml loading is not failing.
Any suggestions?
Regards,
Jan
