Hey All, I have an empty MovieClip on stage and it is bound to a class called SoundManager. In the library I have the audio with linkage set to export in the first frame. I am trying to have my SoundManager Class attach a sound and play it. Here is the code for that:

private function configUI():Void {
 trace("SOUNDMANAGER INIT")
 this.attachSound("mySoundLinkage")
 this.start(0,1)

 }

}


but nothing is happening and the linkage is correct. Can anyone tell me what I am missing? Thanks, V

_______________________________________________
[email protected]
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to