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:


Code:
movieClip_1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage);
function fl_ClickToGoToWebPage(event:MouseEvent):void
{
	navigateToURL(new URLRequest("#"), class="dialogalert", "_self");
}
Thanks in advance for your time and help! :)