Import a swf and don't scale it?

Here is what I am trying to do…

I have a main swf that will serve kinda like a stage, it should scale to the full user window.

I then want to import swf objects onto the stage and have them remain at their native scale… so they don’t scale like the stage swf does. They(the imported swfs) should also keep their relative position as the main stage swf scales as the browser window changes size.

Is this possible?