Having some issues loading files from media hosting into swf shell (a swf loading swfs as assets). Mp3s and images work fine but a swf never loads. Code is like:
swfpath = "http://555.55.555.555/vir_dir/swf/N000001.swf" movie_loader.loadMovie(swfpath, "mc_swfimage");
if the swfpath is set to "swf/N00001.swf" it loads fine and if I point firefox towards the http link above (555s as placeholders here) it opens the file in firefox just fine.
Is it some security or does loadMovie not handle http paths?
Note it works fine if I do loadAudio with the same thing pointing to an MP3.