从超链接处调用AS (AS3)

      Flash 2007-6-14 8:52

// 从超链接处调用AS
var usr:String="<a href='event:http://www.Y-boy.cn'>hcxm</a>";
var my_txt:TextField=new TextField();
my_txt.htmlText=usr;

my_txt.addEventListener(TextEvent.LINK,link_func);
function link_func(e:TextEvent) {
 trace("你点到超链接了!!!");
 trace(e.text);//输出 http://www.hcxm.cn
 //添加这个侦听器后,不会在浏览器中打开页面了
}

addChild(my_txt);


//疑问: 如何实现向link_func()函数传递参数? 这个问题我提出来了很久, 也想很了很久..呵呵..有哪位知道的请告之...谢谢!

 源文件: 压缩包下载




标签集:TAGS:AS3
回复Comments() 点击Count()

回复Comments

{commenttime}{commentauthor}

{CommentUrl}
{commentcontent}