Feeds:
Posts
Comments

Posts Tagged ‘flash object’

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 [...]

Read Full Post »