attachSound is an object used in ActionScript to play music with AS controls, as opposed to having it embedded in the movies timeline. It is called like this:
mySound.attachSound(“idName”)
You need to call sound.start to have the music clip start playing. With this object, you are able to mute, start, and stop the sound without these actions [...]
Posts Tagged ‘actionscript’
attachSound object in ActionScript
Posted in Flash, tagged actionscript, Flash, flash object, flash sound on November 19, 2008 | Leave a Comment »