<?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 for yourpalmark</title>
	<atom:link href="http://yourpalmark.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://yourpalmark.com</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>Comment on Updated Solution: AS3 Security Error #2122 with 300 Redirects by Thomas Burleson</title>
		<link>http://yourpalmark.com/2011/12/28/updated-solution-as3-security-error-2122-with-300-redirects/comment-page-1/#comment-2305</link>
		<dc:creator>Thomas Burleson</dc:creator>
		<pubDate>Sat, 07 Jan 2012 17:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/?p=600#comment-2305</guid>
		<description>Oops. Sorry I see you have a maxCount == 100. 
My bad!</description>
		<content:encoded><![CDATA[<p>Oops. Sorry I see you have a maxCount == 100.<br />
My bad!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updated Solution: AS3 Security Error #2122 with 300 Redirects by Thomas Burleson</title>
		<link>http://yourpalmark.com/2011/12/28/updated-solution-as3-security-error-2122-with-300-redirects/comment-page-1/#comment-2304</link>
		<dc:creator>Thomas Burleson</dc:creator>
		<pubDate>Sat, 07 Jan 2012 17:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/?p=600#comment-2304</guid>
		<description>FYI, 
The timer will run indefinitely  while &quot;childAllowsParent == false&quot;.
The `function onAccessChildTimer( )` should use a maxCount [for each 100ms iteration] before it &quot;kills&quot; the timer and request; perhaps throw an exception.</description>
		<content:encoded><![CDATA[<p>FYI,<br />
The timer will run indefinitely  while &#8220;childAllowsParent == false&#8221;.<br />
The `function onAccessChildTimer( )` should use a maxCount [for each 100ms iteration] before it &#8220;kills&#8221; the timer and request; perhaps throw an exception.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding Fonts Using External SWF Files 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>Comment on Trace from the browser, using standard trace() by rye</title>
		<link>http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/comment-page-2/#comment-2200</link>
		<dc:creator>rye</dc:creator>
		<pubDate>Mon, 03 Oct 2011 00:18:35 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2005/07/01/trace-from-the-browser-using-standard-trace/#comment-2200</guid>
		<description>this is great. thanks. after Flash Tracer and FT for Firebug always being incompatible with FF&#039;s latest versions it&#039;s good to get down to something more basic.</description>
		<content:encoded><![CDATA[<p>this is great. thanks. after Flash Tracer and FT for Firebug always being incompatible with FF&#8217;s latest versions it&#8217;s good to get down to something more basic.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing Selection Color on Dynamic TextFields by Richard</title>
		<link>http://yourpalmark.com/2007/08/13/changing-selection-color-on-dynamic-textfields/comment-page-1/#comment-2198</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 26 Sep 2011 14:52:38 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2007/08/13/changing-selection-color-on-dynamic-textfields/#comment-2198</guid>
		<description>sorry.. yes i can :P
good class</description>
		<content:encoded><![CDATA[<p>sorry.. yes i can <img src='http://yourpalmark.com/blog/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' /><br />
good class</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Changing Selection Color on Dynamic TextFields by Richard</title>
		<link>http://yourpalmark.com/2007/08/13/changing-selection-color-on-dynamic-textfields/comment-page-1/#comment-2197</link>
		<dc:creator>Richard</dc:creator>
		<pubDate>Mon, 26 Sep 2011 14:30:38 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2007/08/13/changing-selection-color-on-dynamic-textfields/#comment-2197</guid>
		<description>can&#039;t get it to work on a black background :(</description>
		<content:encoded><![CDATA[<p>can&#8217;t get it to work on a black background <img src='http://yourpalmark.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Reposition ScrollBars in Flex Components by Tweeker</title>
		<link>http://yourpalmark.com/2008/06/18/reposition-scrollbars-in-flex-components/comment-page-1/#comment-2194</link>
		<dc:creator>Tweeker</dc:creator>
		<pubDate>Wed, 14 Sep 2011 13:31:58 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/2008/06/18/reposition-scrollbars-in-flex-components/#comment-2194</guid>
		<description>Hi,
Has anybody has any joy trying to get this to work for a container such as a panel?  I am trying to get the horizontal scroll bar to appear at the top of the container rather than  the bottom .</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Has anybody has any joy trying to get this to work for a container such as a panel?  I am trying to get the horizontal scroll bar to appear at the top of the container rather than  the bottom .</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XIFF GUI (AS3 XMPP Demo) by guantao</title>
		<link>http://yourpalmark.com/2009/02/23/xiff-gui-as3-xmpp-demo/comment-page-1/#comment-2193</link>
		<dc:creator>guantao</dc:creator>
		<pubDate>Wed, 14 Sep 2011 03:17:11 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/?p=496#comment-2193</guid>
		<description>hi,
    The demo is very good ! 3Q!
     
something about the addBuddy(...) in ChatManager,    Spark can not accept Subscription .  plz  help!</description>
		<content:encoded><![CDATA[<p>hi,<br />
    The demo is very good ! 3Q!</p>
<p>something about the addBuddy(&#8230;) in ChatManager,    Spark can not accept Subscription .  plz  help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 Facebook Graph API Branch by AlexG</title>
		<link>http://yourpalmark.com/2011/03/06/as3-facebook-graph-api-branch/comment-page-1/#comment-2192</link>
		<dc:creator>AlexG</dc:creator>
		<pubDate>Sat, 10 Sep 2011 21:50:30 +0000</pubDate>
		<guid isPermaLink="false">http://yourpalmark.com/?p=569#comment-2192</guid>
		<description>Great idea about injecting JS. I had the same idea.
http://groups.google.com/group/facebook-actionscript-api/browse_thread/thread/182087168b7b648e
I have a question, what can you say about Facebook ActionScript API, Version 1.7 ?
http://groups.google.com/group/facebook-actionscript-api/browse_thread/thread/8bd2b28196ae4e39</description>
		<content:encoded><![CDATA[<p>Great idea about injecting JS. I had the same idea.<br />
<a href="http://groups.google.com/group/facebook-actionscript-api/browse_thread/thread/182087168b7b648e" rel="nofollow">http://groups.google.com/group/facebook-actionscript-api/browse_thread/thread/182087168b7b648e</a><br />
I have a question, what can you say about Facebook ActionScript API, Version 1.7 ?<br />
<a href="http://groups.google.com/group/facebook-actionscript-api/browse_thread/thread/8bd2b28196ae4e39" rel="nofollow">http://groups.google.com/group/facebook-actionscript-api/browse_thread/thread/8bd2b28196ae4e39</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Embedding Fonts Using External SWF Files 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>
</channel>
</rss>

