- createEmptyMovieClip(“S”,1).loadMovie(“img1.jpg”);
- b=attachMovie("S,“newImage”+2,2);
it is not working for me why !!!
Purpose of the Lines
1.Loading the image by using the createEmptyMovieClip function
2.Creating a new movieclip by using existing image…