
Welcome Guest
|
#1
|
|||
|
|||
|
embed fonts in scripted textfiled??
How can I embed fonts in a textfield created with actionscript? This is what I've done but it doesn't work:
this.createTextField("myText",15,14,76,100,15); myText.multiline = true; myText.wordWrap = true; myText.border = false; myText.selectable = false; myText.embedFonts = true; mText = new TextFormat(); mText.color = 0x000000; mText.bullet = false; mText.font = fff harmony; mText.size = 8; myText.text = "yadda yadda yadda"; myText.setTextFormat(mText); thanx Vayu |
«
Previous Thread
|
Next Thread
»
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| A way around having to embed fonts | Scottae | Members Cafe |
7 | 03-18-2009 03:19 PM |
| Embed fonts in multiple text fields? | Coss | Newbies |
6 | 11-18-2008 06:25 PM |
| embed fonts in dynamic htmlText flds? | elliottg | Flash MX 2004 |
2 | 05-03-2005 03:03 PM |
| Embed fonts with Style Sheet | d60eba | Flash MX 2004 |
2 | 11-05-2004 10:55 AM |
| To embed fonts for use in HTML formatted text fields | Scottae | Flash MX ActionScript |
5 | 12-21-2003 08:15 AM |




