areyou using a font symbol in your text format obj? did you try placing a
dynamic text filed off stage and embed the same font in thatto see?

On 6/1/06, Kent Humphrey <[EMAIL PROTECTED]> wrote:

http://devqa.exnis.net/vanclarke.com/www/test.html

Can someone tell me what I am doing wrong here?

What you can't see on that test page is the questions, which are
being pulled in with identical code, but have been set to use an
embedded font. Here is my code:

q_mc = content_mc.createTextField("question"+i,
content_mc.getNextHighestDepth(), 0, 0, 385, 20);
q_mc.autoSize = "left";
q_mc.wordWrap = "true";
q_mc.antiAliasType = "advanced";

q_mc.embedFonts = true;

q_mc.selectable = false;
// assign text format defined above
q_mc.setTextFormat(question_fmt);

q_mc.text = questions[i];

If I comment out the embedFonts line, the text is visible.

I have tried embedding different fonts, different font weights,
different linkage names, htmltext vs text and so on.

The text is currently being pulled from a list, but testing with
straight text has the same effect.

I am using this same code to pull text into the swf that this swf is
loaded into, and it works fine there. This swf doesn't work as a
standalone or as part of the larger app.

Anyone got any ideas?
_______________________________________________
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

Reply via email to