Load movie with roll on/off button

Please help me somebody!!!

Can anybody tell where I’m going wrong here? Basically I’ve designed a button as detailed in the following thread: http://www.kirupa.com/developer/mx2004/button_effect.htm

But I’ve swapped the following code from the end

[COLOR=#0000d0]this[/COLOR].[COLOR=#0000d0]onRelease[/COLOR] [COLOR=#0000ff]=[/COLOR] [COLOR=#006610]function[/COLOR]COLOR=#0000ff{[/COLOR] [COLOR=#0000d0]getURL[/COLOR]COLOR=#0000ff[/COLOR]; [COLOR=#0000ff]}[/COLOR]
and replaced it with this:

[COLOR=red]}

this.onRelease = function(){[/COLOR]
[COLOR=red]
_root.contents.loadMovie(“redbox.swf”);
}[/COLOR]
[COLOR=#ff0000][/COLOR]
[COLOR=black]Becasue I want my button to load a movie instead of go to a web page.[/COLOR]

I’d be eternally grateful for any help with this.

Cheers.