Re: [Flashcoders] Linked font from class

2006-04-10 Thread Iv
Hello Michael, http://www.sharedfonts.com/eng/faq.html#include -- Ivan Dembicki [EMAIL PROTECTED] || http://www.design.ru ___ Flashc

RE: [Flashcoders] Linked font from class

2006-04-10 Thread Mendelsohn, Michael
Thanks for the interesting link Ivan. I think in my case, it was a scope problem, because I had the setTextFormat called from within a with block that I discovered wasn't reading the TextFormat. Issue solved. - MM ___ Flashcoders@chattyfig.figleaf.com

RE: [Flashcoders] Linked font from class

2006-04-10 Thread Brody Welch
Hello Michael, While I have never used an embedded font for a dynamically generated text field before I have had luck with dynamic text fields themselves created during authortime. Your code seems OK from what I see. The steps I take. 1. Create the shared font symbol. New>.fla>w/in Library>New F

RE: [Flashcoders] Linked font from class

2006-04-10 Thread Brody Welch
Hello Michael and Ivan, I posted a thread similar to this yesterday with no reponse so Ivan I was hoping you may be able to clarify a few things and Michael this could prevent major headaches in the future. I have about 150 .swf's' all sharing the same Font Symbol. Everything works great when th

RE: [Flashcoders] Linked font from class

2006-04-10 Thread Brody Welch
Here is the link to Macromedia's TechNote regarding Shared Font Libraries. They spell it out a little more eloquently than I did. http://www.macromedia.com/go/tn_14786 P.S. It was taken from the www.sharedfonts.com links page broD P.P.S. No I have no affiliation with sharedfonts.com in fact I h

Re: [Flashcoders] Linked font from class

2006-04-11 Thread Cedric Muller
hello, this technote is stupid ... what a mess! ... dumb stupid! here: http://www.zarate.tv/articulos/shared_fonts/index.php<- in spanish http://tinyurl.com/fufs4<- english translation using babelfish + there: http://chattyfig.figleaf.com/pipermail/flashcoders/2005-November/ 153927.htm

Re: [Flashcoders] Linked font from class

2006-04-11 Thread erixtekila
this technote is stupid ... what a mess! ... dumb stupid! here: http://www.zarate.tv/articulos/shared_fonts/index.php<- in spanish http://tinyurl.com/fufs4<- english translation using babelfish + there: http://chattyfig.figleaf.com/pipermail/flashcoders/2005-November/ 153927.html If so

Re: [Flashcoders] Linked font from class

2006-04-11 Thread Cedric Muller
still, you have to put that Shared thingie in both **The sharedLib AND ** The loader ... with zarate's, you don't need both ... actually, you just prepare the **SharedLib and then the Loader automatically loads in the new font (without linking, without compiling, without everything, just

RE: [Flashcoders] Linked font from class

2006-04-11 Thread jim
: Flashcoders mailing list Subject: Re: [Flashcoders] Linked font from class still, you have to put that Shared thingie in both **The sharedLib AND ** The loader ... with zarate's, you don't need both ... actually, you just prepare the **SharedLib and then the Loader automaticall