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.html

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

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,

RE: [Flashcoders] Linked font from class

2006-04-11 Thread jim
To: 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 automatically loads

[Flashcoders] Linked font from class

2006-04-10 Thread Mendelsohn, Michael
Hi list... I have a movie and an external class. The movie has a font in it with a linkage name theTimes. The class constructor creates a new text field, and sets a style with this embedded font. The text is formatted all of the attributes except the font, and I'm wondering if it's because the

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 ___

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 ___

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.flaw/in LibraryNew

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

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