欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  web前端

flash显示html内容_html/css_WEB-ITnose

程序员文章站 2022-05-30 23:27:54
...
适用as2.0

1、先建动态文本,并命名myText

2、在帧上加上代码,

myText.html = true;

myText.multiline = true;

var myString = '

This is a bold text

And this text is in Italic

This is a link to the bbc website.
Here is a little list of colors :
  • Red
  • Green
  • Blue
  • Here is a little image that links to the bbc siteflash显示html内容_html/css_WEB-ITnose';

    myText.htmlText = myString;

    3、也可以读取外部文件作为html内容:参考http://www.wangchao.net.cn/bbsdetail_1736674.html

    相关标签: flash显示html内容