Movie stops after actionscript entry

i am using a movieclip as a button but out of nowhere my movieclip’s animation stopped and became static. this happed after i entered following actionscript code

[AS]

on(release) {
loadMovie(“mov.swf”,_root.mmpage);
}

[/AS]

can somebody help me?

thanks…