Hello I am using Flash Professional CS6, trial version. I have simple image and three buttons with external URLs. When I tested my movie (Control > Test Movie > in Flash Professional or > Test) all links are working properly and open new windows. I have two questions: 1) why when I test Control > Test Movie > in Browser links do not work; 2) When I publish my movie links do not work also. Is it because I am using Trial version? Or I am missing something else. - Thank you.
For "share button"
stop();
share_btn.addEventListener(MouseEvent.CLICK, pheabout);
function pheabout(e:MouseEvent):void{
var pheaboutLink:URLRequest = new URLRequest("http://www.phetoolkit.org/about.cfm");
navigateToURL(pheaboutLink, "_blank");
}
North America
Europe, Middle East and Africa
Asia Pacific