Yet another flash button problem

First of all, hello everyone, i’ve been browsing your forum for a while and i finally decided to register and contribute to it and ask questions as well.

Here’s my problem.
I’m kinda new to flash but i managed to create a structure of my website, do frame break ups, do layers and frames for content and so on.
The thing is, when i create a text box, convert it to a button and, use a goto option and select the frame i want it to go to…nothing happens. Design view clearly shows that it’s a button but when i played a test movie, buttons didn’t work at all. I could highlight them but that’s about it. Even when i click on them nothing happens.
I tried publishing in HTML but no luck either.

I use flash 10 with actionscript 2.0 in Adobe Flash CS4

Here’s the code, it is supposed to go to frame 2:

on (release) {
gotoAndStop(2);
}

I appreciate any help and i’m sorry if topic like that has been already posted.
Jah be with you.