[Flashcoders] Shared Fonts issue... textformat object only works in dynamically created textfields!

2006-07-04 Thread Marcelo de Moraes Serpa
I really need some quick help here as I need to deploy this app for tomorrow! I´m using Shared Fonts and loading the swf with the exported font symbols beforehand, in the main preloader. In the subsequent forms (swfs) I´m using the SharePoint strategy, where I put only a dummy MovieClip one

Re: [Flashcoders] Shared Fonts issue... textformat object only works in dynamically created textfields!

2006-07-04 Thread Michael Bedar
i assume you mean... tf = new TextFormat() tf.font = myfont mytextfield.setNewTextFormat(tf) Did you try using mytextfield.setTextFormat(tf) AFTER you change the text? On Jul 4, 2006, at 9:20 PM, Marcelo de Moraes Serpa wrote: I really need some quick help here as I need to deploy this

Re: [Flashcoders] Shared Fonts issue... textformat object only works in dynamically created textfields!

2006-07-04 Thread Marcelo de Moraes Serpa
Oh yes sorry... my mistake. Yes, sure. I actually don´t touch the textfield´s text. On 7/4/06, Michael Bedar [EMAIL PROTECTED] wrote: i assume you mean... tf = new TextFormat() tf.font = myfont mytextfield.setNewTextFormat(tf) Did you try using mytextfield.setTextFormat(tf) AFTER you change

Re: [Flashcoders] Shared Fonts issue... textformat object only works in dynamically created textfields!

2006-07-04 Thread Marcelo de Moraes Serpa
By saying that I mean that it stays with the text I´ve set up in the flash ide... On 7/4/06, Marcelo de Moraes Serpa [EMAIL PROTECTED] wrote: Oh yes sorry... my mistake. Yes, sure. I actually don´t touch the textfield´s text. On 7/4/06, Michael Bedar [EMAIL PROTECTED] wrote: i assume you

Re: [Flashcoders] Shared Fonts issue... textformat object only works in dynamically created textfields!

2006-07-04 Thread Michael Bedar
well, in that case setNewTextFormat definitely won't work.. if a normal setTextFormat does not work, i'm out of ideas.. On Jul 4, 2006, at 9:28 PM, Marcelo de Moraes Serpa wrote: Oh yes sorry... my mistake. Yes, sure. I actually don´t touch the textfield´s text. On 7/4/06, Michael Bedar

Re: [Flashcoders] Shared fonts issue

2006-05-25 Thread David Serrano
I load 12 shared fonts in a different swf's separately. I have tested the application in a different pc. The player version is 8. I think the problem is when I load the swf's in one movie , his content needs to redistribute it to the others movies(similar to use any Macromedia component). I

Re: [Flashcoders] Shared fonts issue

2006-05-25 Thread Anggie Bratadinata
What about loading those fonts into the main movie? I did it on my flash site and it worked just fine. -- Anggie Bratadinata Web|Graphic|Flash Jl. Raya Langsep 21 Malang - East Java I N D O N E S I A http://design.ibshastautama.com David Serrano wrote: I load 12 shared fonts in a different

[Flashcoders] Shared fonts issue

2006-05-24 Thread David Serrano
Hello. I have a big problem with shared fonts. I am doing an editor that has a list of fonts to choose. This fonts are dynamically loaded from a swf with his embed font. When I try to load 10 fonts in a movieclip, with his preload for each one, the application runs well, but if I load this

Re: [Flashcoders] Shared fonts issue

2006-05-24 Thread Marcelo de Moraes Serpa
Hello David, How many fonts in the shared library swf? Maybe the player version, pc specs and browser would also be good for us to try to help you. - Marcelo. On 5/24/06, David Serrano [EMAIL PROTECTED] wrote: Hello. I have a big problem with shared fonts. I am doing an editor that has a