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.

Any suggestions?
Thanxs in advance,
Álvaro




_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to