Trouble with a link

I have a flash splash that give the user a choice of 2 sites to enter. I want it to only run once and stop and the end. I have 2 transparent rectangles that I converted to symbols that have the click event to redirect the page. They work fine while the flash is running, but when it gets to the last frame where I have stop(); the links don’t work. I then tried to add another frame just to put in a gottoAndPlay(80); thinking that the stop was killing my script. But, that does the same thin. The links work while the flash is running, but when it gets to the end, they are no longer links. WTF:scream:

can u post an fla?

are the button layers running to the same frame number as the stop(); keyframe?

The fla is to big to upload, :frowning: Yes, the button layers are running on every frame in the flash, from frame 1 to frame 81

can you post the .swf?

It wouldn’t let me upload the .swf, but here it is zipped

The links in the movie are not good yet. You can click on either side of the movie to get to different pages.

you’ve got new keyframes on the timeline where the stop(); is. clear them, because they are basically deleting the buttons at that point.
edit: maybe that wasn’t clear - there are new keyframes on the buttons level, which stop the buttons.

You are the man!!!. I took out the key frames at the end of the timeline on the layer with the buttons, and it worked. Thanks everyone