<?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: How to create and load fontSwf files and use the loaded swf&#8217;s embedded font at runtime.</title>
	<atom:link href="http://www.as3apex.com/uncategorized/how-to-create-and-load-fontswf-files-and-use-the-loaded-swfs-embedded-font-at-runtime/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.as3apex.com/uncategorized/how-to-create-and-load-fontswf-files-and-use-the-loaded-swfs-embedded-font-at-runtime/</link>
	<description>At the top of our game in st.Louis</description>
	<lastBuildDate>Fri, 27 Aug 2010 21:31:06 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: MeltedMoon</title>
		<link>http://www.as3apex.com/uncategorized/how-to-create-and-load-fontswf-files-and-use-the-loaded-swfs-embedded-font-at-runtime/comment-page-1/#comment-849</link>
		<dc:creator>MeltedMoon</dc:creator>
		<pubDate>Tue, 23 Mar 2010 18:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.as3apex.com/?p=56#comment-849</guid>
		<description>Hi there! no replay yet :(
ok i figured it out myself. But i have another question that can we do it using AS 2?
bye</description>
		<content:encoded><![CDATA[<p>Hi there! no replay yet <img src='http://www.as3apex.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /><br />
ok i figured it out myself. But i have another question that can we do it using AS 2?<br />
bye</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MeltedMoon</title>
		<link>http://www.as3apex.com/uncategorized/how-to-create-and-load-fontswf-files-and-use-the-loaded-swfs-embedded-font-at-runtime/comment-page-1/#comment-847</link>
		<dc:creator>MeltedMoon</dc:creator>
		<pubDate>Sun, 21 Mar 2010 11:35:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.as3apex.com/?p=56#comment-847</guid>
		<description>Hi Thanks Josh! Nice Tutorial. I was really stuck in this. But i have one more question to ask :) that yes you are creating text field in AS file and yes it works. But can i make textField in textLoader.fla file? and apply this font to it using textformat? or we can only use this font within AS file?
I will be thankfull.
Bye.</description>
		<content:encoded><![CDATA[<p>Hi Thanks Josh! Nice Tutorial. I was really stuck in this. But i have one more question to ask <img src='http://www.as3apex.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  that yes you are creating text field in AS file and yes it works. But can i make textField in textLoader.fla file? and apply this font to it using textformat? or we can only use this font within AS file?<br />
I will be thankfull.<br />
Bye.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Chernoff</title>
		<link>http://www.as3apex.com/uncategorized/how-to-create-and-load-fontswf-files-and-use-the-loaded-swfs-embedded-font-at-runtime/comment-page-1/#comment-285</link>
		<dc:creator>Josh Chernoff</dc:creator>
		<pubDate>Mon, 23 Feb 2009 16:29:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.as3apex.com/?p=56#comment-285</guid>
		<description>Very cool, I&#039;m glad you figured it out. I was kinda stumped and was gonna look into it when I had free time. Sorry that I never got back to you.

But looks like you got it all under control. Glad the video helped.

- Josh Chernoff.</description>
		<content:encoded><![CDATA[<p>Very cool, I&#8217;m glad you figured it out. I was kinda stumped and was gonna look into it when I had free time. Sorry that I never got back to you.</p>
<p>But looks like you got it all under control. Glad the video helped.</p>
<p>- Josh Chernoff.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://www.as3apex.com/uncategorized/how-to-create-and-load-fontswf-files-and-use-the-loaded-swfs-embedded-font-at-runtime/comment-page-1/#comment-284</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Mon, 23 Feb 2009 16:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.as3apex.com/?p=56#comment-284</guid>
		<description>Well, for anyone who cares my issue (stated above) stemmed from the fact that I was loading a Singleton class.  From what I understand, now, the only thing you can do with a Singleton class is load it into a function as follows:

var loadedClass:Class = e.target.applicationDomain.getDefinition(&#039;com.site.RandomKey&#039;) as Class;
var generateKey:Function = loadedClass.generateKey;
generateKey(_vars...);

I hope this helps someone else who might be struggling with embedded assets.

Again, thanks for the video, it was very helpful.  :)</description>
		<content:encoded><![CDATA[<p>Well, for anyone who cares my issue (stated above) stemmed from the fact that I was loading a Singleton class.  From what I understand, now, the only thing you can do with a Singleton class is load it into a function as follows:</p>
<p>var loadedClass:Class = e.target.applicationDomain.getDefinition(&#8216;com.site.RandomKey&#8217;) as Class;<br />
var generateKey:Function = loadedClass.generateKey;<br />
generateKey(_vars&#8230;);</p>
<p>I hope this helps someone else who might be struggling with embedded assets.</p>
<p>Again, thanks for the video, it was very helpful.  <img src='http://www.as3apex.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kevin</title>
		<link>http://www.as3apex.com/uncategorized/how-to-create-and-load-fontswf-files-and-use-the-loaded-swfs-embedded-font-at-runtime/comment-page-1/#comment-276</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Wed, 18 Feb 2009 00:03:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.as3apex.com/?p=56#comment-276</guid>
		<description>Hey, first off:  Great video!  Thanks :)

I am trying to use similar techniques to load in classes (as components) rather than load in a bunch of classes that I don&#039;t need.  I need to do this for a project at work...  basically allowing our customers to create their own custom flash apps and load in certain functionality (through a user interface on our website).

While my issue isn&#039;t specific to loading in fonts, it does involve similarities as I am loading swf&#039;s for their classes.  The issue I am running into is that it works when I load in a swf that has a random key generation class and have the compiler set to NON-strict mode.  But when in strict mode it says: 1180: Call to a possibly undefined method generateKey.  generateKey is obviously a method in my loaded class (RandomKey.generateKey(_int:int))

Would you happen to have a video or a link to tutorial that talks about loading in a class and using it much the same way as this one, but not using a font?

thanks :)
kevin</description>
		<content:encoded><![CDATA[<p>Hey, first off:  Great video!  Thanks <img src='http://www.as3apex.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>I am trying to use similar techniques to load in classes (as components) rather than load in a bunch of classes that I don&#8217;t need.  I need to do this for a project at work&#8230;  basically allowing our customers to create their own custom flash apps and load in certain functionality (through a user interface on our website).</p>
<p>While my issue isn&#8217;t specific to loading in fonts, it does involve similarities as I am loading swf&#8217;s for their classes.  The issue I am running into is that it works when I load in a swf that has a random key generation class and have the compiler set to NON-strict mode.  But when in strict mode it says: 1180: Call to a possibly undefined method generateKey.  generateKey is obviously a method in my loaded class (RandomKey.generateKey(_int:int))</p>
<p>Would you happen to have a video or a link to tutorial that talks about loading in a class and using it much the same way as this one, but not using a font?</p>
<p>thanks <img src='http://www.as3apex.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
kevin</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Josh Chernoff</title>
		<link>http://www.as3apex.com/uncategorized/how-to-create-and-load-fontswf-files-and-use-the-loaded-swfs-embedded-font-at-runtime/comment-page-1/#comment-184</link>
		<dc:creator>Josh Chernoff</dc:creator>
		<pubDate>Sun, 16 Nov 2008 00:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.as3apex.com/?p=56#comment-184</guid>
		<description>Ow man I&#039;m sorry, go figure that would happen if I left the default from cs4!

I will use the swfObject asap.

sorry guys.

::EDIT:: Fixed! you know what they say when you assume? you make an &quot;ass&#039; of &quot;u&quot; and &quot;me&quot;
And that what I get for assuming that CS4 knew how to embed the very software that it developed. </description>
		<content:encoded><![CDATA[<p>Ow man I&#8217;m sorry, go figure that would happen if I left the default from cs4!</p>
<p>I will use the swfObject asap.</p>
<p>sorry guys.</p>
<p>::EDIT:: Fixed! you know what they say when you assume? you make an &#8220;ass&#8217; of &#8220;u&#8221; and &#8220;me&#8221;<br />
And that what I get for assuming that CS4 knew how to embed the very software that it developed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jimbo</title>
		<link>http://www.as3apex.com/uncategorized/how-to-create-and-load-fontswf-files-and-use-the-loaded-swfs-embedded-font-at-runtime/comment-page-1/#comment-183</link>
		<dc:creator>jimbo</dc:creator>
		<pubDate>Sat, 15 Nov 2008 22:07:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.as3apex.com/?p=56#comment-183</guid>
		<description>I believe your flash detection is faulty - I have flashplayer 10 and cannot see your video - only the alternate content. Maybe your detection script thinks we have flashplayer 1 - kinda sucks.</description>
		<content:encoded><![CDATA[<p>I believe your flash detection is faulty &#8211; I have flashplayer 10 and cannot see your video &#8211; only the alternate content. Maybe your detection script thinks we have flashplayer 1 &#8211; kinda sucks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
