Attach sound to mc

I need help in attaching sound to a mc in mc.
My script :

var my_sound:Sound=new Sound();
a.b.c.attachSound(“sound”);
a.b.c.start();

but I am able to listen any sound.