<?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: Embedding Fonts Using External SWF Files</title>
	<atom:link href="http://yourpalmark.com/2009/04/05/embedding-fonts-using-external-swf-files/feed/" rel="self" type="application/rss+xml" />
	<link>http://yourpalmark.com/2009/04/05/embedding-fonts-using-external-swf-files/</link>
	<description>lulz</description>
	<lastBuildDate>Sat, 07 Jan 2012 17:17:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Marcus</title>
		<link>http://yourpalmark.com/2009/04/05/embedding-fonts-using-external-swf-files/comment-page-1/#comment-2272</link>
		<dc:creator>Marcus</dc:creator>
		<pubDate>Wed, 07 Dec 2011 03:51:39 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/?p=516#comment-2272</guid>
		<description>I&#039;ve been trying to embed Helvetica via static text on flash CS5 (like &#039;Mark A.&#039;).
This is what I selected on flash;
-Classic
-Static Text
-anti-alias: Use device font

Publish settings &gt; HTML &gt; Device Font (checked) 

The reason i chose this method is because the text is much more clean and sharper with helvetica than if I select &#039;input&#039; or &#039;dynamic&#039; and then select &#039;anti-allias for animation&#039; or &#039;anti-alias for readability&#039;  (which compresses everything).

- Unfortunately, this method doesn&#039;t work on other machines who don&#039;t have Helvetica installed. The font is replaced automatically by New Times Roman or something else....:-/// My SWF hasn&#039;t embeded Helvetica?

I don&#039;t see the point why Adobe is letting users learn to embed font if it doesn&#039;t even work with any fonts! It&#039;s a waste of time....Who&#039;s going to embed &#039;Arial&#039;?? Everybody has it...

Other people have had the same problem as me;
http://www.gotoandlearnforum.com/viewtopic.php?f=29&amp;t=32233&amp;hilit=Static+Text+is+not+embedding

Any idea where I can simple method where I can embed fonts internally?  I like to work on the timeline. I&#039;m a newbie on AS3 and I try to stay away from text fields created via pure AS3 code. But if this is the only way today to embed a font and have the best resolution then I&#039;m willing to go there. 

..Any idea where to get a source file that&#039;s easy to work with? A source file with a font embedded inside the swf?

Thanks for reading!





Is there a way to</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been trying to embed Helvetica via static text on flash CS5 (like &#8216;Mark A.&#8217;).<br />
This is what I selected on flash;<br />
-Classic<br />
-Static Text<br />
-anti-alias: Use device font</p>
<p>Publish settings &gt; HTML &gt; Device Font (checked) </p>
<p>The reason i chose this method is because the text is much more clean and sharper with helvetica than if I select &#8216;input&#8217; or &#8216;dynamic&#8217; and then select &#8216;anti-allias for animation&#8217; or &#8216;anti-alias for readability&#8217;  (which compresses everything).</p>
<p>- Unfortunately, this method doesn&#8217;t work on other machines who don&#8217;t have Helvetica installed. The font is replaced automatically by New Times Roman or something else&#8230;.:-/// My SWF hasn&#8217;t embeded Helvetica?</p>
<p>I don&#8217;t see the point why Adobe is letting users learn to embed font if it doesn&#8217;t even work with any fonts! It&#8217;s a waste of time&#8230;.Who&#8217;s going to embed &#8216;Arial&#8217;?? Everybody has it&#8230;</p>
<p>Other people have had the same problem as me;<br />
<a href="http://www.gotoandlearnforum.com/viewtopic.php?f=29&#038;t=32233&#038;hilit=Static+Text+is+not+embedding" rel="nofollow">http://www.gotoandlearnforum.com/viewtopic.php?f=29&#038;t=32233&#038;hilit=Static+Text+is+not+embedding</a></p>
<p>Any idea where I can simple method where I can embed fonts internally?  I like to work on the timeline. I&#8217;m a newbie on AS3 and I try to stay away from text fields created via pure AS3 code. But if this is the only way today to embed a font and have the best resolution then I&#8217;m willing to go there. </p>
<p>..Any idea where to get a source file that&#8217;s easy to work with? A source file with a font embedded inside the swf?</p>
<p>Thanks for reading!</p>
<p>Is there a way to</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: hayabu4i</title>
		<link>http://yourpalmark.com/2009/04/05/embedding-fonts-using-external-swf-files/comment-page-1/#comment-2186</link>
		<dc:creator>hayabu4i</dc:creator>
		<pubDate>Wed, 24 Aug 2011 11:27:22 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/?p=516#comment-2186</guid>
		<description>Thank you very much! 
I&#039;ve usually used Flash IDE for fonts embeding, but now I don&#039;t need it at all. Here is the source file (http://code.google.com/p/flashdevelop/source/browse/trunk/FD4/FlashDevelop/Bin/Debug/Templates/ProjectFiles/AS3Project/Font+Library.as.fdt?r=1763) that compiles *.swf with embeded fonts under Flex Builder or Flash Develop (I&#039;m using the last one). Notes like &quot;how to use&quot; inside *.as file. Really helpfull!</description>
		<content:encoded><![CDATA[<p>Thank you very much!<br />
I&#8217;ve usually used Flash IDE for fonts embeding, but now I don&#8217;t need it at all. Here is the source file (<a href="http://code.google.com/p/flashdevelop/source/browse/trunk/FD4/FlashDevelop/Bin/Debug/Templates/ProjectFiles/AS3Project/Font+Library.as.fdt?r=1763" rel="nofollow">http://code.google.com/p/flashdevelop/source/browse/trunk/FD4/FlashDevelop/Bin/Debug/Templates/ProjectFiles/AS3Project/Font+Library.as.fdt?r=1763</a>) that compiles *.swf with embeded fonts under Flex Builder or Flash Develop (I&#8217;m using the last one). Notes like &#8220;how to use&#8221; inside *.as file. Really helpfull!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark A.</title>
		<link>http://yourpalmark.com/2009/04/05/embedding-fonts-using-external-swf-files/comment-page-1/#comment-2064</link>
		<dc:creator>Mark A.</dc:creator>
		<pubDate>Tue, 17 May 2011 14:11:50 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/?p=516#comment-2064</guid>
		<description>Keep one thing in mind: You cannot embed a font you use otherwise in your swf. For example: You have used &quot;Arial&quot; as static text in your swf. If you try to embed the same font, &quot;Arial&quot;, for dynamic text fields - it WILL not work. This cost me hours to figure out.</description>
		<content:encoded><![CDATA[<p>Keep one thing in mind: You cannot embed a font you use otherwise in your swf. For example: You have used &#8220;Arial&#8221; as static text in your swf. If you try to embed the same font, &#8220;Arial&#8221;, for dynamic text fields &#8211; it WILL not work. This cost me hours to figure out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: combobox item verschiedene schriftarten - Flashforum</title>
		<link>http://yourpalmark.com/2009/04/05/embedding-fonts-using-external-swf-files/comment-page-1/#comment-2021</link>
		<dc:creator>combobox item verschiedene schriftarten - Flashforum</dc:creator>
		<pubDate>Sat, 12 Mar 2011 16:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/?p=516#comment-2021</guid>
		<description>[...]  [...]</description>
		<content:encoded><![CDATA[<p>[...]  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cameron</title>
		<link>http://yourpalmark.com/2009/04/05/embedding-fonts-using-external-swf-files/comment-page-1/#comment-1973</link>
		<dc:creator>Cameron</dc:creator>
		<pubDate>Thu, 07 Oct 2010 21:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/?p=516#comment-1973</guid>
		<description>This works great - wanted to tell you that I have been using this as a method of font embedding for quite some time.

As a side note, in Flash CS5 you can now create Font library symbols for dynamic text fields (or even text fields created via pure AS3 code).

In other words, it looks like Adobe finally made this easier to do. But your idea was still the best and I used it a ton!!!</description>
		<content:encoded><![CDATA[<p>This works great &#8211; wanted to tell you that I have been using this as a method of font embedding for quite some time.</p>
<p>As a side note, in Flash CS5 you can now create Font library symbols for dynamic text fields (or even text fields created via pure AS3 code).</p>
<p>In other words, it looks like Adobe finally made this easier to do. But your idea was still the best and I used it a ton!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: soozee</title>
		<link>http://yourpalmark.com/2009/04/05/embedding-fonts-using-external-swf-files/comment-page-1/#comment-1971</link>
		<dc:creator>soozee</dc:creator>
		<pubDate>Thu, 16 Sep 2010 02:52:51 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/?p=516#comment-1971</guid>
		<description>this worked. you&#039;re awesome. thank you.</description>
		<content:encoded><![CDATA[<p>this worked. you&#8217;re awesome. thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sylvia</title>
		<link>http://yourpalmark.com/2009/04/05/embedding-fonts-using-external-swf-files/comment-page-1/#comment-1956</link>
		<dc:creator>Sylvia</dc:creator>
		<pubDate>Wed, 16 Jun 2010 19:14:28 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/?p=516#comment-1956</guid>
		<description>Thanks for the help, tricky subject.

I&#039;ve followed this all the way down to attaching the code my style sheet.  It seems like every time I remove the defaultTextFormat line and try to attach an external style sheet I loose my text.

I am loading the text and multiple fonts via XML. Any ideas?

//////////code

 var myHtmlText:TextField = new TextField();
							
							   myHtmlText.width=contentWidth-10;
							   myHtmlText.antiAliasType=&#039;advanced&#039;;
							   myHtmlText.embedFonts=true;
							    myHtmlText.multiline=true;
								myHtmlText.wordWrap=true;
								myHtmlText.autoSize=TextFieldAutoSize.LEFT;
							 myHtmlText.defaultTextFormat = new TextFormat(&quot;H1&quot;, 30, 0x000000);
																 //myHtmlText.text = &quot;this is dynamic text on stage, no css&quot;;
																	 myHtmlText.htmlText = pageText; //this is the variable for my XML
																	  myHtmlText.styleSheet = sheet;	// my style sheet &quot;sheet&quot; is the first this to load followed by my XML	

Many Thanks!
Sylvia</description>
		<content:encoded><![CDATA[<p>Thanks for the help, tricky subject.</p>
<p>I&#8217;ve followed this all the way down to attaching the code my style sheet.  It seems like every time I remove the defaultTextFormat line and try to attach an external style sheet I loose my text.</p>
<p>I am loading the text and multiple fonts via XML. Any ideas?</p>
<p>//////////code</p>
<p> var myHtmlText:TextField = new TextField();</p>
<p>							   myHtmlText.width=contentWidth-10;<br />
							   myHtmlText.antiAliasType=&#8217;advanced&#8217;;<br />
							   myHtmlText.embedFonts=true;<br />
							    myHtmlText.multiline=true;<br />
								myHtmlText.wordWrap=true;<br />
								myHtmlText.autoSize=TextFieldAutoSize.LEFT;<br />
							 myHtmlText.defaultTextFormat = new TextFormat(&#8220;H1&#8243;, 30, 0&#215;000000);<br />
																 //myHtmlText.text = &#8220;this is dynamic text on stage, no css&#8221;;<br />
																	 myHtmlText.htmlText = pageText; //this is the variable for my XML<br />
																	  myHtmlText.styleSheet = sheet;	// my style sheet &#8220;sheet&#8221; is the first this to load followed by my XML	</p>
<p>Many Thanks!<br />
Sylvia</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dev prez</title>
		<link>http://yourpalmark.com/2009/04/05/embedding-fonts-using-external-swf-files/comment-page-1/#comment-1940</link>
		<dc:creator>dev prez</dc:creator>
		<pubDate>Sun, 14 Mar 2010 07:00:50 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/?p=516#comment-1940</guid>
		<description>Oh!
 It *doesn&#039;t work* in CS4 - thank you. I didn&#039;t find documentation of this backwards incompatibility anywhere but here. You may have just saved my job, if not certainly several more hours of work with your astute observation. Cheers.
~</description>
		<content:encoded><![CDATA[<p>Oh!<br />
 It *doesn&#8217;t work* in CS4 &#8211; thank you. I didn&#8217;t find documentation of this backwards incompatibility anywhere but here. You may have just saved my job, if not certainly several more hours of work with your astute observation. Cheers.<br />
~</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tom</title>
		<link>http://yourpalmark.com/2009/04/05/embedding-fonts-using-external-swf-files/comment-page-1/#comment-1937</link>
		<dc:creator>tom</dc:creator>
		<pubDate>Wed, 10 Mar 2010 13:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/?p=516#comment-1937</guid>
		<description>Thank you very much for this post - helped me a lot ... :)</description>
		<content:encoded><![CDATA[<p>Thank you very much for this post &#8211; helped me a lot &#8230; <img src='http://yourpalmark.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Craig Grummitt</title>
		<link>http://yourpalmark.com/2009/04/05/embedding-fonts-using-external-swf-files/comment-page-1/#comment-1756</link>
		<dc:creator>Craig Grummitt</dc:creator>
		<pubDate>Wed, 22 Jul 2009 00:38:39 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/?p=516#comment-1756</guid>
		<description>Interesting technique. A problem with it that&#039;s worth mentioning, however, is that your font library swf is only external in the authoring stage. When compiling, the font library swf embeds in with your main swf. When this happens, several of the benefits of even having a font library disappear such as:
1. Authoring time-saving: Saving time on compiles so that you&#039;re not compiling the font as well every time you compile.
2. Runtime time-saving: Only loading a font when needed reduces initial load time on your main swf, and obviously means your font won&#039;t be loaded at all if not needed.</description>
		<content:encoded><![CDATA[<p>Interesting technique. A problem with it that&#8217;s worth mentioning, however, is that your font library swf is only external in the authoring stage. When compiling, the font library swf embeds in with your main swf. When this happens, several of the benefits of even having a font library disappear such as:<br />
1. Authoring time-saving: Saving time on compiles so that you&#8217;re not compiling the font as well every time you compile.<br />
2. Runtime time-saving: Only loading a font when needed reduces initial load time on your main swf, and obviously means your font won&#8217;t be loaded at all if not needed.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

