Simple auto-redirect problem

All I’m trying to do is load a webpage after an intro ends automatically. I’ve tried two methods and they work in flash player 7, but not in flash player 9. I would assume this SIMPLE code would work with FP9. I don’t know any other way to redirect so it would work in FP9, please help.


getURL("http://link.com", "_self");

with an invisible movie clip…

onClipEvent (load) {
    getURL("http://link.com", "_self");
}

They work in flash player 7, but not in 9. How can i get a redirect to work in FP9??

thanks