<?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: Flash, CDATA tags and line breaks in htmlText</title>
	<atom:link href="http://www.dirtystylus.com/blog/2009/01/21/flash-cdata-tags-and-line-breaks-in-htmltext/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dirtystylus.com/blog/2009/01/21/flash-cdata-tags-and-line-breaks-in-htmltext/</link>
	<description>resistance was futile</description>
	<lastBuildDate>Fri, 23 Apr 2010 20:28:24 +0000</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: ds</title>
		<link>http://www.dirtystylus.com/blog/2009/01/21/flash-cdata-tags-and-line-breaks-in-htmltext/comment-page-1/#comment-11676</link>
		<dc:creator>ds</dc:creator>
		<pubDate>Thu, 09 Jul 2009 16:07:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.dirtystylus.com/blog/?p=173#comment-11676</guid>
		<description>Good point, Jesse. As a rule I tend to set all properties on the text field before assigning to text/htmlText.</description>
		<content:encoded><![CDATA[<p>Good point, Jesse. As a rule I tend to set all properties on the text field before assigning to text/htmlText.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jesse Gavin</title>
		<link>http://www.dirtystylus.com/blog/2009/01/21/flash-cdata-tags-and-line-breaks-in-htmltext/comment-page-1/#comment-11675</link>
		<dc:creator>Jesse Gavin</dc:creator>
		<pubDate>Thu, 09 Jul 2009 16:04:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dirtystylus.com/blog/?p=173#comment-11675</guid>
		<description>Also, you are required to set the multiline property to true BEFORE assigning the htmlText property.

This works....

  myTextField.multiline = true;
  myTextField.htmlText = &quot;Mytest&quot;;

This doesn&#039;t....

  myTextField.htmlText = &quot;Mytest&quot;;
  myTextField.multiline = true;</description>
		<content:encoded><![CDATA[<p>Also, you are required to set the multiline property to true BEFORE assigning the htmlText property.</p>
<p>This works&#8230;.</p>
<p>  myTextField.multiline = true;<br />
  myTextField.htmlText = &#8220;Mytest&#8221;;</p>
<p>This doesn&#8217;t&#8230;.</p>
<p>  myTextField.htmlText = &#8220;Mytest&#8221;;<br />
  myTextField.multiline = true;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: andy</title>
		<link>http://www.dirtystylus.com/blog/2009/01/21/flash-cdata-tags-and-line-breaks-in-htmltext/comment-page-1/#comment-8319</link>
		<dc:creator>andy</dc:creator>
		<pubDate>Wed, 21 Jan 2009 22:02:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.dirtystylus.com/blog/?p=173#comment-8319</guid>
		<description>Good to know.</description>
		<content:encoded><![CDATA[<p>Good to know.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
