Hi everyone,
I have a strange problem loading external assets from local files with Loader() Class in AS3.
If i use query string in the file name, the asset don’t loads.
This code doesnt load the swf file inside a class
this.mySWFLoader = new Loader();
this.mySWFLoader.contentLoaderInfo.addEventListener(Event.INIT, displaySwfContainer );
this.mySWFLoader.load(new URLRequest(“my_swf.swf?id=33”));
if i dont use the ‘?id=33’ it works.
More strange… in Flex with SWFLoader it works :zipper:
Any suggestions?
Thanxs in advance,
Álvaro