<?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: Runtime Dynamic fonts Flash CS3</title>
	<atom:link href="http://undefined-type.com/2008/01/runtime-dynamic-fonts-flash-cs3/feed/" rel="self" type="application/rss+xml" />
	<link>http://undefined-type.com/2008/01/runtime-dynamic-fonts-flash-cs3/</link>
	<description>Flex,Flash &#38; AIR</description>
	<lastBuildDate>Thu, 24 Feb 2011 19:52:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: admin</title>
		<link>http://undefined-type.com/2008/01/runtime-dynamic-fonts-flash-cs3/comment-page-1/#comment-124</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 08 Jun 2009 14:22:32 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/undefined_type_/?p=61#comment-124</guid>
		<description>Embed bold and italic in the FLA file, remember if you want a bold + italic you need to embed that as well. Each different embedded kerning in Flash is handled as a own &quot;font set&quot; (note that the file size increases). 

After having a textfield and embedding the font, make sure to use e.g. bold in the CSS file. Example:
h1
{
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
}

A tip here is to check out the supported Flash CSS types. You can e.g. add a couple of more values.
h1
{
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
	color: #746e57;
	leading:-1px;
}</description>
		<content:encoded><![CDATA[<p>Embed bold and italic in the FLA file, remember if you want a bold + italic you need to embed that as well. Each different embedded kerning in Flash is handled as a own &#8220;font set&#8221; (note that the file size increases). </p>
<p>After having a textfield and embedding the font, make sure to use e.g. bold in the CSS file. Example:<br />
h1<br />
{<br />
	font-family: Verdana;<br />
	font-size: 12px;<br />
	font-weight:bold;<br />
}</p>
<p>A tip here is to check out the supported Flash CSS types. You can e.g. add a couple of more values.<br />
h1<br />
{<br />
	font-family: Verdana;<br />
	font-size: 12px;<br />
	font-weight:bold;<br />
	color: #746e57;<br />
	leading:-1px;<br />
}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philippe</title>
		<link>http://undefined-type.com/2008/01/runtime-dynamic-fonts-flash-cs3/comment-page-1/#comment-123</link>
		<dc:creator>Philippe</dc:creator>
		<pubDate>Tue, 19 May 2009 05:58:13 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/undefined_type_/?p=61#comment-123</guid>
		<description>Very nice solution. It is working well for regular fonts, but I am having trouble to embed bold and/or italic fonts.
What do you suggest to do?
Thanks</description>
		<content:encoded><![CDATA[<p>Very nice solution. It is working well for regular fonts, but I am having trouble to embed bold and/or italic fonts.<br />
What do you suggest to do?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://undefined-type.com/2008/01/runtime-dynamic-fonts-flash-cs3/comment-page-1/#comment-65</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 30 Mar 2009 21:42:10 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/undefined_type_/?p=61#comment-65</guid>
		<description>Hi steveb.
Sorry, there is no way to runtime compile the fonts and characters that you need. But you can setup font-package swf files that are ready. I&#039;m not quite sure either that an AIR application can use runtime ttf fonts either.
For e.g. I create a lot of international flash applications (that&#039;s why my big interest in dynamic fonts). So my sites can load text xml files and as well witch font package (witch I control with CSS files). 
That means for e.g. when I publish my site for European western-latin I can then switch (loading/runtime) to Cyrillic/Russian or why not Cantonese/Chinese without any problems.</description>
		<content:encoded><![CDATA[<p>Hi steveb.<br />
Sorry, there is no way to runtime compile the fonts and characters that you need. But you can setup font-package swf files that are ready. I&#8217;m not quite sure either that an AIR application can use runtime ttf fonts either.<br />
For e.g. I create a lot of international flash applications (that&#8217;s why my big interest in dynamic fonts). So my sites can load text xml files and as well witch font package (witch I control with CSS files).<br />
That means for e.g. when I publish my site for European western-latin I can then switch (loading/runtime) to Cyrillic/Russian or why not Cantonese/Chinese without any problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steveb</title>
		<link>http://undefined-type.com/2008/01/runtime-dynamic-fonts-flash-cs3/comment-page-1/#comment-64</link>
		<dc:creator>steveb</dc:creator>
		<pubDate>Mon, 23 Mar 2009 15:18:39 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/undefined_type_/?p=61#comment-64</guid>
		<description>Please excuse my ignorance- I am a complete beginner to fonts - 

Does this solution allow this:
1) I compile and publish a swf application that reads an xml file. 
2) The xml file can be updated as required pointing to new fonts (either on the web as .ttf files, or next best packaged into swf files)
3) Without re-compliling, my swf application can use those fonts.

I don&#039;t want to set off down a blind alley, but if it allows the above that would be fantastic. My other option is to do it as an AIR app, and download the fonts to local font folder.</description>
		<content:encoded><![CDATA[<p>Please excuse my ignorance- I am a complete beginner to fonts &#8211; </p>
<p>Does this solution allow this:<br />
1) I compile and publish a swf application that reads an xml file.<br />
2) The xml file can be updated as required pointing to new fonts (either on the web as .ttf files, or next best packaged into swf files)<br />
3) Without re-compliling, my swf application can use those fonts.</p>
<p>I don&#8217;t want to set off down a blind alley, but if it allows the above that would be fantastic. My other option is to do it as an AIR app, and download the fonts to local font folder.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: undefined-type &#187; Runtime Dynamic Fonts for CS4 (fp9), next-gen</title>
		<link>http://undefined-type.com/2008/01/runtime-dynamic-fonts-flash-cs3/comment-page-1/#comment-33</link>
		<dc:creator>undefined-type &#187; Runtime Dynamic Fonts for CS4 (fp9), next-gen</dc:creator>
		<pubDate>Fri, 13 Feb 2009 13:35:13 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/undefined_type_/?p=61#comment-33</guid>
		<description>[...] characters in fonts when staring to look at Greek, Japanese, Korea, Chinese and so on. I have a old Runtime font for CS3 that works pretty well. But when starting to use CS4 I wanted to improve the loading and [...]</description>
		<content:encoded><![CDATA[<p>[...] characters in fonts when staring to look at Greek, Japanese, Korea, Chinese and so on. I have a old Runtime font for CS3 that works pretty well. But when starting to use CS4 I wanted to improve the loading and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://undefined-type.com/2008/01/runtime-dynamic-fonts-flash-cs3/comment-page-1/#comment-30</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 11 Feb 2009 14:26:04 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/undefined_type_/?p=61#comment-30</guid>
		<description>Hi Han.
Sorry but the code is for open source use for anyone. Having no problem with you using it in a &quot;buy&quot; application but feels strange to help you out, guessing I&#039;ll not get any % of your profit ;)
best of luck.</description>
		<content:encoded><![CDATA[<p>Hi Han.<br />
Sorry but the code is for open source use for anyone. Having no problem with you using it in a &#8220;buy&#8221; application but feels strange to help you out, guessing I&#8217;ll not get any % of your profit <img src='http://undefined-type.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
best of luck.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Han Erim</title>
		<link>http://undefined-type.com/2008/01/runtime-dynamic-fonts-flash-cs3/comment-page-1/#comment-29</link>
		<dc:creator>Han Erim</dc:creator>
		<pubDate>Wed, 11 Feb 2009 07:35:50 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/undefined_type_/?p=61#comment-29</guid>
		<description>Hi,

Your solution is become a real solution for my application. But I have still a very little problem, may be you can understand the reason. Could you contact with me please. You can see the application on my web site. http://www.flashwebeditor.com. Thanks.
 
hanerim@gmail.com 

Han Erim</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Your solution is become a real solution for my application. But I have still a very little problem, may be you can understand the reason. Could you contact with me please. You can see the application on my web site. <a href="http://www.flashwebeditor.com" rel="nofollow">http://www.flashwebeditor.com</a>. Thanks.</p>
<p><a href="mailto:hanerim@gmail.com">hanerim@gmail.com</a> </p>
<p>Han Erim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Magnus</title>
		<link>http://undefined-type.com/2008/01/runtime-dynamic-fonts-flash-cs3/comment-page-1/#comment-20</link>
		<dc:creator>Magnus</dc:creator>
		<pubDate>Sun, 07 Dec 2008 17:34:44 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/undefined_type_/?p=61#comment-20</guid>
		<description>Lifesaver!</description>
		<content:encoded><![CDATA[<p>Lifesaver!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Prashant Koshta</title>
		<link>http://undefined-type.com/2008/01/runtime-dynamic-fonts-flash-cs3/comment-page-1/#comment-19</link>
		<dc:creator>Prashant Koshta</dc:creator>
		<pubDate>Sun, 07 Dec 2008 17:34:18 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/undefined_type_/?p=61#comment-19</guid>
		<description>Really a nice solution. I work out in this approach every thing is working fine. I work out this approach for other library content also (Like MovieClip).
Thanks,</description>
		<content:encoded><![CDATA[<p>Really a nice solution. I work out in this approach every thing is working fine. I work out this approach for other library content also (Like MovieClip).<br />
Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Han Erim</title>
		<link>http://undefined-type.com/2008/01/runtime-dynamic-fonts-flash-cs3/comment-page-1/#comment-18</link>
		<dc:creator>Han Erim</dc:creator>
		<pubDate>Sun, 07 Dec 2008 17:34:03 +0000</pubDate>
		<guid isPermaLink="false">http://localhost/undefined_type_/?p=61#comment-18</guid>
		<description>Exactly it is working. Thank you for your excellent solution. It is solved my all fonts problems in AS3 in FLASH CS3.</description>
		<content:encoded><![CDATA[<p>Exactly it is working. Thank you for your excellent solution. It is solved my all fonts problems in AS3 in FLASH CS3.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

