PDA

View Full Version : resizable extern jpg in flash


hiawatha
01-25-2007, 01:51 PM
hello ppl,
I searched the forum but could not figure out how it could be done in flash
What I wonted to do is to download an external jpg in to an existing movie clip and then resize/drag it. But when I try to do it with

this.createEmptyMovieClip("image",1);
loadMovie("photo3.jpg","image");

it just loads the photo but I cant resize/move it, if its image from the library it works.
Somebody a hint?
Thanx in advance
I attached stripped fla.