Zath
06-07-2006, 03:37 PM
I am using the code below to load a movie into a container.
The movie is too big for the container and I need to resize it.
this.createEmptyMovieClip("loader",1);
loader._x=0;
loader._y=0;
//loader._width = 456; // makes the movie disappear
//loader.height = 341;
loader.loadMovie("testdraganddrop.swf");
I've been looking around for a way to do this with no luck.
Suggestions?
Thanks all,
Zath
The movie is too big for the container and I need to resize it.
this.createEmptyMovieClip("loader",1);
loader._x=0;
loader._y=0;
//loader._width = 456; // makes the movie disappear
//loader.height = 341;
loader.loadMovie("testdraganddrop.swf");
I've been looking around for a way to do this with no luck.
Suggestions?
Thanks all,
Zath