<?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 Sugarpill Factory Blog</title>
	<atom:link href="http://blog.sugarpillfactory.com/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://blog.sugarpillfactory.com</link>
	<description>Sugarpill Factory Design, Development and Deployment</description>
	<lastBuildDate>Thu, 11 Mar 2010 23:21:00 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Actionscript 3 + PHP Simple Stock Ticker Class by Mr. JASCHA L RYNEK</title>
		<link>http://blog.sugarpillfactory.com/?p=396&#038;cpage=1#comment-446</link>
		<dc:creator>Mr. JASCHA L RYNEK</dc:creator>
		<pubDate>Thu, 11 Mar 2010 23:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sugarpillfactory.com/?p=396#comment-446</guid>
		<description>As long as you have the full URL to your .php file you should be all right... for example var ticker:Ticker = new Ticker(&quot;http://yourdomain.com/getDow.php&quot;, &quot;GE&quot;);</description>
		<content:encoded><![CDATA[<p>As long as you have the full URL to your .php file you should be all right&#8230; for example var ticker:Ticker = new Ticker(&#8220;http://yourdomain.com/getDow.php&#8221;, &#8220;GE&#8221;);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Actionscript 3 + PHP Simple Stock Ticker Class by Keroma</title>
		<link>http://blog.sugarpillfactory.com/?p=396&#038;cpage=1#comment-444</link>
		<dc:creator>Keroma</dc:creator>
		<pubDate>Thu, 11 Mar 2010 21:02:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sugarpillfactory.com/?p=396#comment-444</guid>
		<description>HI, i was testing like that: Flash swf file on desktop and php file on the server.</description>
		<content:encoded><![CDATA[<p>HI, i was testing like that: Flash swf file on desktop and php file on the server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Actionscript 3 + PHP Simple Stock Ticker Class by Keroma</title>
		<link>http://blog.sugarpillfactory.com/?p=396&#038;cpage=1#comment-443</link>
		<dc:creator>Keroma</dc:creator>
		<pubDate>Thu, 11 Mar 2010 19:58:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sugarpillfactory.com/?p=396#comment-443</guid>
		<description>Good sample. Thanks, I am just finding the way to get the stock market data.
But i got the error &gt;&gt; Error opening URL
&gt;&gt; IOErrorEvent type=&quot;ioError&quot; bubbles=false cancelable=false eventPhase=2 text=&quot;Error #2032: Stream Error.

It seems like the php problem.

Do you have any idea how to setup the php file? 
Thanks</description>
		<content:encoded><![CDATA[<p>Good sample. Thanks, I am just finding the way to get the stock market data.<br />
But i got the error &gt;&gt; Error opening URL<br />
&gt;&gt; IOErrorEvent type=&#8221;ioError&#8221; bubbles=false cancelable=false eventPhase=2 text=&#8221;Error #2032: Stream Error.</p>
<p>It seems like the php problem.</p>
<p>Do you have any idea how to setup the php file?<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Actionscript 3 Ascii Art Class by Ascii Art</title>
		<link>http://blog.sugarpillfactory.com/?p=332&#038;cpage=1#comment-432</link>
		<dc:creator>Ascii Art</dc:creator>
		<pubDate>Wed, 10 Mar 2010 01:40:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sugarpillfactory.com/?p=332#comment-432</guid>
		<description>also easy is the tool Ascgen dotNET. Try it</description>
		<content:encoded><![CDATA[<p>also easy is the tool Ascgen dotNET. Try it</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Typewriter Text Effect Tutorial in AS3 by Mr. JASCHA L RYNEK</title>
		<link>http://blog.sugarpillfactory.com/?p=49&#038;cpage=1#comment-427</link>
		<dc:creator>Mr. JASCHA L RYNEK</dc:creator>
		<pubDate>Tue, 09 Mar 2010 05:05:06 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sugarpillfactory.com/?p=49#comment-427</guid>
		<description>Hi Dave, 
Thanks so much for the comment.  Adding external text would be pretty easy.  Put the following code in place of the initTypWriter(&quot;string&quot;) function now.:

var textLoader:URLLoader = new URLLoader(new URLRequest(&quot;thePathtoYourTextFile.txt&quot;));
textLoader.addEventListener(Event.COMPLETE, function (e:Event):void{ 
     initTypeWriter(e.target.data);
}

Make sure your .txt file is in the same directory as the .swf and change the name of the URLRequest to match the name of your .txt file.
-J</description>
		<content:encoded><![CDATA[<p>Hi Dave,<br />
Thanks so much for the comment.  Adding external text would be pretty easy.  Put the following code in place of the initTypWriter(&#8220;string&#8221;) function now.:</p>
<p>var textLoader:URLLoader = new URLLoader(new URLRequest(&#8220;thePathtoYourTextFile.txt&#8221;));<br />
textLoader.addEventListener(Event.COMPLETE, function (e:Event):void{<br />
     initTypeWriter(e.target.data);<br />
}</p>
<p>Make sure your .txt file is in the same directory as the .swf and change the name of the URLRequest to match the name of your .txt file.<br />
-J</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Typewriter Text Effect Tutorial in AS3 by Dave</title>
		<link>http://blog.sugarpillfactory.com/?p=49&#038;cpage=1#comment-425</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Mon, 08 Mar 2010 21:41:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sugarpillfactory.com/?p=49#comment-425</guid>
		<description>J.

Thanks so much for this cool little tutorial, it works great. Here&#039;s my problem, I&#039;d like this to work with pulling the text from an external text file. Can this be done? I hate to ask, but I&#039;m more of a designer than a programmer, I know enough AS3 to be dangerous.

Thanks for any guidance you can lend.
Best,
Dave</description>
		<content:encoded><![CDATA[<p>J.</p>
<p>Thanks so much for this cool little tutorial, it works great. Here&#8217;s my problem, I&#8217;d like this to work with pulling the text from an external text file. Can this be done? I hate to ask, but I&#8217;m more of a designer than a programmer, I know enough AS3 to be dangerous.</p>
<p>Thanks for any guidance you can lend.<br />
Best,<br />
Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Actionscript 3 OOP Drop Down Menu by Mr. JASCHA L RYNEK</title>
		<link>http://blog.sugarpillfactory.com/?p=171&#038;cpage=1#comment-8</link>
		<dc:creator>Mr. JASCHA L RYNEK</dc:creator>
		<pubDate>Mon, 18 Jan 2010 21:32:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sugarpillfactory.com/?p=171#comment-8</guid>
		<description>Sure thing, friend, what do you want to link to?</description>
		<content:encoded><![CDATA[<p>Sure thing, friend, what do you want to link to?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Actionscript 3 OOP Drop Down Menu by Paulo</title>
		<link>http://blog.sugarpillfactory.com/?p=171&#038;cpage=1#comment-6</link>
		<dc:creator>Paulo</dc:creator>
		<pubDate>Mon, 18 Jan 2010 21:28:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sugarpillfactory.com/?p=171#comment-6</guid>
		<description>Nice menu! Can you help me with the code to add a link to the menu?
tks</description>
		<content:encoded><![CDATA[<p>Nice menu! Can you help me with the code to add a link to the menu?<br />
tks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Actionscript 3 OOP Drop Down Menu by Eder</title>
		<link>http://blog.sugarpillfactory.com/?p=171&#038;cpage=1#comment-5</link>
		<dc:creator>Eder</dc:creator>
		<pubDate>Mon, 18 Jan 2010 15:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sugarpillfactory.com/?p=171#comment-5</guid>
		<description>Wow! Nice menu!</description>
		<content:encoded><![CDATA[<p>Wow! Nice menu!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Few Reasons I Like to Freelance by rachel</title>
		<link>http://blog.sugarpillfactory.com/?p=152&#038;cpage=1#comment-4</link>
		<dc:creator>rachel</dc:creator>
		<pubDate>Sat, 16 Jan 2010 18:46:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sugarpillfactory.com/?p=152#comment-4</guid>
		<description>great looking dogs! they appear to be very well trained. you must be an excellent calm-assertive leader, mr. rynek! love your blogs. keep &#039;em coming!</description>
		<content:encoded><![CDATA[<p>great looking dogs! they appear to be very well trained. you must be an excellent calm-assertive leader, mr. rynek! love your blogs. keep &#8216;em coming!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
