I'm creating an (desktop) application with flex but AIR is not an option. (I've heard you need air-installer to play the .exe) My flex app needs to load a php generated xml but it has to run from the swf file when you export a release build.
When testing my flex application on the localhost, everything is fine. The xml is loaded and I get the data. However after i export a release build, and launch the .swf, I get security voilation (sandbox) saying it cannot load the xml from the webpage.
Does anybody know a way around this? Does anybody know if the air installer really is necessairy to launch the .exe? (i only have a mac)