Attachsound

Hi…

Since i use more and more as in my flashfiles my way of building a flash website has changed. for example i create only buttons from Movieclips and not button MC’s

But when i want to attach a sound i know the code of attachsound but i can’t find out how to use it.

Is there someone who can help me a bit.

I use something like this.

[AS]
movieclip.onRollOver = function () {
attachSound (linkage library sound?);
}
[/AS]

But it hink it’s wrong, but on the other side i don’t know how to do it on another way?