Gis
January 20th, 2003, 05:52 PM
HI,
How do you resize a swf that is loaded into another movie.
I use:
_root.createEmptyMovieClip("placeholder", 1);
loadMovie("movie.swf", "placeholder");
placeholder._x = 10;
placeholder._y = 50;
What and how do I add the size that the loaded movie should resize to? In this case 200 x 100 pixels
An answer with sample code added to this code would be great!
Thanks,
Gis
How do you resize a swf that is loaded into another movie.
I use:
_root.createEmptyMovieClip("placeholder", 1);
loadMovie("movie.swf", "placeholder");
placeholder._x = 10;
placeholder._y = 50;
What and how do I add the size that the loaded movie should resize to? In this case 200 x 100 pixels
An answer with sample code added to this code would be great!
Thanks,
Gis