<?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 scuty's stuff</title>
	<atom:link href="http://blog.flashweb.org/comments/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.flashweb.org</link>
	<description>just sharing my work</description>
	<lastBuildDate>Thu, 09 Sep 2010 14:10:10 -0400</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>Comment on Flex: Export valid HTML from RichTextEditor and back by scuty</title>
		<link>http://blog.flashweb.org/archives/7/comment-page-2#comment-486</link>
		<dc:creator>scuty</dc:creator>
		<pubDate>Thu, 09 Sep 2010 14:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashweb.org/?p=7#comment-486</guid>
		<description>I know ... I&#039;ll look into it.</description>
		<content:encoded><![CDATA[<p>I know &#8230; I&#8217;ll look into it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex: Export valid HTML from RichTextEditor and back by Paul</title>
		<link>http://blog.flashweb.org/archives/7/comment-page-2#comment-485</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 09 Sep 2010 13:53:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashweb.org/?p=7#comment-485</guid>
		<description>I tried to replace span with pre – then it keeps leading spaces but i got extra line breaks in my final browser rendering…</description>
		<content:encoded><![CDATA[<p>I tried to replace span with pre – then it keeps leading spaces but i got extra line breaks in my final browser rendering…</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex: Export valid HTML from RichTextEditor and back by Paul</title>
		<link>http://blog.flashweb.org/archives/7/comment-page-2#comment-484</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 09 Sep 2010 13:53:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashweb.org/?p=7#comment-484</guid>
		<description>I tried to replace  with  - then it keeps leading spaces but i got extra line breaks in my final browser rendering...</description>
		<content:encoded><![CDATA[<p>I tried to replace  with  &#8211; then it keeps leading spaces but i got extra line breaks in my final browser rendering&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex: Export valid HTML from RichTextEditor and back by Paul</title>
		<link>http://blog.flashweb.org/archives/7/comment-page-2#comment-483</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 09 Sep 2010 13:51:41 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashweb.org/?p=7#comment-483</guid>
		<description>Hi scuty,

ignoreParagraphSpace is false by default and as I understand it is used to preserve leading spaces between RTEHTML conversions when visualizing the content into RichTextEditor. My problem is that when generated HTML is used to get rendered in Firefox/IE the leading spaces are skipped (because  tag). I tried to replace  with &lt;pre&gt;  - then it keeps leading spaces but i got extra line breaks in my final browser rendering...&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Hi scuty,</p>
<p>ignoreParagraphSpace is false by default and as I understand it is used to preserve leading spaces between RTEHTML conversions when visualizing the content into RichTextEditor. My problem is that when generated HTML is used to get rendered in Firefox/IE the leading spaces are skipped (because  tag). I tried to replace  with
<pre>  - then it keeps leading spaces but i got extra line breaks in my final browser rendering...</pre>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex: Export valid HTML from RichTextEditor and back by scuty</title>
		<link>http://blog.flashweb.org/archives/7/comment-page-2#comment-482</link>
		<dc:creator>scuty</dc:creator>
		<pubDate>Thu, 09 Sep 2010 13:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashweb.org/?p=7#comment-482</guid>
		<description>Hi Paul,

Try the &quot;ignoreParagraphSpace&quot; option, that should do it I think. There were other people complaining about this and I fixed a while back.

EDIT:
nvm ... I know what you mean. I&#039;ll see what I can do.</description>
		<content:encoded><![CDATA[<p>Hi Paul,</p>
<p>Try the &#8220;ignoreParagraphSpace&#8221; option, that should do it I think. There were other people complaining about this and I fixed a while back.</p>
<p>EDIT:<br />
nvm &#8230; I know what you mean. I&#8217;ll see what I can do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex: Export valid HTML from RichTextEditor and back by Paul</title>
		<link>http://blog.flashweb.org/archives/7/comment-page-2#comment-481</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 09 Sep 2010 13:06:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashweb.org/?p=7#comment-481</guid>
		<description>Hi scuty,

You have done a great job! Thanks!
I have one &quot;feature request&quot;:
Is it possible to generate HTML preserving spaces so if the html is rendered in a browser to get the same formatting. Now using the span tag you see in the browser all spaces gone. Maybe they should be replaced by nbsp ? 
What is your oppinion?</description>
		<content:encoded><![CDATA[<p>Hi scuty,</p>
<p>You have done a great job! Thanks!<br />
I have one &#8220;feature request&#8221;:<br />
Is it possible to generate HTML preserving spaces so if the html is rendered in a browser to get the same formatting. Now using the span tag you see in the browser all spaces gone. Maybe they should be replaced by nbsp ?<br />
What is your oppinion?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on dynamic text field bold and italic tags with embedded font problem (flash 8) by z</title>
		<link>http://blog.flashweb.org/archives/5/comment-page-1#comment-480</link>
		<dc:creator>z</dc:creator>
		<pubDate>Sat, 28 Aug 2010 06:22:07 +0000</pubDate>
		<guid isPermaLink="false">http://flashweb.org/wp/?p=5#comment-480</guid>
		<description>Object(root).your_txt.htmlText=&quot;&lt;b&gt;&quot;+Yourvarhere+&quot;&lt;/b&gt;&quot;;</description>
		<content:encoded><![CDATA[<p>Object(root).your_txt.htmlText=&#8221;<b>&#8220;+Yourvarhere+&#8221;</b>&#8220;;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex: Export valid HTML from RichTextEditor and back by scuty</title>
		<link>http://blog.flashweb.org/archives/7/comment-page-2#comment-479</link>
		<dc:creator>scuty</dc:creator>
		<pubDate>Wed, 25 Aug 2010 11:08:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashweb.org/?p=7#comment-479</guid>
		<description>This is a Flex(Flash) code and has nothing to do with C#.</description>
		<content:encoded><![CDATA[<p>This is a Flex(Flash) code and has nothing to do with C#.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex: Export valid HTML from RichTextEditor and back by cipri</title>
		<link>http://blog.flashweb.org/archives/7/comment-page-2#comment-478</link>
		<dc:creator>cipri</dc:creator>
		<pubDate>Mon, 23 Aug 2010 15:27:47 +0000</pubDate>
		<guid isPermaLink="false">http://blog.flashweb.org/?p=7#comment-478</guid>
		<description>Hi guys,
does anyone have this code translated to c# ?
I&#039;d appreciate it very much.
I am interested in converting the RTE into HTML code.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi guys,<br />
does anyone have this code translated to c# ?<br />
I&#8217;d appreciate it very much.<br />
I am interested in converting the RTE into HTML code.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on better looking embedded font for input, radio, button, check box and combo box components (Flash 8) by sts</title>
		<link>http://blog.flashweb.org/archives/4/comment-page-1#comment-477</link>
		<dc:creator>sts</dc:creator>
		<pubDate>Sun, 08 Aug 2010 08:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://flashweb.org/wp/?p=4#comment-477</guid>
		<description>You post great articles, bookmarked for future referrence !</description>
		<content:encoded><![CDATA[<p>You post great articles, bookmarked for future referrence !</p>
]]></content:encoded>
	</item>
</channel>
</rss>
