My flash site is looking good, but.... need help

How do i make it good to a scene automatically at a certain frame?

I have it to, but it doesn’t automatically do it.

Any help?

On the exact frame you want to scene to jump add this action


gotoAndPlay("changeScene", 1);

changeScene = the scene name or number you want to go to.