RE: [Flashcoders] Embedded Fonts + HTML

2005-11-04 Thread lieven.cardoen
Maybe I need to be a little bit clearder.

I have a textfield with embedded fonts set to true. Next I want to
render html-text  (.html = true and .htmlText = ...). If I don't use
embedded fonts, it works fine. With embedded fonts, nothing appears.

Thx, Lieven Cardoen

Ps: Is there a workaround for this. I need to use embedded fonts because
the font isn't supported on most computers. And I really need to render
HTML.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Lieven
Cardoen
Sent: vrijdag 4 november 2005 12:26
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] Embedded Fonts + HTML

Does this work ? In my project it doesn't seem to work...

 

Flash7MX Update 7.2

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders


RE: [Flashcoders] Embedded Fonts + HTML

2005-11-04 Thread Pål Østerud
One workaround is this:
1. Place a textfield offstage in frame 1.
2. Set it to dynamic text, html-enabled, and embed the chars you need
3. Type some text in it with the correct font, if you need bold you should also 
type
some bold text in it.

Best regards,
Pål Østerud


Maybe I need to be a little bit clearder.

I have a textfield with embedded fonts set to true. Next I want to render 
html-text
 (.html = true and .htmlText = ...). If I don't use embedded fonts, it works 
fine.
With embedded fonts, nothing appears.

Thx, Lieven Cardoen

Ps: Is there a workaround for this. I need to use embedded fonts because the 
font
isn't supported on most computers. And I really need to render HTML.


___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders