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
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
thx guys ..Code: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;
cheers








Bookmarks