·您当前的位置:首页 > 技术教程 > AS2与AS3技术 >

[AS3]as3显示HTML标签文本的代码示例

时间:2013-09-18 16:12cuplayer.com
[AS3]as3显示HTML标签文本的代码示例,设置htmlText属性值为HTML内容

设置htmlText属性值为HTML内容

  1. package {    
  2.     import flash.display.Sprite;    
  3.     import flash.text.TextField;    
  4.     import flash.text.TextFieldType;    
  5.    
  6.     public class Sample0323 extends Sprite    
  7.     {    
  8.         public function Sample0323()    
  9.         {    
  10.             var text:TextField = new TextField();    
  11.             text.type = TextFieldType.INPUT;    
  12.             text.border = true;    
  13.             text.borderColor = 0xFFFF00;    
  14.             text.height = 20;    
  15.                 
  16.             text.htmlText = "<a href='http://www.baidu.com/' target='_blank'><i><u>跳转到百度CuPlayer.com</u></i></a>";    
  17.             text.appendText("CuPlayer.com增加的内容");    
  18.                     
  19.             this.addChild(text);    
  20.         }    
  21.     }    

 

热门文章推荐

请稍候...

保利威视云平台-轻松实现点播直播视频应用

酷播云数据统计分析跨平台播放器