<?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 Font Publisher; A Flash CS4 Extension.</title>
	<atom:link href="http://blog.johannest.com/2009/09/28/runtime-font-publisher-a-flash-cs4-extension/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.johannest.com/2009/09/28/runtime-font-publisher-a-flash-cs4-extension/</link>
	<description>Flash from ActionScript to Z-index.</description>
	<lastBuildDate>Fri, 11 Nov 2011 12:00:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: gniewko</title>
		<link>http://blog.johannest.com/2009/09/28/runtime-font-publisher-a-flash-cs4-extension/comment-page-1/#comment-435</link>
		<dc:creator>gniewko</dc:creator>
		<pubDate>Thu, 07 Apr 2011 13:20:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johannest.com/?p=36#comment-435</guid>
		<description>ok I did it through:

var styles:StyleSheet = new StyleSheet();
styles.setStyle(&quot;em&quot;, {
 display:&quot;inline&quot;,
 fontFamily: &quot;FuturaBKBold&quot;,
 fontStyle: &quot;regular&quot;
});
tf.styleSheet = styles;

And it works fine now for &lt;em&gt;Bolded Text&lt;/em&gt;</description>
		<content:encoded><![CDATA[<p>ok I did it through:</p>
<p>var styles:StyleSheet = new StyleSheet();<br />
styles.setStyle(&#8220;em&#8221;, {<br />
 display:&#8221;inline&#8221;,<br />
 fontFamily: &#8220;FuturaBKBold&#8221;,<br />
 fontStyle: &#8220;regular&#8221;<br />
});<br />
tf.styleSheet = styles;</p>
<p>And it works fine now for &lt;em&gt;Bolded Text&lt;/em&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gniewko</title>
		<link>http://blog.johannest.com/2009/09/28/runtime-font-publisher-a-flash-cs4-extension/comment-page-1/#comment-434</link>
		<dc:creator>gniewko</dc:creator>
		<pubDate>Thu, 07 Apr 2011 12:19:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johannest.com/?p=36#comment-434</guid>
		<description>gr8 tool ... have been using it since long time, however I have an issue. Is it possible to use two separate fonts (one is regular nad the other bold) to make it work for example with htmlText like this:

&lt;b&gt;bold&lt;/b&gt; en of bold.

I have not idea how to do it even if i Have the same font but styles are in separate ttf files. Please help.</description>
		<content:encoded><![CDATA[<p>gr8 tool &#8230; have been using it since long time, however I have an issue. Is it possible to use two separate fonts (one is regular nad the other bold) to make it work for example with htmlText like this:</p>
<p><b>bold</b> en of bold.</p>
<p>I have not idea how to do it even if i Have the same font but styles are in separate ttf files. Please help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes</title>
		<link>http://blog.johannest.com/2009/09/28/runtime-font-publisher-a-flash-cs4-extension/comment-page-1/#comment-226</link>
		<dc:creator>Johannes</dc:creator>
		<pubDate>Thu, 11 Feb 2010 01:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johannest.com/?p=36#comment-226</guid>
		<description>Hi Mauricio,
Thanks, glad you think the extension will be an aid for you. As for your question. The document class for the SWF that contains the runtime font definitions has logic that registers the fonts embedded in the SWF. BulkLoader can still be used to load the SWF. The font will be ready to access when the SWF has finished loading and the document class has been instantiated. To access the font at runtime, use the name that you specify in the Font name field of the extension. 

The document class also has an array called fonts with a collection of all the fonts that have been embedded within that particular font SWF.</description>
		<content:encoded><![CDATA[<p>Hi Mauricio,<br />
Thanks, glad you think the extension will be an aid for you. As for your question. The document class for the SWF that contains the runtime font definitions has logic that registers the fonts embedded in the SWF. BulkLoader can still be used to load the SWF. The font will be ready to access when the SWF has finished loading and the document class has been instantiated. To access the font at runtime, use the name that you specify in the Font name field of the extension. </p>
<p>The document class also has an array called fonts with a collection of all the fonts that have been embedded within that particular font SWF.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mauricio</title>
		<link>http://blog.johannest.com/2009/09/28/runtime-font-publisher-a-flash-cs4-extension/comment-page-1/#comment-225</link>
		<dc:creator>Mauricio</dc:creator>
		<pubDate>Wed, 10 Feb 2010 23:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johannest.com/?p=36#comment-225</guid>
		<description>Hi, 
Thanks for sharing your creation. It seems like a great aid for us. I&#039;m having a heck of a time trying to embed an OpenType font by other means. I have a question about your method:

If I have already uploaded the swf file generated by your extension by other means (for several reasons I&#039;m using the BulkLoader class for all my uploads), how can I access the font itself?

Thank you so much</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Thanks for sharing your creation. It seems like a great aid for us. I&#8217;m having a heck of a time trying to embed an OpenType font by other means. I have a question about your method:</p>
<p>If I have already uploaded the swf file generated by your extension by other means (for several reasons I&#8217;m using the BulkLoader class for all my uploads), how can I access the font itself?</p>
<p>Thank you so much</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My Coding Life &#8211; A property list for embedding fonts with the [Emded] metadata tag.</title>
		<link>http://blog.johannest.com/2009/09/28/runtime-font-publisher-a-flash-cs4-extension/comment-page-1/#comment-216</link>
		<dc:creator>My Coding Life &#8211; A property list for embedding fonts with the [Emded] metadata tag.</dc:creator>
		<pubDate>Wed, 20 Jan 2010 08:08:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johannest.com/?p=36#comment-216</guid>
		<description>[...] Adobe&#8217;s documentation, and some of it came from personal experience while developing the Runtime Font Publisher extension. This list was generated out of a desire to see all this information in a single [...]</description>
		<content:encoded><![CDATA[<p>[...] Adobe&#8217;s documentation, and some of it came from personal experience while developing the Runtime Font Publisher extension. This list was generated out of a desire to see all this information in a single [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scripting Action :: by Itai Asseo &#187; Loading fonts in run-time in Flash CS4</title>
		<link>http://blog.johannest.com/2009/09/28/runtime-font-publisher-a-flash-cs4-extension/comment-page-1/#comment-33</link>
		<dc:creator>Scripting Action :: by Itai Asseo &#187; Loading fonts in run-time in Flash CS4</dc:creator>
		<pubDate>Wed, 30 Sep 2009 20:42:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johannest.com/?p=36#comment-33</guid>
		<description>[...] check it out: http://blog.johannest.com/2009/09/28/runtime-font-publisher-a-flash-cs4-extension/ [...]</description>
		<content:encoded><![CDATA[<p>[...] check it out: <a href="http://blog.johannest.com/2009/09/28/runtime-font-publisher-a-flash-cs4-extension/" rel="nofollow">http://blog.johannest.com/2009/09/28/runtime-font-publisher-a-flash-cs4-extension/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Johannes</title>
		<link>http://blog.johannest.com/2009/09/28/runtime-font-publisher-a-flash-cs4-extension/comment-page-1/#comment-31</link>
		<dc:creator>Johannes</dc:creator>
		<pubDate>Tue, 29 Sep 2009 18:46:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johannest.com/?p=36#comment-31</guid>
		<description>Thanks Marc! Good timing on the release of this, just saw your twitter account said you were working on a strategy for loading fonts with CS4. The source my extension generates should give you some ideas.</description>
		<content:encoded><![CDATA[<p>Thanks Marc! Good timing on the release of this, just saw your twitter account said you were working on a strategy for loading fonts with CS4. The source my extension generates should give you some ideas.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Twitted by marteinn_se</title>
		<link>http://blog.johannest.com/2009/09/28/runtime-font-publisher-a-flash-cs4-extension/comment-page-1/#comment-30</link>
		<dc:creator>Twitted by marteinn_se</dc:creator>
		<pubDate>Tue, 29 Sep 2009 02:01:38 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johannest.com/?p=36#comment-30</guid>
		<description>[...] This post was Twitted by marteinn_se [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was Twitted by marteinn_se [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tweets that mention My Coding Life – Runtime Font Publisher; A Flash CS4 Extension. -- Topsy.com</title>
		<link>http://blog.johannest.com/2009/09/28/runtime-font-publisher-a-flash-cs4-extension/comment-page-1/#comment-29</link>
		<dc:creator>Tweets that mention My Coding Life – Runtime Font Publisher; A Flash CS4 Extension. -- Topsy.com</dc:creator>
		<pubDate>Mon, 28 Sep 2009 16:45:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johannest.com/?p=36#comment-29</guid>
		<description>[...] This post was mentioned on Twitter by HowDo.us and Marc Pelland. Marc Pelland said: stumbled across something that could be very useful. thanks johannes http://bit.ly/Ehp09 [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was mentioned on Twitter by HowDo.us and Marc Pelland. Marc Pelland said: stumbled across something that could be very useful. thanks johannes <a href="http://bit.ly/Ehp09" rel="nofollow">http://bit.ly/Ehp09</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marc Pelland</title>
		<link>http://blog.johannest.com/2009/09/28/runtime-font-publisher-a-flash-cs4-extension/comment-page-1/#comment-28</link>
		<dc:creator>Marc Pelland</dc:creator>
		<pubDate>Mon, 28 Sep 2009 13:52:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johannest.com/?p=36#comment-28</guid>
		<description>just as i was beginning to go insane with fonts and cs4... thanks buddy</description>
		<content:encoded><![CDATA[<p>just as i was beginning to go insane with fonts and cs4&#8230; thanks buddy</p>
]]></content:encoded>
	</item>
</channel>
</rss>

