Question
how to disable background movie
I’m building a photo gallery in flash. I have a main
movie(call it parent movie if you want) which has a collection of
small thumbnails of photos. I click on the small thumbnails to
enlarge the photos. It's actually loading(targetMC) a child movie
contains the enlarged photo. The main movie(parent) will be
screened back and disabled. There’re two buttons (previous
and next) in the enlarged mode. So the user can still click forward
or backward without going back to the parent movie. When the user
clicks the enlarged photo itself, it closes the child movie and
goes back to the active parent film. I used targetMC to do this,
but I seriously doubt this is the right approach. It may not need
child movies at all because if I have 100 photos on the main movie,
I'll have to make 100 individual child movies: totally screwed. Can
anyone give me an advice on how to build something like that?
Thanks a lot.
Thanks a lot.