Skip to main content
Inspiring
January 3, 2008
Question

one bitmap in multiple movieclips

  • January 3, 2008
  • 1 reply
  • 226 views
Hi,
I have a thumbnail bitmap image and I insert it into a MovieClip. When a user clicks on the movie clip it goes to another page where the user can see the larger image. I also want to display the thumbnail the user clicked on the large image page. When I add the bitmap image to a movie clip on the large image page; the bitmap disappears from the main page.

Do I duplicate the image? I don't get it.
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
January 3, 2008
give your movieclip (that contains the bitmap image) a linkage id. you can then use attachMovie() to attach your image containing movieclip to any other movieclip and removeMovieClip() to remove it.