tags:

views:

26

answers:

1

Hi I am uploading text in flash as2 from xml and i need to do some text in bold, italic, underline and anchor. text are visible fine and underline and anchor tags are working fine but bold and italic tags are not working

if i select character embedding to all then bold and italic tags are not working. If i select do not embed option then its working fine. but i have to use character embedding becoz i ve to use text in all languages.

is anyone help me. Please

A: 

You have to embed the bold and italic fonts too (and Bold Italic).

Create separate, hidden textfields anywhere on your Flash movie and set their fonts as being the bold version, the italic version, and the bolditalic version. That ensures that the font will be embedded inside the movie.

TextFields can only embed one font at a time, hence why you need this trick.

zeh