Sound problem

[FONT=Arial][SIZE=2]Hello everyone![/SIZE][/FONT]

[FONT=Arial]I hope someone will help me. I am trying to play a sound clip using actionscript 2 the code I am using is attached to a button and the code I used is the following.[/FONT]

on (release) {
mysound = new Sound(this);
mysound.attachSound(“titleofsoundclip”);
mysound.start(0, 99);
}

My problem is that the sound clip loops and I do not want it to do so. I have other animations going on on the stage. I tried to place the stop(); command but I do not seem to be able to make it stop after my sound has played once.

Any suggestions?

Thanks

Brutium