Wednesday, February 1, 2012

ActionScript 3.0 Create a textfield with url link


Code:
var toplabel:Label=new Label();
toplabel.htmlText='<a href="http://jiansenlu.blogspot.com"target="_blank">jiansenlu.blogspot.com</a>';

See example below:

No comments:

Post a Comment