Hi guys!
Does anyone knows how to help me with my fonts. I'm using several specific fonts in my flash site. The problem is that when soebody is browsing my site some fonts are changed with some user's fonts because the fonts I've used are not installed on the user's PC. Can somebody tell me how to include my fonts in the movie so no matter the fonts I'm using are not installed on the user's PC who's browsing my site, I want exactly the fonts I specified to be displayed. Is it possible???
You need to embed the fonts. If you are using a static text field, then it's already embedded (effectively it's just a picture) but if it's dynamic, you either need to click on the "characters" button and select what you want embedded, or if it's a dynamically created text box you can make a 0 by 0 dynamic text field and tell that to embed what you want.
You need to embed the fonts. If you are using a static text field, then it's already embedded (effectively it's just a picture) but if it's dynamic, you either need to click on the "characters" button and select what you want embedded, or if it's a dynamically created text box you can make a 0 by 0 dynamic text field and tell that to embed what you want.
So wherever in my flash site there are dynamic text boxes I need to embed the characters,right?!