MovieClipLoader.loadClip and query strings

[size=2]Hi,

I’m using Actionscript 2.0, and I’m trying to pass a query parameter in the url portion of MovieClipLoader.loadClip, e.g.

mcLoader.loadClip(“movie1.swf?param=1234”, blahblah);

but got the error “URLNotfound”. If I omit “?param=1234”, then it works.

I need to put clip loading inside a class definition, so when I tried to use MovieClip.loadMovie, I find difficult to correctly setup the event handlers “onClipEvent(load)” or even worse with “onLoad”. Any ideas?

Thanks!

Ben

[/size]