flash显示html内容_html/css_WEB-ITnose
程序员文章站
2022-05-30 23:27:54
...
适用as2.0
Here is a little list of colors :
Red
Green
Blue Here is a little image that links to the bbc site';
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 :
myText.htmlText = myString;
3、也可以读取外部文件作为html内容:参考http://www.wangchao.net.cn/bbsdetail_1736674.html
上一篇: 下面两个url有什么区别
下一篇: php如何截取中英文字符串
推荐阅读
-
Codeforces Round #266 (Div. 2) B. Wonder Room_html/css_WEB-ITnose
-
鼠标悬浮在超链接上弹出提示框_html/css_WEB-ITnose
-
清除浮动4-插入多余的div_html/css_WEB-ITnose
-
html4画直线不是用的html5技术_html/css_WEB-ITnose
-
求助,关于
- 宽度控制的问题_html/css_WEB-ITnose
-
求教这个网站用了什么模板?_html/css_WEB-ITnose
-
加载 CSS 时不影响页面渲染_html/css_WEB-ITnose
-
9种炫酷CSS3图片预览展示特效_html/css_WEB-ITnose
-
HTML DOM(学习笔记一)_html/css_WEB-ITnose
-
9种样式CSS3 渐变按钮集_html/css_WEB-ITnose