Nhóm :
Member
Tham gia:
16-06-2010
Bài viết:
43
Lần thăm:
308

Action script 3 URL links open in new page

Mở trang web mới từ Flash dùng Action Script 3:

_button.addEventListener(MouseEvent.CLICK, goUrl);

function goUrl(e:MouseEvent):void {
      navigateToURL(new URLRequest("http://vualaptrinh.com/"),"_blank");
}