Answered
Html Text
How do you add html text by actionscript in flash? (I'm using flash 😎
By the way, how do you remove a character from a string (it's the last character I want to remove)?
How do you add html text by actionscript in flash? (I'm using flash 😎
By the way, how do you remove a character from a string (it's the last character I want to remove)?
enable the html property of your textfield and asign htmlText:
yourTF.html=true;
yourTF.htmlText="<b>this is bold</b> and <i>this is italic</i>";
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.