Can I load xml file from a url on an iphone app?
I've seen a question similar to this, but the xml file was local. I need to do a URLRequest on an http address if it's possible.
I know the as3 is good as it works when I export to swf and chuck it live somewhere, but exported to ios it doesn't. No errors when compiling, so impossible to debug.
I have a crossdomain on the website that generates the xml to allow everything access, and I've both added Security.allowInsecureDomain("*"); and Security.allowDomain("*"); in the flash file. An the url is definitely correct and has http:// at the beginning.
I'm at a bit of a loss as to what to try next. So any suggestions are very welcome!
Thanks
Kev
