[Flash 8] Help Needed!

Hi,all,
I’m fairly new to Actionscript and I’m stuck on a simple actionscript code.
I have a movie that plays a simple animated intro…
It stops at frame 250.
I want the movie to direct the viewer automatically to a web page (main.html) in the same folder/directory as the movie after, let’s say, 5 seconds.
The redirect to the web page will NOT be user-initiated by a button or anything else.
It’ll be automatic when the intro movie ends.

The closest code that I have found, without the 5 second delay, is:

[SIZE=2]stop();
on.enterFrame{
getURL(“www.mydomain.org/main.html”);
}

But that gives me an error in Line 4.

I’m stumped.
Any help would be greatly appreciated as I would like to set up the pages/code ASAP.
Thanks in advance.

Josephb76
[/SIZE]