<?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 jeffguthrie.com</title>
	<atom:link href="http://www.jeffguthrie.com/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://www.jeffguthrie.com</link>
	<description>web developer, usability, analytics</description>
	<lastBuildDate>Wed, 25 Jan 2012 15:41:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>Comment on AS3 &#8211; Draw Circle Animation Based on Time by Bams</title>
		<link>http://www.jeffguthrie.com/as3-draw-circle-animation-based-on-time/comment-page-1#comment-636</link>
		<dc:creator>Bams</dc:creator>
		<pubDate>Wed, 25 Jan 2012 15:41:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=460#comment-636</guid>
		<description>Hey Jeff,

well, I&#039;ve already found some .fla files like this but they&#039;re all based on a drawing (and mask) made directly in Flash then simply tweened on the timeline.

what I&#039;d really like is a &#039;full dynamic as3&#039; animated circle!
you&#039;re code above does almost the job, but it&#039;s based on the EnterFrame Event or I&#039;d like to use bytesLoded stuff instead of the EnterFrame and getTimer..

not sure I&#039;m clear, and I don&#039;t want to bother you too much with my problem..

if you have an idea, let me know!

thanks again.
Seb</description>
		<content:encoded><![CDATA[<p>Hey Jeff,</p>
<p>well, I&#8217;ve already found some .fla files like this but they&#8217;re all based on a drawing (and mask) made directly in Flash then simply tweened on the timeline.</p>
<p>what I&#8217;d really like is a &#8216;full dynamic as3&#8242; animated circle!<br />
you&#8217;re code above does almost the job, but it&#8217;s based on the EnterFrame Event or I&#8217;d like to use bytesLoded stuff instead of the EnterFrame and getTimer..</p>
<p>not sure I&#8217;m clear, and I don&#8217;t want to bother you too much with my problem..</p>
<p>if you have an idea, let me know!</p>
<p>thanks again.<br />
Seb</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 &#8211; Draw Circle Animation Based on Time by Jeff</title>
		<link>http://www.jeffguthrie.com/as3-draw-circle-animation-based-on-time/comment-page-1#comment-634</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 25 Jan 2012 00:38:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=460#comment-634</guid>
		<description>Hey mate, you may want to just do some googling and get one. This one is quite good: http://www.smithmediafusion.com/blog/?p=420</description>
		<content:encoded><![CDATA[<p>Hey mate, you may want to just do some googling and get one. This one is quite good: <a href="http://www.smithmediafusion.com/blog/?p=420" rel="nofollow">http://www.smithmediafusion.com/blog/?p=420</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 &#8211; Draw Circle Animation Based on Time by Bams</title>
		<link>http://www.jeffguthrie.com/as3-draw-circle-animation-based-on-time/comment-page-1#comment-633</link>
		<dc:creator>Bams</dc:creator>
		<pubDate>Tue, 24 Jan 2012 18:28:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=460#comment-633</guid>
		<description>Hi!

first sorry for my bad english, but am french!!
thank you for sharing this useful code.

But, please, could you help me transposing it for a preloader!

I promise I spent a lot of time trying to analyse this code and do it myself, but I failed ;-)

see you!
:-)</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>first sorry for my bad english, but am french!!<br />
thank you for sharing this useful code.</p>
<p>But, please, could you help me transposing it for a preloader!</p>
<p>I promise I spent a lot of time trying to analyse this code and do it myself, but I failed <img src='http://www.jeffguthrie.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>see you!<br />
 <img src='http://www.jeffguthrie.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 &#8211; Remove Spaces from a String by ukw</title>
		<link>http://www.jeffguthrie.com/as3-remove-spaces-from-a-string/comment-page-1#comment-600</link>
		<dc:creator>ukw</dc:creator>
		<pubDate>Sun, 31 Jul 2011 19:56:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=409#comment-600</guid>
		<description>This can be accomplished using replace also:
var myPattern:RegExp = / /g;  
str = str.replace(myPattern, &quot;&quot;);

ukw.</description>
		<content:encoded><![CDATA[<p>This can be accomplished using replace also:<br />
var myPattern:RegExp = / /g;<br />
str = str.replace(myPattern, &#8220;&#8221;);</p>
<p>ukw.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Sto-Pro-Veritate by Lauren Guthrie</title>
		<link>http://www.jeffguthrie.com/sto-pro-veritate/comment-page-1#comment-549</link>
		<dc:creator>Lauren Guthrie</dc:creator>
		<pubDate>Wed, 16 Mar 2011 22:55:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffguthrie.com/blog/2007/06/04/sto-pro-veritate/#comment-549</guid>
		<description>GO GUTHRIE&#039;S!!!!!!!!!!!!!!!!! :D I ALSO LOVE BAGPIPE MUSIC LOL!!!</description>
		<content:encoded><![CDATA[<p>GO GUTHRIE&#8217;S!!!!!!!!!!!!!!!!! <img src='http://www.jeffguthrie.com/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' />  I ALSO LOVE BAGPIPE MUSIC LOL!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FlashTracer and Windows 7 by Jeff</title>
		<link>http://www.jeffguthrie.com/flashtracer-and-windows-7/comment-page-1#comment-545</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Wed, 26 Jan 2011 22:02:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=539#comment-545</guid>
		<description>It sounds like you need to create the text file flashlog.txt  Try that then let me know how that works</description>
		<content:encoded><![CDATA[<p>It sounds like you need to create the text file flashlog.txt  Try that then let me know how that works</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on FlashTracer and Windows 7 by piyush</title>
		<link>http://www.jeffguthrie.com/flashtracer-and-windows-7/comment-page-1#comment-543</link>
		<dc:creator>piyush</dc:creator>
		<pubDate>Tue, 25 Jan 2011 21:02:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=539#comment-543</guid>
		<description>I am getting this error in win 7 : -

using: C:\Users\piyush\mm.cfg
flashlog.txt file does&#039;t exists. Open settings dialog first.</description>
		<content:encoded><![CDATA[<p>I am getting this error in win 7 : -</p>
<p>using: C:\Users\piyush\mm.cfg<br />
flashlog.txt file does&#8217;t exists. Open settings dialog first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Moving to Melbourne by Jackson Dunstan</title>
		<link>http://www.jeffguthrie.com/moving-to-melbourne/comment-page-1#comment-410</link>
		<dc:creator>Jackson Dunstan</dc:creator>
		<pubDate>Tue, 07 Dec 2010 05:37:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=715#comment-410</guid>
		<description>Congrats!</description>
		<content:encoded><![CDATA[<p>Congrats!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setup WAMP and the Zend Framework for use with Flash and Flex by Jeff</title>
		<link>http://www.jeffguthrie.com/setup-wamp-and-the-zend-framework-for-use-with-flash-and-flex/comment-page-1#comment-400</link>
		<dc:creator>Jeff</dc:creator>
		<pubDate>Mon, 29 Nov 2010 19:07:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=480#comment-400</guid>
		<description>Things have changed a bit since Flash Builder 4 installs zend for you automatically.  You may not have ZendAMF installed properly on your webserver.  Can you access gateway.php on your web server and does it give you the &quot;Zend Framework is installed...&quot; message?</description>
		<content:encoded><![CDATA[<p>Things have changed a bit since Flash Builder 4 installs zend for you automatically.  You may not have ZendAMF installed properly on your webserver.  Can you access gateway.php on your web server and does it give you the &#8220;Zend Framework is installed&#8230;&#8221; message?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setup WAMP and the Zend Framework for use with Flash and Flex by Eddy</title>
		<link>http://www.jeffguthrie.com/setup-wamp-and-the-zend-framework-for-use-with-flash-and-flex/comment-page-1#comment-399</link>
		<dc:creator>Eddy</dc:creator>
		<pubDate>Mon, 29 Nov 2010 18:35:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.jeffguthrie.com/?p=480#comment-399</guid>
		<description>Hello,

&quot;i install zend framework using flash builder, it made no change in php.ini, and only 2 file add to flex project to work with flex are:
* amf_config.ini
* gateway.php&quot;

i need help to deploy my application on the web. 
on my local server everythings works but i can&#039;t deploy on a web server.

i need to do step 6 on the web server ?


sorry for my english i&#039;m french</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>&#8220;i install zend framework using flash builder, it made no change in php.ini, and only 2 file add to flex project to work with flex are:<br />
* amf_config.ini<br />
* gateway.php&#8221;</p>
<p>i need help to deploy my application on the web.<br />
on my local server everythings works but i can&#8217;t deploy on a web server.</p>
<p>i need to do step 6 on the web server ?</p>
<p>sorry for my english i&#8217;m french</p>
]]></content:encoded>
	</item>
</channel>
</rss>

