Hello, I'm trying to update an ancient flash into (originally created in Flash 5 - but I'm using CS3)where when the last frame in the intro is played (or frame entered) you will be directed to an external website url. I want this action to take effect automatically when you enter a frame. I'm sure I need to put an action in the fame I just don't know what the action script should be. To do this with a click I've used

on(release) {
getURL("http://www.xxx.com",)
}

but I don't want to have to click anything for this to happen.

Is this possible? and possible for an non-programmer??

Any help would be greatly appreciated!

Lori