Hi,
I'm kind of new in the whole flash mx actionscripting. I'm trying to load a jpeg dynamically in my scene using actionscript. According to some tuts I read the code is quite simple:
this.createEmptyMovieClip("pic", 50);
loadMovie("wolken.jpg", "pic"
When I put this in a brand new flash file and save the file in the same directory as the jpeg, there's nothing happening when I run the movie. Does anyone have a clue how I can solve this?
Thanks,
Steven
I'm kind of new in the whole flash mx actionscripting. I'm trying to load a jpeg dynamically in my scene using actionscript. According to some tuts I read the code is quite simple:
this.createEmptyMovieClip("pic", 50);
loadMovie("wolken.jpg", "pic"

When I put this in a brand new flash file and save the file in the same directory as the jpeg, there's nothing happening when I run the movie. Does anyone have a clue how I can solve this?
Thanks,
Steven