7 Haziran 2013 Cuma

Flash ActionScript 3.0 Bağlantı ( Link ) ( Hyper Link) Oluşturma

google_btn.addEventListener(MouseEvent.CLICK,git)

/*
destekleriniz için
http://flashandactionscript3.blogspot.com/ sitesini ziyeret ediniz.
*/

function git(e:MouseEvent):void{
/* var link:URLRequest=new URLRequest("http://www.google.com.tr")
navigateToURL(link,"_blank")*/
navigateToURL(new URLRequest("http://www.google.com.tr"),"_blank")
}

Hiç yorum yok:

Yorum Gönder