katekate
04-10-2006, 06:25 PM
Hi there,
I have a bit of a dilemma here. I have a movie which dynamically creates textFields (new textField) and sets them to use html and embedFonts. The text is formatted by importing a stylesheet. There are instances of the fonts embedded explicitly in the same .swf in all flavors (plain, bold, italic, bolditalic).
I am populating those generated fields with HTML text.
In IE, everything is showing up just fine.
In Firefox, I'm seeing other explicitly (non-HTML, hand made) text fields with embedded fonts show fine. However, my actionscript generated fields with embedFonts = true are not showing the text at all. I know they are loading the swf because other, non-text elements are generating and showing like they should.
The .swf is loaded in via the ScrollPane component and then populated with actionscript, if that makes a difference.
I have checked the plugin version on Firefox and just downloaded it again to be safe. Both IE and Firefox have the latest plugin.
Any thoughts?
Thanks in advance,
Kate
I have a bit of a dilemma here. I have a movie which dynamically creates textFields (new textField) and sets them to use html and embedFonts. The text is formatted by importing a stylesheet. There are instances of the fonts embedded explicitly in the same .swf in all flavors (plain, bold, italic, bolditalic).
I am populating those generated fields with HTML text.
In IE, everything is showing up just fine.
In Firefox, I'm seeing other explicitly (non-HTML, hand made) text fields with embedded fonts show fine. However, my actionscript generated fields with embedFonts = true are not showing the text at all. I know they are loading the swf because other, non-text elements are generating and showing like they should.
The .swf is loaded in via the ScrollPane component and then populated with actionscript, if that makes a difference.
I have checked the plugin version on Firefox and just downloaded it again to be safe. Both IE and Firefox have the latest plugin.
Any thoughts?
Thanks in advance,
Kate