I created a flash button with a sound file. If the button is pressed by the mouse the sound plays a single time... I've imported the flash button into Director MX and it works fine, but I want to control the sound with an on- and off button...
I tried the following scripts on my on and off button (which is not a flash doent)
on mousedown
member("button1").sound=false
end
on mousedown
member("button1").volume=0
end
I've heard about creating a path because my sound file in the flash doent is placed in a movieclip...
can anyone help me?...
Bookmarks