I have an application I am converting from Flash AS3 that uses the Loader class to load swfs and other files. It is currently using relative paths like "../swfs/game.swf", but these give a URL not found error when run in AIR 1.5. How should the paths be configured for AIR? Is there a way I could do modify the loading with minimal changes to code? There's a lot of paths that would need to be changed and tested.
↧