| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Member
Join Date: Mar 2005
Posts: 56
|
i tried to embed font in flash 8 but it didn't appear in computer that doesnt have the font.
here's what i did: - i embed the font, make a new name "acme-15 (embedded)" and add a linkage id "acme-15" ,then i embed the textlayer //its not working (in flash player 8) - i even tried to code some "as", then apply the new textformat in the textlayer with var "my_txt" var text_fmt:TextFormat = new TextFormat(); text_fmt.font = "acme-15"; text_fmt.size = 15; my_txt.autoSize = "left"; my_txt.embedFonts = true; my_txt.selectable = false; my_txt.setNewTextFormat(text_fmt); my_txt.multiline = true; my_txt.wordWrap = true; //its still not working i figured it out that if you publish in flash 7 or less... the embed is working. any idea why? how can i embed font in flash 8? ps.: you can see the font i embed in the attachment. i published it to 3 different flash player, 6,7 and 8. only flash player 8 that doesnt work with embed font >.< blue text is not embed. black text is the embeded one. regards, www.martinsamroni.com Last edited by samroni; 10-22-2005 at 07:41 PM.. |
|
|
|
|
|
#2 |
|
Banned by AS.org Staff
Join Date: Mar 2002
Posts: 10,534
|
|
|
|
|
|
|
|
|
|
#3 | |
|
Cartoons & Animation
Join Date: Jun 2005
Location: while (_root = USA) {_global.china.hongKong = myHome;}
Posts: 291
|
Quote:
|
|
|
|
|
|
|
#4 |
|
Banned by AS.org Staff
Join Date: Mar 2002
Posts: 10,534
|
The link I posted only leads to this thread in this Flash 8 general forum.
It wasn't posted here to start with... Some mod must of moved it! |
|
|
|
|
|
#5 |
|
Member
Join Date: Mar 2005
Posts: 56
|
Thought someone has answered my question ;p...
im still waiting for typo master to help me... my portoflio stuck in this problem =( ps.: please dont give me link.. i've traveled all over the place looking for the answer. they didnt give any clue how to embed in flash 8. i need answer ^^ cheers |
|
|
|
|
|
#6 |
|
is my last name...
Join Date: May 2004
Posts: 964
|
They all look the same to me, not sure what your issue is. You talking about antialiasing?
|
|
|
|
|
|
#7 |
|
Registered User
Join Date: Mar 2005
Location: Oxford UK
Posts: 479
|
Samroni, are you doing all this on the main timeline? I ask because I'm having some weird embed issues too. A component with an embedded font isn't working (fonts not showing) in movies published from Flash 8 (to Flash 7, what they were written in, and in which they work just fine) if there's any other text box (even static) on the stage using the same font. The issue gets cured when I create a new textfield on the stage with outlines embedded for the font used in the component.
|
|
|
|
|
|
#8 |
|
Registered User
Join Date: Oct 2005
Location: toronto canada
Posts: 1
|
I had the same problem. Check the "linkage" for your font "acme-15" in the library. I found that I needed to check the box "Export in first frame" for the font to show up in Flash 8, while it seems to work fine with that unchecked in Flash 7.
|
|
|
|
|
|
#9 |
|
Registered User
|
Very often this happens with the export of handwritten fonts, like "Kids", etc. But when you change the font to some another e.g. Arial or any standard system with the same export settings then everything works fine. I guess that Flash has problem with handling of some exotic fonts
|
|
|
|
|
|
#10 |
|
Registered User
Join Date: Jun 2005
Posts: 21
|
exotic or not, it doesn't work properly. Fonts and Flash...
specifying ranges (eg only numerals) doesn't work even for verdana! yet it does for Arial. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|