At 8/27/01 10:19 PM, reveille66 wrote:
how do you add html stuff in flash 5?? thankyou
Ok well i have nothing else to do so here goes.
HTML in flash isn't that worth it but it is possible.
Make a new text field and select the following:
DYNAMIC,
MULTILINE,
THEN ON THE RIGHT CLICK "HTML"
Then name it "Italic" in the variable name.
Then create a new layer.
Put these actions in the frame actions.
italic = "This is some italic text inside a textfield using HTML";
Then test your movie and you will have italic text in your text field. You can also change it to BOLD links, all sorts. Just mess around. :-)