-
I have created a Flash main page that contains a welcome and navigation buttons. In the space to the right, different movie clips are loaded when they are called in by the user clicking on a navigation button. I have used a custom loader function in AS3 to do this and it works great.
The one issue that I have is this. If one of the movie clips that I bring in contains sound and the user loads that mc and then clicks on another nav button, the new mc is loaded, however the sound from the other mc continues to play in the background. How can I get it to stop or unload the previous mc that contains sound?
Thanks for any suggestions. I am using CS4 and AS3. The website can be viewed at http://studentaccess.emporia.edu/~jd...0projects.html
The current links that are giving me problems are project 2 and 2b. I know that the user could press the stop button, but if they don't the sound continues.