This is a discussion on how do I write this html code in ActionScript 3 ? within the CS5 Actionscript 3.0 forums, part of the Flash English category; Hello guys, greetings from Brazil! :) I am a total newbie! Does anybody know how to write the html code ...
Hello guys, greetings from Brazil! :) I am a total newbie! Does anybody know how to write the html code below in ActionScript 3?
Code:<a href="#" class="dialogalert"></a>
Would it be something like:
Thanks in advance for your time and help! :)Code:movieClip_1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage); function fl_ClickToGoToWebPage(event:MouseEvent):void { navigateToURL(new URLRequest("#"), class="dialogalert", "_self"); }
Bookmarks