Need help adding sound on rollOver

i need some help adding sound to a button upon rollover. i have no idea what the correct label should be for the sound, but this currently isn’t working:

this.onRollOver = function ()
{
_root.playSound1();
arrow_mc.gotoAndPlay(2);
};

any ideas?