button01.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage);
function fl_ClickToGoToWebPage(event:MouseEvent):void
{
navigateToURL(new URLRequest("http://말똥구리.kr"), "_blank");
}
button01은 인스턴트 네임
AS3.0의 경우
button01.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage);
function fl_ClickToGoToWebPage(event:MouseEvent):void
{
navigateToURL(new URLRequest("http://말똥구리.kr"), "_blank");
}
button01은 인스턴트 네임
AS3.0의 경우