Is there any possibility for this!

  1. createEmptyMovieClip(“S”,1).loadMovie(“img1.jpg”);
  2. 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…