Music Banner

I’m really bad at actionscript, but wouldnt something like this work? Dont know tho…


on (rollOver) {
    play();
}
on (rollOut) {
    stop();
}