Link to URL stopping snow effect

I urgently need help.

I am using the downloaded snow effect from the following link.

http://www.kirupa.com/developer/flashcs4/falling_snow_as3_cs4_pg1.htm

I want to add a link to the movie:

I use this:

var link:URLRequest = new URLRequest (“www.myurl.com”);

button_mc.addEventListener(MouseEvent.CLICK, gooo);

function gooo(event:MouseEvent):void {

navigateToURL(link);

}

But it stops the snow - and I’m not sure that the links work either.

Can anyone help?

Thanks in advance.