Re: [Flashcoders] createTextField and embedding fonts

2007-01-09 Thread orangeflower
Yup, I did exactly this and it works great! Thanks! - Original Message - From: "Arindam Dhar" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Tuesday, January 09, 2007 10:24 AM Subject: Re: [Flashcoders] createTextField and embedding fonts Hi Thom

Re: [Flashcoders] createTextField and embedding fonts

2007-01-09 Thread Arindam Dhar
always been a little spotty in terms of what's actually going on when using shared libraries... Thanks for the response! - Original Message - From: "Arindam Dhar" To: "Flashcoders mailing list" Sent: Wednesday, January 03, 2007 4:43 AM Subject: Re: [Flashcoders] c

Re: [Flashcoders] createTextField and embedding fonts

2007-01-09 Thread Iv
Hello orangeflower, http://www.sharedfont.com/eng/faq.html#include ohc> I'm sorry to do this and I'm sure someone has an explanation here, but I'm ohc> at my wit's end. ohc> I have an empty swf that is loading another swf with all of my views, assets ohc> etc. I am creating ohc> a font symbol

Re: [Flashcoders] createTextField and embedding fonts

2007-01-04 Thread orangeflower
hanks for the response! - Original Message - From: "Arindam Dhar" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Wednesday, January 03, 2007 4:43 AM Subject: Re: [Flashcoders] createTextField and embedding fonts hi Thomas, going by the steps u m

Re: [Flashcoders] createTextField and embedding fonts

2007-01-03 Thread Arindam Dhar
One thing to be mindful of is the path to your SharedFonts.swf. This MUST be correct in order for these shared fonts to work. To simplify things I just placed the SharedFonts.swf in the same directory as my other .swf. I hope this helps someone Cheers, Thomas - Original Message -

Re: [Flashcoders] createTextField and embedding fonts

2007-01-02 Thread orangeflower
ngs I just placed the SharedFonts.swf in the same directory as my other .swf. I hope this helps someone Cheers, Thomas ----- Original Message - From: "Glen Pike" <[EMAIL PROTECTED]> To: "Flashcoders mailing list" Sent: Tuesday, January 02, 2007 2:59 PM Subject: Re:

Re: [Flashcoders] createTextField and embedding fonts

2007-01-02 Thread Glen Pike
Hi, Yes, you will probably need to use "runtime sharing" and load in the fonts contained in a different file. Glen The question I have is it possible to apply a TextFormat to a TextField using an embedded font that is NOT in the container swf's library? If not then that is my problem

[Flashcoders] createTextField and embedding fonts

2007-01-02 Thread orangeflower
All- I'm sorry to do this and I'm sure someone has an explanation here, but I'm at my wit's end. I have an empty swf that is loading another swf with all of my views, assets etc. I am creating a font symbol in the "view" swf's library to be used later by dynamic TextFields. The font symbol i