Loaded SWF spread over everything else

I have a problem with loading a SWF.

It’s sort of a 3 levels loading: I load the file “mediaplayer.swf” into “exhibitions.swf”, which is then loaded into “main.swf”. The file “mediaplayer.swf” is loaded correctly into “exhibitions.swf”, but when I load “exhibitions.swf” is loaded into “main.swf”, the content from “mediaplayer.swf” stretches all over “main.swf”.

I should mention that “mediaplayer.swf” is actually the well known JW Player. Also, the size of “exhibitions.swf” is 160x120.

This is the only line of code in “exhibitions.swf”:

loadMovieNum("http://www.streamingservices.tv/embed/mediaplayer.swf?file=http://streamingservices.tv/flv/f1.flv&autostart=true", 1);

I have tried loading “exhibitions” into “main” via the Loader class and the loadMovie function but the result is the same.

I am aware of the fact that JW player is designed for HTML embedding and tends to fill all the space available, and this is why I used the “exhibitions.swf” file, to limit the space, but it still doesn’t work.

If anyone knows any solution to this, I’m begging you to help me.