Re: SPAM-LOW: Re: [Flashcoders] embedded font not displaying

2006-09-26 Thread slangeberg
tried turning auto-kern off? Unchecking 'auto-kern' did fix it for me! Many thanks. I noticed my other fields did not have it checked, so not sure why this one did! Scott On 9/25/06, Nick Gerig [EMAIL PROTECTED] wrote: tried turning auto-kern off? eric dolecki wrote: Hmm - weird. All

Re: [Flashcoders] embedded font not displaying

2006-09-26 Thread Nick Gerig
slangeberg wrote: tried turning auto-kern off? Unchecking 'auto-kern' did fix it for me! Many thanks. I noticed my other fields did not have it checked, so not sure why this one did! Scott glad it saved you - I'll always remember the auto-kern feature for the amount of hours I lost

Re: [Flashcoders] embedded font not displaying

2006-09-25 Thread slangeberg
Just happened to me, with Arial bold. Totally random so far (I've embedded arial successfully before), and no idea what. -Scott On 9/25/06, eric dolecki [EMAIL PROTECTED] wrote: Has anyone had a dynamic text field with text set to embedded not display? the field is nested within some mcs, but

Re: [Flashcoders] embedded font not displaying

2006-09-25 Thread eric dolecki
Hmm - weird. All other fonts are working for me at the moment except for basic Arial. This indeed seems quite random. - e. On 9/25/06, slangeberg [EMAIL PROTECTED] wrote: Just happened to me, with Arial bold. Totally random so far (I've embedded arial successfully before), and no idea what.

Re: SPAM-LOW: Re: [Flashcoders] embedded font not displaying

2006-09-25 Thread Nick Gerig
tried turning auto-kern off? eric dolecki wrote: Hmm - weird. All other fonts are working for me at the moment except for basic Arial. This indeed seems quite random. - e. On 9/25/06, slangeberg [EMAIL PROTECTED] wrote: Just happened to me, with Arial bold. Totally random so far (I've

RE: [Flashcoders] embedded font not displaying

2006-09-25 Thread Mendelsohn, Michael
I have that issue with MS Arial Unicode -- specifically the Unicode version. I was wondering about it myself, but didn't investigate further. - MM Hmm - weird. All other fonts are working for me at the moment except for basic Arial. This indeed seems quite random.

Re: [Flashcoders] embedded font not displaying

2006-09-25 Thread vic
I have been having font issues with Flash for the longest time. First, I want to say hello to you all, I am brand new here and really impressed by the level of programming. I came from actionscript.org where I almost always help people out but I dont think that is going to be the case for me

Re: SPAM-LOW: Re: [Flashcoders] embedded font not displaying

2006-09-25 Thread eric dolecki
It wasn't on to begin with :/ On 9/25/06, Nick Gerig [EMAIL PROTECTED] wrote: tried turning auto-kern off? eric dolecki wrote: Hmm - weird. All other fonts are working for me at the moment except for basic Arial. This indeed seems quite random. - e. On 9/25/06, slangeberg [EMAIL

RE: [Flashcoders] embedded font not displaying

2006-09-25 Thread Mendelsohn, Michael
Make sure you also have this line: myText.html = true; Does anyone have the solution...it could be myText.htmlText = 'foo' but I am not sure. ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the archive:

Re: [Flashcoders] embedded font not displaying

2006-09-25 Thread John Grden
also, depending on the what sytles you apply to your html (IE: bi), you'll have to embed that part of the font as well. to do this, 1. create a dynamic textfield on stage and select the font you want to use 2. Click the render text as HTML button in the property inspector 3. Double click to

Re: [Flashcoders] embedded font not displaying

2006-09-25 Thread vic
But if ido this wont i have to embed fonts for all fonts (Chineese, arabic, english, etc.)? Doesnt that make the movie huge? -- Original Message -- From: John Grden [EMAIL PROTECTED] Reply-To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com

Re: [Flashcoders] embedded font not displaying

2006-09-25 Thread John Grden
Yes, that's right, that'll make it big ;) I've just given you a recipe to get the fonts embedded for dynamic HTML work. *how* you implement from there is another matter. But no matter what you do, Chinese character sets can add alot. I did a conversion of a site to Chinese about 3 months ago,

Re: [Flashcoders] embedded font not displaying

2006-09-25 Thread John Grden
also, finding that textfield was a complete nightmare until I got a hold of gSearch ;) I was able to bring up all dynamic textfields, click to each of them through the list and find it within a couple of minutes ;) I had meant to include this in the last post, just didn't know if I had