Hello,
Let me start by saying that I did a search, but couldn’t seem to find a problem similar to mine. I included a test file so that whoever wants to look might understand better.
I have a movieclip (background) on the main timeline that zooms in to different areas when other mc buttons are clicked (these mc buttons are inside of the background movieclip). The zooms are tween animations on the main timeline (basically just the background mc scaling up and panning, although it scales a lot). When it zooms in, I would like it to load an external swf into a holder mc.
The problem is that I want the external swf to take up the entire size of the stage (800 x 600 - which would mean that the holder mc would have to be that size), however, when I make it that size, its WAY too big. The only way I can get it to fit is to make holder mc about an 8th of the size, which would mean the external swf would have to be that small.
Am I going about this all wrong, and is there a way to get this to work the way I want? Thanks so much for any help and suggestions.