View Full Version : Fonts
tstefan
December 11th, 2002, 11:43 AM
I have a dynamic text field in my movie, and fonts look grate on my machine, but if somebody starts my swf on other machine that doesn't have my font flash changes the font with the other one.
what I must do so other people can see my font in the dynamic text field.
:( :( :-\
P.S.
I want for my fonts to be clear an crisp.
mjULTRA
December 11th, 2002, 12:01 PM
You must embed your font into your flash file.
If your working with Flash 5, this might help you.
Embedding Fonts (http://raven.ubalt.edu/classes/old/pbds668.185_Sp02/embedFonts.cfm)
In Flash MX, i could not find the embed font button - looks like: [...] . Perhaps it does this automatically in MX... :)
h88
December 11th, 2002, 12:28 PM
Since you posted in Actionscript Forum, then i assume you want the actionscript way, though it will only work on Flash MX:
myTextField.embedFonts = true;
Insert this code on your _root (main) timeline, and define your textField Instance name "myTextField" (without the quotes).
h88 :bandit:
mjULTRA
December 11th, 2002, 12:31 PM
what he said. :)
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.