Sound in my button

How do I do it? I created a new layer, but it wont let me drag it in the keyframes!

just drag the sound onto the stage, not onto the keyframes themselves.

yayyayay! thank you, lol. I was like, #$$#@$. TY ^^

or else use

on(rollOver){
sound1=new Sound()
sound1.attachSound(“sound linkage name”)
sound1.start(0,1)
}

They both do the same thing anyway.

there’s a problem though, it’ll only work for like 2 seconds and it goes away =(

here’s the fla