Re: Re[2]: [Flashcoders] Shared Fonts puzzle (hell)

2006-07-05 Thread Marcelo de Moraes Serpa
Hmmm.. further reading this faq, I´ve saw the question about the static text fields. I´m actually using some static textfields that use the same shared font, configured via the flash ide. The only difference is that I don´t use SFM, and the faq relates to SFM... Could that be causing these strang

Re: Re[2]: [Flashcoders] Shared Fonts puzzle (hell)

2006-07-05 Thread Marcelo de Moraes Serpa
Hello Iv, thanks again for the reply. This article talks about version 7 loading v. 6. The host SWF is v8, the loaded one is v7, the library SWF is v8. But I think it´s the same situation after all. I will make some more tests later. Thanks, Marcelo. On 7/5/06, Iv <[EMAIL PROTECTED]> wrote:

Re[2]: [Flashcoders] Shared Fonts puzzle (hell)

2006-07-05 Thread Iv
Hello Marcelo, MdMS> The swf I╢m loading is a v7 swf and the host is v8. Could that be causing MdMS> some this issue? http://www.sharedfonts.com/eng/faq.html - a bit info about it in the first question. -- Ivan Dembicki __

Re: [Flashcoders] Shared Fonts puzzle (hell)

2006-07-05 Thread Marcelo de Moraes Serpa
The swf I´m loading is a v7 swf and the host is v8. Could that be causing some this issue? On 7/5/06, Marcelo de Moraes Serpa <[EMAIL PROTECTED]> wrote: Thanks for the article Iv. I guess the way I´m doing is right as I don´t need this kind of control over what characters I would need to embbed

Re: [Flashcoders] Shared Fonts puzzle (hell)

2006-07-05 Thread Marcelo de Moraes Serpa
Thanks for the article Iv. I guess the way I´m doing is right as I don´t need this kind of control over what characters I would need to embbed. I´ll test when I get home, but I guess this issue is happening becouse I´m not setting the embedFonts property in the right place. On 7/5/06, Weyert de B

Re: [Flashcoders] Shared Fonts puzzle (hell)

2006-07-05 Thread Weyert de Boer
Fonts and Flash on the Mac I am going nuts. Troublesome. ___ 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 Premi

Re: [Flashcoders] Shared Fonts puzzle (hell)

2006-07-05 Thread Iv
Hello Marcelo, - you need to separate problems. in first step don't use sharing. when your app will work fine you can start sharing your fonts. MdMS> In sum, I╢ve been through a hard time trying to get this shared font thing MdMS> to work with TextFields. With v2 components I got it to work

Re: [Flashcoders] Shared Fonts puzzle (hell)

2006-07-05 Thread Iv
Hello Marcelo, http://www.sharedfonts.com/eng/faq.html#include -- Ivan Dembicki [EMAIL PROTECTED] || http://www.design.ru ___ Flashco

[Flashcoders] Shared Fonts puzzle (hell)

2006-07-05 Thread Marcelo de Moraes Serpa
I´ve been trying to find the holy grail of Shared Fonts but with no success. I then decided I just wanted it to work. I´ve have done this way: - Packing all the fonts I´m using in my application in a separate SWF, setting them to "Export For Runtime Sharing" and also to "Export for AS". - Loadin