Link to home
Start Free TrialLog in
Avatar of ripnoel
ripnoel

asked on

How do I specify a specific "embeded" font face in a dynamic ActionScript field?

This seems to work but I'm having trouble setting the text to a specific font which I will embed with the flash movie:
------------------------
      time_txt.htmlText = "<font size='10' color='#999999'> Current Time:"+minutes+":"+seconds+totalTimeText+"</font>";
------------------------
What code can I use to specify a specific font to use for this text? The name of the font I wan to use is "Kabel Md BT"

Thanks,

Rip
ASKER CERTIFIED SOLUTION
Avatar of Aneesh Chopra
Aneesh Chopra
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial