unLoadMovie

In my root swf I have an empty movieclip that loads an external swf, this works perfectly.

But after some events it has to be “unloaded”.

But it doesn’t work if I use: _root.mc_game.unloadMovie();

the mc_game MC is the MC were it is loaded into… very strange?

Thanks for your help