i use this code to import a picture to the stage:
this.createEmptyMovieClip("jpg", 0);
jpg.loadMovie("images/1.jpg");
i can see the picture on the stage after the code executes, but why is jpg._width always = 0?
thanks.
Results 1 to 3 of 3
|
Click Here to Expand Forum to Full Width |