Hello,
I have a problem with Flash 8 again
I have a group of text and rectangle and then I convert it to symbol-button. I want to go to an URL when I press it. I added the following code in the movie:


a1.onPress = function () {
getURL("http://www.somesite.com",_blank, "POST");
}

where a1 is the instance name of the button. The problem is that there is no action when I press the button. I tried with the Button component and there is no problem. But I want to work with my button .

Hope somebody can help me ...

Best regards!