Internet Commerce

Partners & Affiliates














Developer Channel

internet.com


Tutorials Home What's New Top Rated Submit myTutes Random!

Search Tutorials


Tutorials Tutorials » Audio

Categories Flash MX Sound Object Tutorial
Author: Kenny Bellew

 
Page 6
«prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ... next»

How to Control All Sounds Globally

   //
firstSound = new Sound(firstSoundMc);
firstSound.attachSound("firstSound01");
//
secondSound = new Sound();
secondSound.attachSound("secondSound01");
//

As in the above example, one sound object was defined on the _root timeline as being assigned as a child of the movie clip "firstSoundMc". The other, secondSound, was not assigned to any movie clip. Note how these two sounds are stopped in the following example:

For firstSound:

on(press) {
 firstSound.stop()
}

For secondSound:

on(press) {
secondSound.stop()
}

They are stopped exactly in the same manner. However, because "firstSound" was assigned to be the child of the movie clip "firstSoundMc", the stop call to the "firstSound" sound object only stops sounds associated with the movie clip "firstSoundMc". All other sounds continue.

On the other hand, by pressing the stop button for "secondSound", which was not assigned to a movie clip, it will stop all sounds, including sounds assigned to a specific movie clip. This can be convenient if you want to stop all sounds or control the volume or panning for all sounds. The Flash documentation even recommends creating a sound object with the instance name of globalSound - just for this purpose. There is nothing magical about that instance name. It's all in the way the sound object is defined.

«prev 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ... next»

» Level Intermediate

Added: : 2002-08-13
Rating: 9.12 Votes: 658
Hits: 3000
» Author
Kenny Bellew is a technical writer in Minneapolis, MN. He's currently interested in becoming involved in other writing-related Flash projects.
» Download
Download the files used in this tutorial.
Download (6170 kb)
Get conversion and unzipping tools for PC and Mac here!

» Forums
More help? Search our boards for quick answers!

Please rate this tutorial, 10 is the top rating, you can also click the comments link to read/write a review.
10 9 8 7 6 5 4 3 2 1
Read or Post Comments
 
   
 


The Network for Technology Professionals

Search:

About Internet.com

Legal Notices, Licensing, Permissions, Privacy Policy.
Advertise | Newsletters | E-mail Offers