PDA

View Full Version : levels


teamhonda22
12-11-2003, 07:20 PM
I am currently revamping my businesses website and I'm trying to create the new website in Flash and the current problem I am having is loading a picture. I have a movie called tour_movie and inside tour_movie are 8 buttons. The buttons will allow the user to see different facilities of our business for example one button shows our basketball court. The buttons when click should show play another movie called tour_backdrop and show the picture of what the user wanted to see. Also, tour_backdrop has another 4 buttons that show more pictures of the specific place they wanted. For example there are more pictures of the basketball court. My main question is how do I get the button on tour_movie to load a picture on tour_backdrop. I can get tour_backdrop to play but with no picture loaded on the container. Any help would be greatly appreciated.

Warrior
12-23-2003, 06:15 PM
I don't think you can. You can't load a picture inside a movie from another movie. However, try this and if it doesn't work then you have to load the pictures from inside the movie it self.

_level1.MovieClip.loadMovie ("hello.JPG");