Loading HTML text in the Flash dynamic text box

Source: Internet
Author: User

 

 myHTMLdata=<p><b>This is a bold
text</b></p><p><i>And this text is in
Italic</i></p>This is a <a
href="http://sucai.knowsky.com"><u>link</u></a> to the bbc
website.<br>Here is a little list of colors :<br><li><font
color="#FF0000">Red</font></li><li><font
color="#009900">Green</font></li><li><font
color="#0000FF">Blue</font></li>Here is a little image that links
to the bbc site<a href="http://sucai.knowsky.com">src="bird.jpg"></a>

Store the contents as myhtml.txt

 

Add a new layer, select the first frame, and press F9 to enter the following command:

myLoadVars = new LoadVars();
myLoadVars.onLoad = function() {
// the
data is loaded in the myLoadVars object as a property of the
object
myText.htmlText =
myLoadVars.myHTMLdata;
}
myLoadVars.load("myHTML.txt");

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.