i must be a moron, because i have followed all the instructions and still can't make sounds play. this is what i've tried:

1) imported sound to library

2) done the linkage thingy to assign my sound the name piano, enabled action script and all that other good stuff

3) used the following code in the first frame of the movie

var music:Sound = newSound();
music.attachSound("piano");
music.start();


and does the music play, ladies and gentlemen? NO

can anyone help me please!?!?