I used the text tool (selected Dynamic text) and open a dynamic text box. I don't want to type my text directly into the text box. I want to add the following code to the first frame which will place the text in the dynamic text box, but you can't see it there until you play the movie. Here is the code:
Code:
myTextField.html = true;
myTextField.multiline = true;
myTextField.htmlText = "Lots of text goes here<li>Absense</li><li>Absense2</li>and more text goes here";
This works just fine, but I don't know how to code it when I want to change the color of a piece of text, such as the bullet points or any other text. I tried blah, blah but that doesn't work and gives an error message. Any ideas?
Rudy