<?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: Resize Text Field &#8211; AS3 Draggable Resizable Input Text Field</title>
	<atom:link href="http://moonpixel.com/resize-text-field-as3-draggable-resizable-input-text-field/feed/" rel="self" type="application/rss+xml" />
	<link>http://moonpixel.com/resize-text-field-as3-draggable-resizable-input-text-field/</link>
	<description>WordPress Tips and Tricks</description>
	<lastBuildDate>Wed, 02 May 2012 07:50:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Moonpixel</title>
		<link>http://moonpixel.com/resize-text-field-as3-draggable-resizable-input-text-field/comment-page-1/#comment-6426</link>
		<dc:creator>Moonpixel</dc:creator>
		<pubDate>Sun, 20 Nov 2011 06:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://moonpixel.com/?p=72#comment-6426</guid>
		<description>Hi Morenna, are you making the whole website in flash or you just can&#039;t get the text field working?</description>
		<content:encoded><![CDATA[<p>Hi Morenna, are you making the whole website in flash or you just can&#8217;t get the text field working?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Morenna</title>
		<link>http://moonpixel.com/resize-text-field-as3-draggable-resizable-input-text-field/comment-page-1/#comment-6425</link>
		<dc:creator>Morenna</dc:creator>
		<pubDate>Sat, 19 Nov 2011 06:11:00 +0000</pubDate>
		<guid isPermaLink="false">http://moonpixel.com/?p=72#comment-6425</guid>
		<description>Hello there,
I really, really like this to post on my website as well. I&#039;m using Macromedia Flash Professional 8 to create my site and it seems I cannot get it to work. If someone can upload a working example for using this in Flash, I&#039;ll be more than excited!!!
I&#039;m at the beginning with the scripting and I do not have much experience in working with these right now.
Thank you everyone in advance!!</description>
		<content:encoded><![CDATA[<p>Hello there,<br />
I really, really like this to post on my website as well. I&#8217;m using Macromedia Flash Professional 8 to create my site and it seems I cannot get it to work. If someone can upload a working example for using this in Flash, I&#8217;ll be more than excited!!!<br />
I&#8217;m at the beginning with the scripting and I do not have much experience in working with these right now.<br />
Thank you everyone in advance!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moonpixel</title>
		<link>http://moonpixel.com/resize-text-field-as3-draggable-resizable-input-text-field/comment-page-1/#comment-5943</link>
		<dc:creator>Moonpixel</dc:creator>
		<pubDate>Tue, 02 Aug 2011 07:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://moonpixel.com/?p=72#comment-5943</guid>
		<description>glad... :)</description>
		<content:encoded><![CDATA[<p>glad&#8230; <img src='http://moonpixel.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Me</title>
		<link>http://moonpixel.com/resize-text-field-as3-draggable-resizable-input-text-field/comment-page-1/#comment-5942</link>
		<dc:creator>Me</dc:creator>
		<pubDate>Tue, 02 Aug 2011 06:58:00 +0000</pubDate>
		<guid isPermaLink="false">http://moonpixel.com/?p=72#comment-5942</guid>
		<description>beautiful! you saved my day!!!</description>
		<content:encoded><![CDATA[<p>beautiful! you saved my day!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moonpixel</title>
		<link>http://moonpixel.com/resize-text-field-as3-draggable-resizable-input-text-field/comment-page-1/#comment-5878</link>
		<dc:creator>Moonpixel</dc:creator>
		<pubDate>Sun, 22 May 2011 17:37:00 +0000</pubDate>
		<guid isPermaLink="false">http://moonpixel.com/?p=72#comment-5878</guid>
		<description>For simplicity in this example I&#039;m instantiating a text field already in the constructor :
textCustomField = new TextField();
the package linked in the document class it executed when the swf plays so if you&#039;re creating a new instance of it in the timeline you&#039;re doubling up...</description>
		<content:encoded><![CDATA[<p>For simplicity in this example I&#8217;m instantiating a text field already in the constructor :<br />
textCustomField = new TextField();<br />
the package linked in the document class it executed when the swf plays so if you&#8217;re creating a new instance of it in the timeline you&#8217;re doubling up&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billywilliamton</title>
		<link>http://moonpixel.com/resize-text-field-as3-draggable-resizable-input-text-field/comment-page-1/#comment-5877</link>
		<dc:creator>Billywilliamton</dc:creator>
		<pubDate>Sun, 22 May 2011 17:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://moonpixel.com/?p=72#comment-5877</guid>
		<description>That worked perfectly, but I must admit I don&#039;t understand why.  I&#039;ve never used a document class before now.  If its not too much of a bother why is this necessary and why does it not work when I instance the object in the way I tried above? </description>
		<content:encoded><![CDATA[<p>That worked perfectly, but I must admit I don&#8217;t understand why.  I&#8217;ve never used a document class before now.  If its not too much of a bother why is this necessary and why does it not work when I instance the object in the way I tried above? </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moonpixel</title>
		<link>http://moonpixel.com/resize-text-field-as3-draggable-resizable-input-text-field/comment-page-1/#comment-5874</link>
		<dc:creator>Moonpixel</dc:creator>
		<pubDate>Sun, 22 May 2011 05:47:00 +0000</pubDate>
		<guid isPermaLink="false">http://moonpixel.com/?p=72#comment-5874</guid>
		<description>if you&#039;re using Flash to compile it, then just link the as code as a document class and remove your 2 lines posted...</description>
		<content:encoded><![CDATA[<p>if you&#8217;re using Flash to compile it, then just link the as code as a document class and remove your 2 lines posted&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billywilliamton</title>
		<link>http://moonpixel.com/resize-text-field-as3-draggable-resizable-input-text-field/comment-page-1/#comment-5873</link>
		<dc:creator>Billywilliamton</dc:creator>
		<pubDate>Sat, 21 May 2011 23:43:00 +0000</pubDate>
		<guid isPermaLink="false">http://moonpixel.com/?p=72#comment-5873</guid>
		<description>Here is what it looks like after resizing:

http://imgur.com/s8iOh

Here is the code I&#039;m using to conjure it up if it helps:

var testField:ResizableTextField = new ResizableTextField()//new Point(15,550));
addChild(testField); </description>
		<content:encoded><![CDATA[<p>Here is what it looks like after resizing:</p>
<p><a href="http://imgur.com/s8iOh" rel="nofollow">http://imgur.com/s8iOh</a></p>
<p>Here is the code I&#8217;m using to conjure it up if it helps:</p>
<p>var testField:ResizableTextField = new ResizableTextField()//new Point(15,550));<br />
addChild(testField); </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Billywilliamton</title>
		<link>http://moonpixel.com/resize-text-field-as3-draggable-resizable-input-text-field/comment-page-1/#comment-5872</link>
		<dc:creator>Billywilliamton</dc:creator>
		<pubDate>Sat, 21 May 2011 23:26:00 +0000</pubDate>
		<guid isPermaLink="false">http://moonpixel.com/?p=72#comment-5872</guid>
		<description>No, it&#039;s the strangest thing.  Once I resize it and one of the clones spawns.  The clone behaves as expected, but the initial box never seems to budge.  I&#039;ve tried removing it from the stage, but that seems to fail as it is just &quot;burned in&quot;.</description>
		<content:encoded><![CDATA[<p>No, it&#8217;s the strangest thing.  Once I resize it and one of the clones spawns.  The clone behaves as expected, but the initial box never seems to budge.  I&#8217;ve tried removing it from the stage, but that seems to fail as it is just &#8220;burned in&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Moonpixel</title>
		<link>http://moonpixel.com/resize-text-field-as3-draggable-resizable-input-text-field/comment-page-1/#comment-5870</link>
		<dc:creator>Moonpixel</dc:creator>
		<pubDate>Sat, 21 May 2011 19:24:00 +0000</pubDate>
		<guid isPermaLink="false">http://moonpixel.com/?p=72#comment-5870</guid>
		<description>are you creating multiple instances of it? </description>
		<content:encoded><![CDATA[<p>are you creating multiple instances of it? </p>
]]></content:encoded>
	</item>
</channel>
</rss>

