Sound programming

Sound instances

You have been using sound during Flash basic course and should remember how to install stream and event sound in the timeline and how to edit sound with the envelop.

However sound in Flash is also may be manipulated programmatically. The same as movie symbols are children of MovieClip objecta and input and dynamic texts are children of TextField object – sounds may be considered as children of Sound object.

New sound instances may be created and attached in the same way as movie symbols work.