<?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"
	>
<channel>
	<title>Comments on: Adobe AIR: Using a Rich Text Editor - TinyMCE Tutorial</title>
	<atom:link href="http://www.whypad.com/posts/adobe-air-using-a-rich-text-editor-tinymce-tutorial/139/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.whypad.com/posts/adobe-air-using-a-rich-text-editor-tinymce-tutorial/139/</link>
	<description>Tips, tricks, and hacks for life and tech...</description>
	<pubDate>Fri, 21 Nov 2008 14:10:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: Kwasi</title>
		<link>http://www.whypad.com/posts/adobe-air-using-a-rich-text-editor-tinymce-tutorial/139/#comment-631</link>
		<dc:creator>Kwasi</dc:creator>
		<pubDate>Tue, 04 Nov 2008 17:50:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/posts/adobe-air-using-a-rich-text-editor-tinymce-tutorial/139/#comment-631</guid>
		<description>thanks Byron, just been search through out the internet for weeks now, and no comments on that error, totally frustrating...

Thanks for your time, if I find anything I will post it here as while.</description>
		<content:encoded><![CDATA[<p>thanks Byron, just been search through out the internet for weeks now, and no comments on that error, totally frustrating&#8230;</p>
<p>Thanks for your time, if I find anything I will post it here as while.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Byron Bennett</title>
		<link>http://www.whypad.com/posts/adobe-air-using-a-rich-text-editor-tinymce-tutorial/139/#comment-630</link>
		<dc:creator>Byron Bennett</dc:creator>
		<pubDate>Tue, 04 Nov 2008 17:31:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/posts/adobe-air-using-a-rich-text-editor-tinymce-tutorial/139/#comment-630</guid>
		<description>Hi Kwasi,

Sorry, this article referred to a Beta version of Adobe Air and the code does not work with the latest release.  You might check out what Tom says in the comment above.  Unfortunately I haven't tried out the new version of Air, so I can't really point you the right way with that.

Byron</description>
		<content:encoded><![CDATA[<p>Hi Kwasi,</p>
<p>Sorry, this article referred to a Beta version of Adobe Air and the code does not work with the latest release.  You might check out what Tom says in the comment above.  Unfortunately I haven&#8217;t tried out the new version of Air, so I can&#8217;t really point you the right way with that.</p>
<p>Byron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kwasi</title>
		<link>http://www.whypad.com/posts/adobe-air-using-a-rich-text-editor-tinymce-tutorial/139/#comment-629</link>
		<dc:creator>Kwasi</dc:creator>
		<pubDate>Tue, 04 Nov 2008 17:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/posts/adobe-air-using-a-rich-text-editor-tinymce-tutorial/139/#comment-629</guid>
		<description>HTML Is as follows
	
		
		    
		    
		
	   
with all the other stuff... found in download file</description>
		<content:encoded><![CDATA[<p>HTML Is as follows</p>
<p>with all the other stuff&#8230; found in download file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kwasi</title>
		<link>http://www.whypad.com/posts/adobe-air-using-a-rich-text-editor-tinymce-tutorial/139/#comment-628</link>
		<dc:creator>Kwasi</dc:creator>
		<pubDate>Tue, 04 Nov 2008 17:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/posts/adobe-air-using-a-rich-text-editor-tinymce-tutorial/139/#comment-628</guid>
		<description>I'm having problems and I'm not sure if this site is still active, our post rather, in regards to using tinymce in AIR.

I can;t get it working with this code

		
		    
		    
		

I keep getting, Warning: HTTP send request error, 12007: /component/Editor.htm

What is wrong, this is how it is included in AIR app...

		/***/
		private function _init():void{
			_editor 				= new HTML();
			_editor.percentWidth 	= 100;
			_editor.height  		= 500;
				
			_editor.addEventListener( Event.COMPLETE, _loaded );
			_editor.location= "file:///"+Configuration.applicationDirectory+"/component/EditorInstance.htm";
			
			this.addChild( _editor );
		}</description>
		<content:encoded><![CDATA[<p>I&#8217;m having problems and I&#8217;m not sure if this site is still active, our post rather, in regards to using tinymce in AIR.</p>
<p>I can;t get it working with this code</p>
<p>I keep getting, Warning: HTTP send request error, 12007: /component/Editor.htm</p>
<p>What is wrong, this is how it is included in AIR app&#8230;</p>
<p>		/***/<br />
		private function _init():void{<br />
			_editor 				= new HTML();<br />
			_editor.percentWidth 	= 100;<br />
			_editor.height  		= 500;</p>
<p>			_editor.addEventListener( Event.COMPLETE, _loaded );<br />
			_editor.location= &#8220;file:///&#8221;+Configuration.applicationDirectory+&#8221;/component/EditorInstance.htm&#8221;;</p>
<p>			this.addChild( _editor );<br />
		}</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: byron</title>
		<link>http://www.whypad.com/posts/adobe-air-using-a-rich-text-editor-tinymce-tutorial/139/#comment-391</link>
		<dc:creator>byron</dc:creator>
		<pubDate>Thu, 01 May 2008 21:22:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/posts/adobe-air-using-a-rich-text-editor-tinymce-tutorial/139/#comment-391</guid>
		<description>Thanks for the code, Tom...Wordpress gets finicky about what it lets through.</description>
		<content:encoded><![CDATA[<p>Thanks for the code, Tom&#8230;Wordpress gets finicky about what it lets through.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.whypad.com/posts/adobe-air-using-a-rich-text-editor-tinymce-tutorial/139/#comment-390</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 01 May 2008 20:59:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/posts/adobe-air-using-a-rich-text-editor-tinymce-tutorial/139/#comment-390</guid>
		<description>Hmm seems the code went missing there....

Basically I think you want to use
iframe src="http://air/tinymce.html"  id="pp_content_txt" sandboxRoot="http://air/" 
       documentRoot="app:/" scrolling="no" width="100%" height="570" border="0"
	frameborder="0"
       onfocus = "this.contentWindow.childSandboxBridge.focus()"</description>
		<content:encoded><![CDATA[<p>Hmm seems the code went missing there&#8230;.</p>
<p>Basically I think you want to use<br />
iframe src=&#8221;http://air/tinymce.html&#8221;  id=&#8221;pp_content_txt&#8221; sandboxRoot=&#8221;http://air/&#8221;<br />
       documentRoot=&#8221;app:/&#8221; scrolling=&#8221;no&#8221; width=&#8221;100%&#8221; height=&#8221;570&#8243; border=&#8221;0&#8243;<br />
	frameborder=&#8221;0&#8243;<br />
       onfocus = &#8220;this.contentWindow.childSandboxBridge.focus()&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://www.whypad.com/posts/adobe-air-using-a-rich-text-editor-tinymce-tutorial/139/#comment-389</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Thu, 01 May 2008 16:17:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/posts/adobe-air-using-a-rich-text-editor-tinymce-tutorial/139/#comment-389</guid>
		<description>I think the problem you're having comes from the iframe code. I believe I changed it to somethin like

  </description>
		<content:encoded><![CDATA[<p>I think the problem you&#8217;re having comes from the iframe code. I believe I changed it to somethin like</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: byron</title>
		<link>http://www.whypad.com/posts/adobe-air-using-a-rich-text-editor-tinymce-tutorial/139/#comment-388</link>
		<dc:creator>byron</dc:creator>
		<pubDate>Thu, 01 May 2008 14:12:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/posts/adobe-air-using-a-rich-text-editor-tinymce-tutorial/139/#comment-388</guid>
		<description>Thanks for the heads up Jawaad.  I haven't tried to get it working in the final release of AIR.  I've made a note at the top of the post for new readers based on your comment.

Byron</description>
		<content:encoded><![CDATA[<p>Thanks for the heads up Jawaad.  I haven&#8217;t tried to get it working in the final release of AIR.  I&#8217;ve made a note at the top of the post for new readers based on your comment.</p>
<p>Byron</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jawaad</title>
		<link>http://www.whypad.com/posts/adobe-air-using-a-rich-text-editor-tinymce-tutorial/139/#comment-387</link>
		<dc:creator>Jawaad</dc:creator>
		<pubDate>Thu, 01 May 2008 06:56:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/posts/adobe-air-using-a-rich-text-editor-tinymce-tutorial/139/#comment-387</guid>
		<description>Hey Byron,

Thanks for sharing your code - I was looking into doing this myself, but it looks like your code no longer works in the newest version of Air :-(  I tried messing around with the config files but all it produces is this:

TypeError: Undefined value
getContent at app:/example.html : 36
getContent at app:/example.html : 36
getContent at app:/example.html : 36
getContent at app:/example.html : 36
showContent at app:/example.html : 41
showContent at app:/example.html : 41
showContent at app:/example.html : 41
onclick at app:/example.html : 50

I'm going to see about what I can do to fix it but I just thought I'd give you the heads up...</description>
		<content:encoded><![CDATA[<p>Hey Byron,</p>
<p>Thanks for sharing your code - I was looking into doing this myself, but it looks like your code no longer works in the newest version of Air <img src='http://www.whypad.com/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' />  I tried messing around with the config files but all it produces is this:</p>
<p>TypeError: Undefined value<br />
getContent at app:/example.html : 36<br />
getContent at app:/example.html : 36<br />
getContent at app:/example.html : 36<br />
getContent at app:/example.html : 36<br />
showContent at app:/example.html : 41<br />
showContent at app:/example.html : 41<br />
showContent at app:/example.html : 41<br />
onclick at app:/example.html : 50</p>
<p>I&#8217;m going to see about what I can do to fix it but I just thought I&#8217;d give you the heads up&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: byron</title>
		<link>http://www.whypad.com/posts/adobe-air-using-a-rich-text-editor-tinymce-tutorial/139/#comment-386</link>
		<dc:creator>byron</dc:creator>
		<pubDate>Mon, 28 Apr 2008 16:13:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.whypad.com/posts/adobe-air-using-a-rich-text-editor-tinymce-tutorial/139/#comment-386</guid>
		<description>Hi Tom,

Glad that helped.  I spent hours trying to get TinyMCE going back in October.  I haven't tried to get v. 3.x working yet.  I'm sure that Adobe AIR and TinyMCE have both come along ways since October, so hopefully they've ironed out some of the problems I was having.

Best regards,
Byron</description>
		<content:encoded><![CDATA[<p>Hi Tom,</p>
<p>Glad that helped.  I spent hours trying to get TinyMCE going back in October.  I haven&#8217;t tried to get v. 3.x working yet.  I&#8217;m sure that Adobe AIR and TinyMCE have both come along ways since October, so hopefully they&#8217;ve ironed out some of the problems I was having.</p>
<p>Best regards,<br />
Byron</p>
]]></content:encoded>
	</item>
</channel>
</rss>
