Hi eveyone!.. I think that will be really easy problem for you but i need help about actionscript 3.0. I was a user of flash4,5. I try to use cs3 now, but actionscriots is changed so much.
I create a button and use this code:
button_btn.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
function mouseDownHandler(event:MouseEvent):void {
navigateToURL(new URLRequest(“http://www.flashden.net/”
);
}
I also named instance name as “button_btn” too. 
When i test the movie everything is fine, but when i published, button does not work. What can i do about it?
Thnks for helps.
Posted about 1 month ago











