I know that with actionscript you can assign certain formating to the HTML text that you use within your Flash animation.
My question is if you can also use actionscript to do the following.
In HTML when you assign as FONT format… font face=“verdana,arial” when the user does not have verdana installed, the browser automatically choses Arial (or whatever font you indicated and available on users system) as font to use.
Is the same thing possible within Flash HTML text?
Obviously to prevent that when people don’t have the particular font you use for your HTML text, everything screws up
I have a texbox in Flash with text. Can I know apply to the entire textbox the font face tag??? Or do I have to put my entire text within the actionscript?
also, when I want to make textlinks, how would I do this, how do I indicate which piece of the text should be linked through AS?