Hi there,
I am loading a jpg in my movie with the following actionscript:
_root.createEmptyMovieClip("jpg", 10);
jpg.loadMovie ("test.jpg"
jpg._x = 2
jpg._y = 50
I want my loaded jpg to resize automatically according to the size of my Movieclip (should I also set the size of my MC?). Is this possible and/or how can I do it?
This is urgent, so thank you very much for your quick response!!
I am loading a jpg in my movie with the following actionscript:
_root.createEmptyMovieClip("jpg", 10);
jpg.loadMovie ("test.jpg"
jpg._x = 2
jpg._y = 50
I want my loaded jpg to resize automatically according to the size of my Movieclip (should I also set the size of my MC?). Is this possible and/or how can I do it?
This is urgent, so thank you very much for your quick response!!