Compression rate problems, need help

Hello all,
I am working on a project in which I used a tutorial by POM and I’m really happy with it.
The tutorial uses the:
_root.createEmptyMovieClip(“container”, 1)
_root.loadMovie(“AAA.swf”, “container”);
code. Now, when I preview the .swf file on its own, the compression mode seems to be fine, but when it is imported inside the main movie with the loadMovie code, it seems to crush it quite a bit and since I need a decent resolution on the swf, it doesn’t work at all…
I set the publish editing tool for both projects to “best” with no compression and it is still doing it.
[COLOR=“Red”]Is there a way to control the quality of the swf file as you loadMovie it in?[/COLOR]
Thanks a lot, I really need to find out.
Fabrice