<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Font embedding problems in Flash CS3 IDE</title>
	<atom:link href="http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/</link>
	<description>From the Nivas crew to the galaxy of unknown</description>
	<lastBuildDate>Fri, 19 Mar 2010 19:59:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Shiyaz</title>
		<link>http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/comment-page-1/#comment-593435</link>
		<dc:creator>Shiyaz</dc:creator>
		<pubDate>Wed, 21 Jan 2009 08:01:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/#comment-593435</guid>
		<description>Hi,

Might be useful to some one... just make sure you have not applied the font that is required for embedding, in the FLA.

For instance, if you need to embed a font (say Hobo), use any method that suites you best - preferably CSS, but ensure that Hobo is not applied to any of your text boxes either on stage or on the library. Use some font that you are sure will never be used in the project for *all* text boxes (say Garamond). Then, apply Hobo through script to the text boxes.

If in case you are not able to see an embedded font, it can mean only one thing - that there is at least one instance of a text box some where within the FLA, which has that particular font applied to it. Please note that it doesn&#039;t matter if the text box is Static, Dynamic or Input.

~ Shiyaz</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Might be useful to some one&#8230; just make sure you have not applied the font that is required for embedding, in the FLA.</p>
<p>For instance, if you need to embed a font (say Hobo), use any method that suites you best &#8211; preferably CSS, but ensure that Hobo is not applied to any of your text boxes either on stage or on the library. Use some font that you are sure will never be used in the project for *all* text boxes (say Garamond). Then, apply Hobo through script to the text boxes.</p>
<p>If in case you are not able to see an embedded font, it can mean only one thing &#8211; that there is at least one instance of a text box some where within the FLA, which has that particular font applied to it. Please note that it doesn&#8217;t matter if the text box is Static, Dynamic or Input.</p>
<p>~ Shiyaz</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dinesh</title>
		<link>http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/comment-page-1/#comment-497686</link>
		<dc:creator>Dinesh</dc:creator>
		<pubDate>Sun, 03 Aug 2008 19:49:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/#comment-497686</guid>
		<description>Hi,
I still cant make my code work... 

var font:Font = new f1(); //from library
var format:TextFormat = new TextFormat();
format.font = new f1().fontName;
format.color = 0x000000;
format.size = 12;
format.letterSpacing = 0.8;

//var tf:TextField = new TextField();
k1.embedFonts = true;
k1.antiAliasType = AntiAliasType.ADVANCED;
k1.autoSize = TextFieldAutoSize.LEFT;
k1.selectable = false;
k1.defaultTextFormat = format;
k1.text = &quot;Collections&quot;;

this is my code... k1 is a name of a dynamic text field that i have created in screen.. i hav created a mask for th layer that contains this text field..so its not visible, thats the reason i want to embed the font. but its not at all working.. pls tell me what am missing..</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I still cant make my code work&#8230; </p>
<p>var font:Font = new f1(); //from library<br />
var format:TextFormat = new TextFormat();<br />
format.font = new f1().fontName;<br />
format.color = 0&#215;000000;<br />
format.size = 12;<br />
format.letterSpacing = 0.8;</p>
<p>//var tf:TextField = new TextField();<br />
k1.embedFonts = true;<br />
k1.antiAliasType = AntiAliasType.ADVANCED;<br />
k1.autoSize = TextFieldAutoSize.LEFT;<br />
k1.selectable = false;<br />
k1.defaultTextFormat = format;<br />
k1.text = &#8220;Collections&#8221;;</p>
<p>this is my code&#8230; k1 is a name of a dynamic text field that i have created in screen.. i hav created a mask for th layer that contains this text field..so its not visible, thats the reason i want to embed the font. but its not at all working.. pls tell me what am missing..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stepan Kabele</title>
		<link>http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/comment-page-1/#comment-299809</link>
		<dc:creator>Stepan Kabele</dc:creator>
		<pubDate>Wed, 12 Mar 2008 01:33:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/#comment-299809</guid>
		<description>Thanks a lot! As others I spend hours and hours reading thousands faq&#039;s and howto&#039;s -and this one finally saved my a...source code.</description>
		<content:encoded><![CDATA[<p>Thanks a lot! As others I spend hours and hours reading thousands faq&#8217;s and howto&#8217;s -and this one finally saved my a&#8230;source code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clemens</title>
		<link>http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/comment-page-1/#comment-209614</link>
		<dc:creator>Clemens</dc:creator>
		<pubDate>Wed, 16 Jan 2008 11:34:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/#comment-209614</guid>
		<description>Fantastic! For me too it ended a headache.

Incredible that Adobe didn&#039;t document this clearly.</description>
		<content:encoded><![CDATA[<p>Fantastic! For me too it ended a headache.</p>
<p>Incredible that Adobe didn&#8217;t document this clearly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: randygland</title>
		<link>http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/comment-page-1/#comment-180734</link>
		<dc:creator>randygland</dc:creator>
		<pubDate>Fri, 14 Dec 2007 16:53:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/#comment-180734</guid>
		<description>call me thick, but i must still be missing something,, do you actually create a class called myEmbeddedFont()? and if so, what do you put in this class? I&#039;ve tried your way, and it throws an error like:

1180: Call to a possibly undefined method myEmbeddedFont.</description>
		<content:encoded><![CDATA[<p>call me thick, but i must still be missing something,, do you actually create a class called myEmbeddedFont()? and if so, what do you put in this class? I&#8217;ve tried your way, and it throws an error like:</p>
<p>1180: Call to a possibly undefined method myEmbeddedFont.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eriq</title>
		<link>http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/comment-page-1/#comment-162909</link>
		<dc:creator>Eriq</dc:creator>
		<pubDate>Thu, 22 Nov 2007 10:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/#comment-162909</guid>
		<description>Man, it&#039;s 2:03 and Flash failing to render my font is not something I need. Thanks a bunch.</description>
		<content:encoded><![CDATA[<p>Man, it&#8217;s 2:03 and Flash failing to render my font is not something I need. Thanks a bunch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: maddec</title>
		<link>http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/comment-page-1/#comment-140971</link>
		<dc:creator>maddec</dc:creator>
		<pubDate>Mon, 29 Oct 2007 19:52:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/#comment-140971</guid>
		<description>Hi Og2t thank you for your trick!

I started a project to gather every Flash/Flex issues and questions related to fonts embedding.  SAEF project (Share About Embedding Flash/Flex).
http://analogdesign.ch/blog/index.php/archive/flash-flex-font-embedding-information-sharing-project-saef-project/
Don&#039;t hesitate to make suggestions and/or modifications.</description>
		<content:encoded><![CDATA[<p>Hi Og2t thank you for your trick!</p>
<p>I started a project to gather every Flash/Flex issues and questions related to fonts embedding.  SAEF project (Share About Embedding Flash/Flex).<br />
<a href="http://analogdesign.ch/blog/index.php/archive/flash-flex-font-embedding-information-sharing-project-saef-project/" rel="nofollow">http://analogdesign.ch/blog/index.php/archive/flash-flex-font-embedding-information-sharing-project-saef-project/</a><br />
Don&#8217;t hesitate to make suggestions and/or modifications.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seven</title>
		<link>http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/comment-page-1/#comment-127283</link>
		<dc:creator>seven</dc:creator>
		<pubDate>Sat, 20 Oct 2007 09:57:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/#comment-127283</guid>
		<description>Cool trick Og2t, thanks! 

Btw, I really love flightboard effect on your site! We had to do something similar for one online campaign - http://www.nivas.hr/pub/s&amp;s-tmobil-flex-728/</description>
		<content:encoded><![CDATA[<p>Cool trick Og2t, thanks! </p>
<p>Btw, I really love flightboard effect on your site! We had to do something similar for one online campaign &#8211; <a href="http://www.nivas.hr/pub/s&#038;s-tmobil-flex-728/" rel="nofollow">http://www.nivas.hr/pub/s&#038;s-tmobil-flex-728/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Og2t</title>
		<link>http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/comment-page-1/#comment-126393</link>
		<dc:creator>Og2t</dc:creator>
		<pubDate>Fri, 19 Oct 2007 12:50:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/#comment-126393</guid>
		<description>You can use your dynamic classes (http://www.nivas.hr/blog/2007/10/04/dynamic-class-names-are-neat/) for fonts as well:

var embeddedFontClass:Class = getDefinitionByName(embededFontName) as Class;
Font.registerFont(embeddedFontClass);
var font = new embeddedFontClass().fontName;
		 
var fmt:TextFormat = new TextFormat();	
fmt.font = font;

;-)</description>
		<content:encoded><![CDATA[<p>You can use your dynamic classes (<a href="http://www.nivas.hr/blog/2007/10/04/dynamic-class-names-are-neat/" rel="nofollow">http://www.nivas.hr/blog/2007/10/04/dynamic-class-names-are-neat/</a>) for fonts as well:</p>
<p>var embeddedFontClass:Class = getDefinitionByName(embededFontName) as Class;<br />
Font.registerFont(embeddedFontClass);<br />
var font = new embeddedFontClass().fontName;</p>
<p>var fmt:TextFormat = new TextFormat();<br />
fmt.font = font;</p>
<p> <img src='http://www.nivas.hr/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ain Tohvri</title>
		<link>http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/comment-page-1/#comment-117253</link>
		<dc:creator>Ain Tohvri</dc:creator>
		<pubDate>Mon, 08 Oct 2007 17:05:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/#comment-117253</guid>
		<description>Yes, this is unfortunate. 

I&#039;ve now concluded my research on this issue as well. Please find it &lt;a href=&quot;http://tekkie.flashbit.net/flash/embedding-fonts-in-flash-cs3&quot; rel=&quot;nofollow&quot;&gt;here &lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Yes, this is unfortunate. </p>
<p>I&#8217;ve now concluded my research on this issue as well. Please find it <a href="http://tekkie.flashbit.net/flash/embedding-fonts-in-flash-cs3" rel="nofollow">here </a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seven</title>
		<link>http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/comment-page-1/#comment-103216</link>
		<dc:creator>seven</dc:creator>
		<pubDate>Mon, 24 Sep 2007 18:42:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/#comment-103216</guid>
		<description>Ain, I wouldn&#039;t go so far and say the as3 compiler is terrible. The sad fact remains, fonts are handled so wrong. :(

If somebody knows how to embed font to TextArea in cs3, give me a buzz...!</description>
		<content:encoded><![CDATA[<p>Ain, I wouldn&#8217;t go so far and say the as3 compiler is terrible. The sad fact remains, fonts are handled so wrong. <img src='http://www.nivas.hr/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
<p>If somebody knows how to embed font to TextArea in cs3, give me a buzz&#8230;!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ain Tohvri</title>
		<link>http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/comment-page-1/#comment-99031</link>
		<dc:creator>Ain Tohvri</dc:creator>
		<pubDate>Wed, 19 Sep 2007 10:38:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/#comment-99031</guid>
		<description>For the existing framework done in AS2 it seems quite an overhead to produce a textfield to replace a library font esp under the circumstances in which the quality of the embedded chars is not reasonable. In fact, I failed to compile a field with embedded chars in a way that all the chars would display properly.

As for the CS2 products Adobe&#039;s QA has remained terrible and despite the fact that the font embedding has always been troublesome, Flash CS3 compiler is undoubtedly the worst compiler I&#039;ve seen for Flash and I&#039;ve seen them since Flash 4.</description>
		<content:encoded><![CDATA[<p>For the existing framework done in AS2 it seems quite an overhead to produce a textfield to replace a library font esp under the circumstances in which the quality of the embedded chars is not reasonable. In fact, I failed to compile a field with embedded chars in a way that all the chars would display properly.</p>
<p>As for the CS2 products Adobe&#8217;s QA has remained terrible and despite the fact that the font embedding has always been troublesome, Flash CS3 compiler is undoubtedly the worst compiler I&#8217;ve seen for Flash and I&#8217;ve seen them since Flash 4.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seven</title>
		<link>http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/comment-page-1/#comment-98898</link>
		<dc:creator>seven</dc:creator>
		<pubDate>Wed, 19 Sep 2007 00:28:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/#comment-98898</guid>
		<description>There is few workaround, eg. you can create dummy textfield on the stage with letters you need, and then create another from the code and use those letters.

I haven&#039;t tried embedding/using our chars in Flex, but it can&#039;t get much worse than Flash 9 IDE.</description>
		<content:encoded><![CDATA[<p>There is few workaround, eg. you can create dummy textfield on the stage with letters you need, and then create another from the code and use those letters.</p>
<p>I haven&#8217;t tried embedding/using our chars in Flex, but it can&#8217;t get much worse than Flash 9 IDE.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ain Tohvri</title>
		<link>http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/comment-page-1/#comment-97336</link>
		<dc:creator>Ain Tohvri</dc:creator>
		<pubDate>Mon, 17 Sep 2007 02:52:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/#comment-97336</guid>
		<description>There is no multibyte support as unicode chars like фывафвыа or šžšžšž. I can&#039;t quite get how did you manage to get Croatian chars to appear.  

This is total madness. The whole thing is utterly broken and not usable. We can imagine how many frameworks it has broken for the Flash developers...</description>
		<content:encoded><![CDATA[<p>There is no multibyte support as unicode chars like фывафвыа or šžšžšž. I can&#8217;t quite get how did you manage to get Croatian chars to appear.  </p>
<p>This is total madness. The whole thing is utterly broken and not usable. We can imagine how many frameworks it has broken for the Flash developers&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: seven</title>
		<link>http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/comment-page-1/#comment-83611</link>
		<dc:creator>seven</dc:creator>
		<pubDate>Tue, 31 Jul 2007 11:10:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/#comment-83611</guid>
		<description>I have check it out css stylesheets. Didn&#039;t have time to play with it. Actually, I tried to avoid css in cs3 until now. :)</description>
		<content:encoded><![CDATA[<p>I have check it out css stylesheets. Didn&#8217;t have time to play with it. Actually, I tried to avoid css in cs3 until now. <img src='http://www.nivas.hr/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philly</title>
		<link>http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/comment-page-1/#comment-83432</link>
		<dc:creator>Philly</dc:creator>
		<pubDate>Mon, 30 Jul 2007 07:55:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/#comment-83432</guid>
		<description>Good stuff! But hey, what do I do if I want to use a css stylesheet instead of the TextFormat class?</description>
		<content:encoded><![CDATA[<p>Good stuff! But hey, what do I do if I want to use a css stylesheet instead of the TextFormat class?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rigard Kruger</title>
		<link>http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/comment-page-1/#comment-73460</link>
		<dc:creator>Rigard Kruger</dc:creator>
		<pubDate>Wed, 20 Jun 2007 07:27:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/#comment-73460</guid>
		<description>Wow, I have always found text to be a bit of an issue in flash - and even more so in CS3. Your post has helped immensely. Thanks!</description>
		<content:encoded><![CDATA[<p>Wow, I have always found text to be a bit of an issue in flash &#8211; and even more so in CS3. Your post has helped immensely. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeff</title>
		<link>http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/comment-page-1/#comment-72402</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Sun, 17 Jun 2007 17:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/#comment-72402</guid>
		<description>Thank you, your tip was a great help. When you embed a font in Flex, I take it it embeds the entire font, not just the latin chars? Is that true? As far as I know, Flash IDE only embeds latins + numbers/ some symbols, unless embed manually using authoring environment(hassle). Were you able to get Croatians in older vers. of Flash?</description>
		<content:encoded><![CDATA[<p>Thank you, your tip was a great help. When you embed a font in Flex, I take it it embeds the entire font, not just the latin chars? Is that true? As far as I know, Flash IDE only embeds latins + numbers/ some symbols, unless embed manually using authoring environment(hassle). Were you able to get Croatians in older vers. of Flash?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alberto</title>
		<link>http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/comment-page-1/#comment-71189</link>
		<dc:creator>Alberto</dc:creator>
		<pubDate>Thu, 14 Jun 2007 14:28:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/#comment-71189</guid>
		<description>Seven, your hack is great. Since some days I was working about it but no way, until now.</description>
		<content:encoded><![CDATA[<p>Seven, your hack is great. Since some days I was working about it but no way, until now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Laila</title>
		<link>http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/comment-page-1/#comment-71180</link>
		<dc:creator>Laila</dc:creator>
		<pubDate>Thu, 14 Jun 2007 13:44:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.nivas.hr/blog/2007/06/06/font-embedding-problems-in-flash-cs3-ide/#comment-71180</guid>
		<description>Just out of curiosity.. Have you tried to make this work with labels? I had to give up in the end, and convert  my labels to TextFields, which worked fine anyway. Annoying though. ;-)</description>
		<content:encoded><![CDATA[<p>Just out of curiosity.. Have you tried to make this work with labels? I had to give up in the end, and convert  my labels to TextFields, which worked fine anyway. Annoying though. <img src='http://www.nivas.hr/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>
