I have:

assetLoader =new Loader();
var urlreq:URLRequest = new URLRequest(assets[i].assetPath);
assetLoader.load(urlreq);


I get:

TypeError: Error #1006: load is not a function.

at runtime.

I've seen some stuff about this to do with nested swfs, but can't quite figure out the circumstances that may cause this error.

Any ideas?

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

Reply via email to