Mouse over goto and play

i wanna do this thing dunno if its possible but on mouse over (mouse over mi button) i want this clip to play but i want it to play over the top so i dont lose mi button u get me?

on (release) {
getURL(“main.html”, “_self”);
}
on (rollOver) {
gotoAndPlay(“flare”);
}

flare is the name of the layer and the instant name of the clip i want to play.

you can’t load a new html and go somewhere in the original swf.

Not sure what exactly you are trying to do here?

lol i wanted 1 button to go to the main.html but when u just do the mouse over i want this clip i got to play but im guessin from wat u sed i need seperate buttons or summit.