haha, I got it...I had to extend the class to Sound.  Thanks anyway.  :)  V
----- Original Message ----- From: "Victor Gaudioso" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" <flashcoders@chattyfig.figleaf.com>
Sent: Tuesday, October 17, 2006 1:03 PM
Subject: [Flashcoders] Simple Sound Problem


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

_______________________________________________
Flashcoders@chattyfig.figleaf.com
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


_______________________________________________
Flashcoders@chattyfig.figleaf.com
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