External Movie Problem
Hello I have a problem.
http://www.robslounge.net/young_G/
When you enter this site you will see a music player and after it loads you will see a spectrum analizer (The volume moving up and down.) This part is extremely upsetting me, when I click on the stop button, the music stops fine but I cant stop the spectrum analizer animation. But after check this out
http://www.robslounge.net/young_G/music_player1.swf
When you click on stop, the music stops as well as the spectrum analizer animation. Then when you click play then the spectrum analizer starts and so does the music. But when I load the music player externally into the main movie, when I click on stop the spectrum analizer animation doesnt stop. I dont know why either. Each of those blocks are seperate movie clips, then when you double click on the movie clip there converted into a graphic symbol.
So then in the Stop button I setted this actionscript....
on (release) {
_root.bar1.gotoAndStop("33");
_root.bar2.gotoAndStop("33");
_root.bar3.gotoAndStop("33");
_root.bar4.gotoAndStop("33");
_root.bar5.gotoAndStop("33");
_root.bar6.gotoAndStop("33");
stopAllSounds();
stop();
}
But it doesnt work. Please reply back as soon as possible.
___________________
RoB
