Wrox Home  
Search P2P Archive for: Go

  Return to Index  

flash_programming thread: Stopping one MC, Starting another, resuming from first stopped mc


Message #1 by Charliederees@h... on Sun, 16 Mar 2003 10:59:23
I have a site ( http://www.derees.com/caoba/flash/index6.html )

which has a scrolling filmreal (FilmRealMainMovie) of images, when clicking
an image (a button of each image

called simply 01,02,03 etc...) I would like to stop  the scrolling filmreal
and then for a movie to appear

showing a zoomed up version of the clicked the image and additional details
(01ZoomedMovie,02ZoomedMovie etc...)

, still showing the stopped filmreal and  with a close/continue browsing
button on the zommed up section to

close this extended detail and then to resume filmreal scrolling from the
position it stopped at when the user

clicked on it.

I understand how to stop on click by using the _parent.stop(); but I am
having problems working out the best

approach to code the remaining requirements.....

Can anyone help ?

Charlie,


  Return to Index