首页 > web前端 > html教程 > flash显示html内容_html/css_WEB-ITnose

flash显示html内容_html/css_WEB-ITnose

WBOY
发布: 2016-06-21 08:59:24
原创
1013 人浏览过

适用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

    相关标签:
    来源:php.cn
    本站声明
    本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
    最新问题
    热门教程
    更多>
    最新下载
    更多>
    网站特效
    网站源码
    网站素材
    前端模板