Question
constrain size of loaded swf
I have a MC on stage with instance name of holder.
I load a swf into holder. I want the swf which is bigger than holder to have the same height and width as holder.
var myLoader:MovieClipLoader = new MovieClipLoader();
myLoader.loadClip("contact.swf", holder);