Is there any alternative to cross domain xml loading than with XML()?
I wrote a script in AS2 that basically loads a remote xml feed and parses it, it all worked great in the cs5.5 editor however when I deployed it on a server, it all of a sudden stopped working.
Is there any other http get function in AS2 that I can use and then parse the results with an xml parser or something to get around this? I don’t really want to have to proxy to a php script.
For security reasons, cross-domain is not allowed in flash.