mblangsak
12-18-2007, 03:07 AM
hi guys .. i new in flash, i hope you can help me :)
i make sound looping over site using loadMovie, i think the problem is about depth, but i can figured where :confused:
i try to trace on _root and all i can get is this "_level0.mainStage.hold_sound". So i try using this._parent.hold_sound.code ... still doesn't works
this.soundstatus = "new";
this.mySound = new Sound(this.soundbutton);
this.mySound.attachSound("MySoundTrack");
this.mySound.setVolume(0);
this.mySound.start(0,1000);
this.soundbutton.minvolume = 0;
this.soundbutton.maxvolume = 100;
thx guys ..
cheers
i make sound looping over site using loadMovie, i think the problem is about depth, but i can figured where :confused:
i try to trace on _root and all i can get is this "_level0.mainStage.hold_sound". So i try using this._parent.hold_sound.code ... still doesn't works
this.soundstatus = "new";
this.mySound = new Sound(this.soundbutton);
this.mySound.attachSound("MySoundTrack");
this.mySound.setVolume(0);
this.mySound.start(0,1000);
this.soundbutton.minvolume = 0;
this.soundbutton.maxvolume = 100;
thx guys ..
cheers