<?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 Warm Forest Flash Blog</title>
	<atom:link href="http://www.warmforestflash.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.warmforestflash.com/blog</link>
	<description>A blog about Flash &#38; ActionScript 3 from a designer&#039;s perspective</description>
	<lastBuildDate>Mon, 08 Mar 2010 19:35:39 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Flash AS3 Contact Form Using PHP by grandmother</title>
		<link>http://www.warmforestflash.com/blog/2009/06/flash-as3-contact-form-using-php/comment-page-2/#comment-4590</link>
		<dc:creator>grandmother</dc:creator>
		<pubDate>Mon, 08 Mar 2010 19:35:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=264#comment-4590</guid>
		<description>You have to read carefully all the as code!
it&#039;s just the arrow:

private function createPixelArrow(c:uint):Sprite
		{
			var t:Sprite = new Sprite();
			t.graphics.beginFill(c, 1);
			t.graphics.drawRect(0, 0, 1, 1);
			t.graphics.drawRect(1, 1, 1, 1);
			t.graphics.drawRect(2, 2, 1, 1);
			t.graphics.drawRect(1, 3, 1, 1);
			t.graphics.drawRect(0, 4, 1, 1);
			t.graphics.endFill();
			t.name = &quot;pixelArrow_mc&quot;;
			return t;
		}

and it is used in:
private function createSendButton():Sprite
			........
			var ar:Sprite = createPixelArrow(sendButtonTextColor);
			ar.x = 3;
			ar.y = 4;
			.........
I think you can change or remove it without problems.</description>
		<content:encoded><![CDATA[<p>You have to read carefully all the as code!<br />
it&#8217;s just the arrow:</p>
<p>private function createPixelArrow(c:uint):Sprite<br />
		{<br />
			var t:Sprite = new Sprite();<br />
			t.graphics.beginFill(c, 1);<br />
			t.graphics.drawRect(0, 0, 1, 1);<br />
			t.graphics.drawRect(1, 1, 1, 1);<br />
			t.graphics.drawRect(2, 2, 1, 1);<br />
			t.graphics.drawRect(1, 3, 1, 1);<br />
			t.graphics.drawRect(0, 4, 1, 1);<br />
			t.graphics.endFill();<br />
			t.name = &#8220;pixelArrow_mc&#8221;;<br />
			return t;<br />
		}</p>
<p>and it is used in:<br />
private function createSendButton():Sprite<br />
			&#8230;&#8230;..<br />
			var ar:Sprite = createPixelArrow(sendButtonTextColor);<br />
			ar.x = 3;<br />
			ar.y = 4;<br />
			&#8230;&#8230;&#8230;<br />
I think you can change or remove it without problems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AS3 Dotted Line Class by Adrian</title>
		<link>http://www.warmforestflash.com/blog/2009/01/as3-dotted-line-class/comment-page-1/#comment-4588</link>
		<dc:creator>Adrian</dc:creator>
		<pubDate>Sun, 07 Mar 2010 13:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=120#comment-4588</guid>
		<description>When I rotate the lines they sometimes disappear...</description>
		<content:encoded><![CDATA[<p>When I rotate the lines they sometimes disappear&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to Sell Your Flash Templates Without FlashDen by pissu</title>
		<link>http://www.warmforestflash.com/blog/2009/08/how-to-sell-your-flash-templates-without-flashden/comment-page-1/#comment-4587</link>
		<dc:creator>pissu</dc:creator>
		<pubDate>Sun, 07 Mar 2010 07:40:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=305#comment-4587</guid>
		<description>Yes, it is not hard to sell stuff online, I tried to sell my unapproved templates to templatemonster but they want very high quality stuff and they dont buy stuff from designers, I put my all junk templates and design stuff which did not get approved by clients at cashmyfiles.com atleast some hope to sell one day.</description>
		<content:encoded><![CDATA[<p>Yes, it is not hard to sell stuff online, I tried to sell my unapproved templates to templatemonster but they want very high quality stuff and they dont buy stuff from designers, I put my all junk templates and design stuff which did not get approved by clients at cashmyfiles.com atleast some hope to sell one day.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash AS3 Contact Form Using PHP by Chris Jackson</title>
		<link>http://www.warmforestflash.com/blog/2009/06/flash-as3-contact-form-using-php/comment-page-2/#comment-4586</link>
		<dc:creator>Chris Jackson</dc:creator>
		<pubDate>Sat, 06 Mar 2010 00:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=264#comment-4586</guid>
		<description>I have a simple question. How do I remove the little arrow on the &#039;Send Message&#039; button. I&#039;m referring to the one that looks like this &gt;.</description>
		<content:encoded><![CDATA[<p>I have a simple question. How do I remove the little arrow on the &#8216;Send Message&#8217; button. I&#8217;m referring to the one that looks like this &gt;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free AS3 Scrollbar: Fullscreen and Resizable by Trav</title>
		<link>http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/comment-page-2/#comment-4585</link>
		<dc:creator>Trav</dc:creator>
		<pubDate>Thu, 04 Mar 2010 05:19:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=246#comment-4585</guid>
		<description>So excited to have found this scrollbar...

I got these 3 errors though.

1120: Access of undefined property _scrollBar.
1180: Call to a possibly undefined method FullScreenScrollBar.
1120: Access of undefined property _scrollBar.

Please Help...</description>
		<content:encoded><![CDATA[<p>So excited to have found this scrollbar&#8230;</p>
<p>I got these 3 errors though.</p>
<p>1120: Access of undefined property _scrollBar.<br />
1180: Call to a possibly undefined method FullScreenScrollBar.<br />
1120: Access of undefined property _scrollBar.</p>
<p>Please Help&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash AS3 Contact Form Using PHP by Chris</title>
		<link>http://www.warmforestflash.com/blog/2009/06/flash-as3-contact-form-using-php/comment-page-2/#comment-4584</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Wed, 03 Mar 2010 01:29:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=264#comment-4584</guid>
		<description>Ok, this question might be a little out of left field but,would anyone be able to point me in the direction on how to alter/write the php associated with this script to send the user information into a database as opposed to the email?  Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Ok, this question might be a little out of left field but,would anyone be able to point me in the direction on how to alter/write the php associated with this script to send the user information into a database as opposed to the email?  Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flash AS3 Contact Form Using PHP by Roger</title>
		<link>http://www.warmforestflash.com/blog/2009/06/flash-as3-contact-form-using-php/comment-page-2/#comment-4578</link>
		<dc:creator>Roger</dc:creator>
		<pubDate>Fri, 26 Feb 2010 04:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=264#comment-4578</guid>
		<description>alright for some people who have been receiving the &quot;1180 error call to a possible undefined method Font small var font:Font = new Font for line 240 and 370&quot; one way to try to fix it is by opening the source file (contact_form.fla), export the two library fonts that are stored, and insert them to whatever other fla file you are trying to embed this to. I was having the exact same problem, but this got it fixed. i know it&#039;s a bit late.... but... someone might run into this problem in the future!</description>
		<content:encoded><![CDATA[<p>alright for some people who have been receiving the &#8220;1180 error call to a possible undefined method Font small var font:Font = new Font for line 240 and 370&#8243; one way to try to fix it is by opening the source file (contact_form.fla), export the two library fonts that are stored, and insert them to whatever other fla file you are trying to embed this to. I was having the exact same problem, but this got it fixed. i know it&#8217;s a bit late&#8230;. but&#8230; someone might run into this problem in the future!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free AS3 Scrollbar: Fullscreen and Resizable by Ian Kemp</title>
		<link>http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/comment-page-2/#comment-4558</link>
		<dc:creator>Ian Kemp</dc:creator>
		<pubDate>Tue, 23 Feb 2010 05:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=246#comment-4558</guid>
		<description>How can you make this to control multiple movieclips instead of just one?</description>
		<content:encoded><![CDATA[<p>How can you make this to control multiple movieclips instead of just one?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free AS3 Scrollbar: Fullscreen and Resizable by Sergio Alves</title>
		<link>http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/comment-page-2/#comment-4547</link>
		<dc:creator>Sergio Alves</dc:creator>
		<pubDate>Fri, 19 Feb 2010 14:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=246#comment-4547</guid>
		<description>first, thanks for this great class :)

second, what&#039;s the easiest approach to do &quot;anchor&quot; like stuff? :)</description>
		<content:encoded><![CDATA[<p>first, thanks for this great class <img src='http://www.warmforestflash.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>second, what&#8217;s the easiest approach to do &#8220;anchor&#8221; like stuff? <img src='http://www.warmforestflash.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Free AS3 Scrollbar: Fullscreen and Resizable by Andrew</title>
		<link>http://www.warmforestflash.com/blog/2009/04/free-as3-scrollbar-fullscreen-and-resizable/comment-page-2/#comment-4543</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Thu, 18 Feb 2010 08:00:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.warmforestflash.com/blog/?p=246#comment-4543</guid>
		<description>Hey, has anyone tried to get this to work on dynamically loaded SWFs into MovieClips?  It works on the SWF by itself.  But as soon as it is loaded into the main SWF the grabber stops working.  It only works when the content is moving already (like if I was to click the track then grab the grabber while the content is still easing).  Any suggestions? 
Thanks
-Andrew</description>
		<content:encoded><![CDATA[<p>Hey, has anyone tried to get this to work on dynamically loaded SWFs into MovieClips?  It works on the SWF by itself.  But as soon as it is loaded into the main SWF the grabber stops working.  It only works when the content is moving already (like if I was to click the track then grab the grabber while the content is still easing).  Any suggestions?<br />
Thanks<br />
-Andrew</p>
]]></content:encoded>
	</item>
</channel>
</rss>
