Search  

BUTTON PROBLEM FLASH CS3

HomeForumsHelp NeededButton Problem Flash Cs3
Default-profile Cigitank
2 posts

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. :P

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
Default-profile Cigitank
2 posts

I solved the problem from adobe help site. I added .swf file to trusted zone and it works fine now. When i publish the file to the internet, will the problem accured for other visitors?

Posted about 1 month ago
46827 redpanda608
27 posts
Bought between 1 and 9 items

Greetings Cigitank, If I am understanding the problem correctly once you upload your file to the internet there will not be any problems. It’s just that when you test a flash file that is local on your computer that has a navigateToURL code your computer looks at it like a trojan that is trying to access the internet.

Posted about 1 month ago