Banner

Sponsor

Login


Welcome Back!
Guest
Guest

Register

Lost your password?

43 users online



External Movie Problem

External Movie Problem

Currently viewing this thread: 1 (0 members and 1 guests)


mcrob

mcrob

Neverside Newbie
Status: Offline!

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

dionysis

dionysis

Neverside Newbie
Status: Offline!

possibly because you are using '_root' after loading in the movie externally, think if I remember rightly you can only have one '_root' level(which would be the main movie that loads in your player). Try use _parent instead. Hope this helps, dont have flash anymore as no longer studying so cant check.

Quick Jump:

Main Navigation


Site & Graphic Design by Aeon Tan
Developed by Jeremie Pelletier & Scott Roach


NeverAPI generated this page in 0.0162 seconds.