<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.7" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Multi-line strings in Actionscript 3</title>
	<link>http://dougmccune.com/blog/2007/05/15/multi-line-strings-in-actionscript-3/</link>
	<description>A blog about Adobe Flex</description>
	<pubDate>Thu, 28 Aug 2008 16:02:15 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.7</generator>

	<item>
		<title>by: Vefhýsing</title>
		<link>http://dougmccune.com/blog/2007/05/15/multi-line-strings-in-actionscript-3/#comment-126321</link>
		<pubDate>Mon, 21 Jul 2008 03:09:07 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2007/05/15/multi-line-strings-in-actionscript-3/#comment-126321</guid>
					<description>Excellent!!! Thanks for sharing.</description>
		<content:encoded><![CDATA[<p>Excellent!!! Thanks for sharing.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: [ fla:pik ] Blog &#187; Multi-line strings in Actionscript 3</title>
		<link>http://dougmccune.com/blog/2007/05/15/multi-line-strings-in-actionscript-3/#comment-116882</link>
		<pubDate>Fri, 04 Jul 2008 02:04:52 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2007/05/15/multi-line-strings-in-actionscript-3/#comment-116882</guid>
					<description>[...] Full Article [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Full Article [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jason</title>
		<link>http://dougmccune.com/blog/2007/05/15/multi-line-strings-in-actionscript-3/#comment-107539</link>
		<pubDate>Thu, 19 Jun 2008 21:41:55 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2007/05/15/multi-line-strings-in-actionscript-3/#comment-107539</guid>
					<description>Um, oops, that would be:

myBlogPost: String = '[envision the C-DATA start tag here]' + blogBody.xhtmlText + ']' +']' + '&#62;';</description>
		<content:encoded><![CDATA[<p>Um, oops, that would be:</p>
<p>myBlogPost: String = &#8216;[envision the C-DATA start tag here]&#8217; + blogBody.xhtmlText + &#8216;]&#8217; +&#8217;]&#8217; + &#8216;&gt;&#8217;;
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jason</title>
		<link>http://dougmccune.com/blog/2007/05/15/multi-line-strings-in-actionscript-3/#comment-107532</link>
		<pubDate>Thu, 19 Jun 2008 21:39:35 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2007/05/15/multi-line-strings-in-actionscript-3/#comment-107532</guid>
					<description>This has probably long been figured out, but I was looking for a solution to posting xhtml data from flex to a blog using XMLRPC.  When I tried this solution, I was also getting the parse errors whenever I append the CDATA end tag as one string.  So what I ended up having to do was:

myBlogPost:String = '';

The parse errors stopped.</description>
		<content:encoded><![CDATA[<p>This has probably long been figured out, but I was looking for a solution to posting xhtml data from flex to a blog using XMLRPC.  When I tried this solution, I was also getting the parse errors whenever I append the CDATA end tag as one string.  So what I ended up having to do was:</p>
<p>myBlogPost:String = &#8216;&#8217;;</p>
<p>The parse errors stopped.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Tim</title>
		<link>http://dougmccune.com/blog/2007/05/15/multi-line-strings-in-actionscript-3/#comment-101982</link>
		<pubDate>Wed, 11 Jun 2008 03:48:01 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2007/05/15/multi-line-strings-in-actionscript-3/#comment-101982</guid>
					<description>Nice solution Doug!
It's a great technique when you're wanting to dump a single block of HTML text into a Textfield and you don't feel it justifies the use of its own XML file.</description>
		<content:encoded><![CDATA[<p>Nice solution Doug!<br />
It&#8217;s a great technique when you&#8217;re wanting to dump a single block of HTML text into a Textfield and you don&#8217;t feel it justifies the use of its own XML file.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jordan Brough</title>
		<link>http://dougmccune.com/blog/2007/05/15/multi-line-strings-in-actionscript-3/#comment-68670</link>
		<pubDate>Wed, 26 Mar 2008 21:18:21 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2007/05/15/multi-line-strings-in-actionscript-3/#comment-68670</guid>
					<description>Thanks a ton!  I was cringing every time I had to do this before.</description>
		<content:encoded><![CDATA[<p>Thanks a ton!  I was cringing every time I had to do this before.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Idetrorce</title>
		<link>http://dougmccune.com/blog/2007/05/15/multi-line-strings-in-actionscript-3/#comment-35980</link>
		<pubDate>Sat, 15 Dec 2007 11:54:25 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2007/05/15/multi-line-strings-in-actionscript-3/#comment-35980</guid>
					<description>very interesting, but I don't agree with you 
Idetrorce</description>
		<content:encoded><![CDATA[<p>very interesting, but I don&#8217;t agree with you<br />
Idetrorce
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: naisioxerloro</title>
		<link>http://dougmccune.com/blog/2007/05/15/multi-line-strings-in-actionscript-3/#comment-32015</link>
		<pubDate>Thu, 29 Nov 2007 08:42:09 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2007/05/15/multi-line-strings-in-actionscript-3/#comment-32015</guid>
					<description>Hi. 
Good design, who make it?</description>
		<content:encoded><![CDATA[<p>Hi.<br />
Good design, who make it?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: judah</title>
		<link>http://dougmccune.com/blog/2007/05/15/multi-line-strings-in-actionscript-3/#comment-6084</link>
		<pubDate>Sat, 30 Jun 2007 07:53:41 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2007/05/15/multi-line-strings-in-actionscript-3/#comment-6084</guid>
					<description>I get those errors too but for all the code on this page. I'm using FB3 and I'm wondering if this will not work in it?

private var injectScript:String = String(  ).toString();

Parse error at ' ).toString();\n\t\t'.	FlashTerbate	FlashTerbate.mxml	line 21</description>
		<content:encoded><![CDATA[<p>I get those errors too but for all the code on this page. I&#8217;m using FB3 and I&#8217;m wondering if this will not work in it?</p>
<p>private var injectScript:String = String(  ).toString();</p>
<p>Parse error at &#8216; ).toString();\n\t\t&#8217;.	FlashTerbate	FlashTerbate.mxml	line 21
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Mark</title>
		<link>http://dougmccune.com/blog/2007/05/15/multi-line-strings-in-actionscript-3/#comment-5533</link>
		<pubDate>Thu, 14 Jun 2007 07:51:47 +0000</pubDate>
		<guid>http://dougmccune.com/blog/2007/05/15/multi-line-strings-in-actionscript-3/#comment-5533</guid>
					<description>Thanks Judah for getting me here. This looks promising but when I paste in Joan's code snippet, I get parse error messages.</description>
		<content:encoded><![CDATA[<p>Thanks Judah for getting me here. This looks promising but when I paste in Joan&#8217;s code snippet, I get parse error messages.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
