I have an splash page with a movie that plays, after the movie is finished I want it to redirect you to the home page. The movie is sitting on 1 frame in the timeline. Is there a way to have it redirect after the movie is finished playing??

onEnterFrame = function() {
getURL("http://www.website.com");
}

does not work.

It is a dynamic site so there is no <head> tag I can put an HTML redirect in. I need to be able to do it through flash.

any help would be great. thanks