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,
and someone on translation team embedded "all" on a single dynamic textbox
which caused the resulting swf to be 15mb ;)

On 9/25/06, vic <[EMAIL PROTECTED]> wrote:

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>
Date:  Mon, 25 Sep 2006 14:27:47 -0400

>also, depending on the what sytles you apply to your html (IE: <b><i>),
>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 enter text
>4.  type:  r b i bi
>5.  select the "b", click the "bold" button.  Select the "i", click the
>"italic" button, select "bi" and click the "bold" then "italic" button.
>6.  what you should have is something that looks like this:  r b  i bi
>7.  Click the "embed..." button - select Uppercase, Lowercase, Numerals,
>Punctuation - click ok to close
>
>put this textbox off stage somewhere and hide it.  It's only job is to
>include the normal, italic, bold and bold/italic font outlines.  Create
>another dynamic text box that will recieve your HTML formatted data and
you
>should be good.
>
>hth vic!
>
>Jpg
>
>PS> welcome to the crack habbit of FlashCoders ;)
>
>
>On 9/25/06, Mendelsohn, Michael <[EMAIL PROTECTED]> wrote:
>>
>> 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:
>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>> Brought to you by Fig Leaf Software
>> Premier Authorized Adobe Consulting and Training
>> http://www.figleaf.com
>> http://training.figleaf.com
>>
>
>
>
>--
>[  JPG  ]
>_______________________________________________
>Flashcoders@chattyfig.figleaf.com
>To change your subscription options or search the archive:
>http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
>Brought to you by Fig Leaf Software
>Premier Authorized Adobe Consulting and Training
>http://www.figleaf.com
>http://training.figleaf.com
>

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




--
[  JPG  ]
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to