Scaling the parent swf but not the child?

i have an swf which has an empty MC “holder” in it where I load external SWF’s into

the parent swf is set to scale so that it will always be 100% of the browsers size, but I don’t wanna scale the child SWF (cause i contains text).

when I use the Stage.scaleMode = ‘noScale’; on the child swf, it sets ‘noScale’ to the parent but I only want it to affect the child swf. (sorry i know its kinda hard to explain)
any ideas?