首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 网站开发 > CSS >

TextField html字符支持鼠标点符号击

2012-10-15 
TextField html字符支持鼠标点击MyTxt.htmlText快去找bfont color#FF0000a hrefevent:X_100_Y

TextField html字符支持鼠标点击

  1. MyTxt.htmlText="快去找<b><font color='#FF0000'><a href='event:X_100_Y_100'>【圣城铁匠】</a></font></b>,他为你做好了一把<b><font color='#0000FF'><img src='FuTou' align='left' id='futou'><a href='event:Id_200'>【屠龙宝刀】</a></font></b>不要犹豫了,快去试试看锋利程度!";MyTxt.addEventListener(TextEvent.LINK,showit);
  2. trace(MyTxt.getImageReference('futou'));
  3. MyTxt.getImageReference('futou').addEventListener(MouseEvent.CLICK,function(e){
  4. trace('heheheheheheh');
  5. })
  6. MyTxt.getImageReference('futou').addEventListener(MouseEvent.MOUSE_OVER,function(e){
  7. trace('over');
  8. })

热点排行