Flash笔记之htmlText

 

1.先看textFiled 注意href=\%event:444444一定要加\ 代表转意。结果:回复清风庄的<font color='#FF0000'><a href=\"event:444444\"><u>吴老三</u></a></font>

  var text:String ="回复清风庄的Nfont color='#FF0000'UNa href=\%event:444444\%UNuU吴老三N/uUN/aUN/fontU。"
   text = replace(text,"N","<");
   text = replace(text,"U",">");
   text = replace(text,"%","'");
   tf.addEventListener(TextEvent.LINK,txtLink);
   tf.htmlText = text;

2.如果从xml中读取  不需要在家转意\        结果:回复清风庄的<font color='#FF0000'><a href="event:444444"><u>吴老三</u></a></font>

  text = data.@name

  text = 拜访清风庄的Nfont color='#FF0000'UNa href=%event:444444%UNuU吴老三N/uUN/aUN/fontU

  text = replace(text,"N","<");
  text = replace(text,"U",">");
  text = replace(text,"%","'");
  tf.htmlText = text;

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值