Skip to main content
October 27, 2006
Answered

Sound in timeline

  • October 27, 2006
  • 1 reply
  • 235 views
Hello,

I am using instance names to navigate throughout pages within my swf file set out sort of like a website... Anyway on the main timeline I have a movieclip containing a sound file. What I want to do is when I click on another section of my timeline meaning anything outside my instance called CIRCUS I would like the sound to stop. I am aware of how to insert a button to stop all sound but can I add extra script to say the following button script so that when that page is selected the sound from the home page will stop playing?
This topic has been closed for replies.
Correct answer kglad
if you use the sound class to instantiate your sound (ie, s=new Sound(this) etc), you'll have much more control of your sound.

1 reply

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
October 27, 2006
if you use the sound class to instantiate your sound (ie, s=new Sound(this) etc), you'll have much more control of your sound.