<?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 Sönke Rohde</title>
	<atom:link href="http://soenkerohde.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://soenkerohde.com</link>
	<description>Flash Platform (Flash, Flex, AIR) thoughts and examples</description>
	<lastBuildDate>Fri, 03 Feb 2012 00:09:04 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.1</generator>
	<item>
		<title>Comment on AIR Mobile StageWebView UIComponent by Brandon</title>
		<link>http://soenkerohde.com/2010/11/air-mobile-stagewebview-uicomponent/comment-page-1/#comment-29725</link>
		<dc:creator>Brandon</dc:creator>
		<pubDate>Fri, 03 Feb 2012 00:09:04 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=995#comment-29725</guid>
		<description>Jeremy, i&#039;ve done all of those steps, but had no luck.  I still have a white box on all devices over 3.0

I extracted the .apk and opened the xml, it isn&#039;t leaving the hardware acceleration setting in the xml.

Can you elaborate on what you did?</description>
		<content:encoded><![CDATA[<p>Jeremy, i&#8217;ve done all of those steps, but had no luck.  I still have a white box on all devices over 3.0</p>
<p>I extracted the .apk and opened the xml, it isn&#8217;t leaving the hardware acceleration setting in the xml.</p>
<p>Can you elaborate on what you did?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Playing local files with AIR by Jesse</title>
		<link>http://soenkerohde.com/2008/06/playing-local-files-with-air/comment-page-1/#comment-29724</link>
		<dc:creator>Jesse</dc:creator>
		<pubDate>Thu, 02 Feb 2012 16:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=205#comment-29724</guid>
		<description>I have the exact same question as Adam.  I&#039;m guessing this is just Apple sticking it to Adobe again.  I&#039;d rather not use the StageWebView even if I could get it to work. Apparently that automatically gets you an over 17 rating if you were going to submit to the Apple (App Store).</description>
		<content:encoded><![CDATA[<p>I have the exact same question as Adam.  I&#8217;m guessing this is just Apple sticking it to Adobe again.  I&#8217;d rather not use the StageWebView even if I could get it to work. Apparently that automatically gets you an over 17 rating if you were going to submit to the Apple (App Store).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Twitter AS3 OAuth Lib with Flex 4 example by Sönke</title>
		<link>http://soenkerohde.com/2010/01/twitter-as3-oauth-lib-with-flex-4-example/comment-page-1/#comment-29723</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Mon, 30 Jan 2012 21:47:01 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=813#comment-29723</guid>
		<description>Donny, sorry, but I don&#039;t have time to work on an update.</description>
		<content:encoded><![CDATA[<p>Donny, sorry, but I don&#8217;t have time to work on an update.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Twitter AS3 OAuth Lib with Flex 4 example by Donny</title>
		<link>http://soenkerohde.com/2010/01/twitter-as3-oauth-lib-with-flex-4-example/comment-page-1/#comment-29722</link>
		<dc:creator>Donny</dc:creator>
		<pubDate>Mon, 30 Jan 2012 10:14:51 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=813#comment-29722</guid>
		<description>Can&#039;t get it to function, I keep getting a stream error..
Where and how should i add the request.url+= &quot;&amp;oauth_version=1.0&quot;;?
For now I&#039;ve added it straight into the getParameters function like this:

for (var param:String in _requestParams) {
	aParams.push(param + &quot;=&quot; + URLEncoding.encode(_requestParams[param].toString()));
}
aParams.push(&quot;oauth_version=1.0&quot;);

Any chance this article might get an update?</description>
		<content:encoded><![CDATA[<p>Can&#8217;t get it to function, I keep getting a stream error..<br />
Where and how should i add the request.url+= &#8220;&amp;oauth_version=1.0&#8243;;?<br />
For now I&#8217;ve added it straight into the getParameters function like this:</p>
<p>for (var param:String in _requestParams) {<br />
	aParams.push(param + &#8220;=&#8221; + URLEncoding.encode(_requestParams[param].toString()));<br />
}<br />
aParams.push(&#8220;oauth_version=1.0&#8243;);</p>
<p>Any chance this article might get an update?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Playing local files with AIR by Adam</title>
		<link>http://soenkerohde.com/2008/06/playing-local-files-with-air/comment-page-1/#comment-29606</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Sat, 14 Jan 2012 03:55:40 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=205#comment-29606</guid>
		<description>I was wondering if you have any experience loading local PDF files into an AIR application.  I am using AIR 3.1 for iOS.  I have got the local PDF to load using the StageWebView class, however I would prefer to load the PDF in the native application to the device, which could be the Safari browser or Adobe Reader, etc.  Any insight into this would be greatly appreciated.

Thanks.</description>
		<content:encoded><![CDATA[<p>I was wondering if you have any experience loading local PDF files into an AIR application.  I am using AIR 3.1 for iOS.  I have got the local PDF to load using the StageWebView class, however I would prefer to load the PDF in the native application to the device, which could be the Safari browser or Adobe Reader, etc.  Any insight into this would be greatly appreciated.</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Flex Image control as Button by sujendra</title>
		<link>http://soenkerohde.com/2008/05/flex-image-control-as-button/comment-page-1/#comment-29591</link>
		<dc:creator>sujendra</dc:creator>
		<pubDate>Tue, 10 Jan 2012 10:20:51 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=193#comment-29591</guid>
		<description>Hi,


Can we make this possible through only action script? 

is it possible to display an image using actionScript?

Thanks</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Can we make this possible through only action script? </p>
<p>is it possible to display an image using actionScript?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Twitter AS3 OAuth Lib with Flex 4 example by Shawn</title>
		<link>http://soenkerohde.com/2010/01/twitter-as3-oauth-lib-with-flex-4-example/comment-page-1/#comment-29580</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Fri, 06 Jan 2012 22:09:37 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=813#comment-29580</guid>
		<description>Extremely helpful writeup! Real life save for me.

I was getting 2032 Stream Errors, but request.url += &quot;&amp;oauth_version=1.0&quot;; did the trick :)

Thanks to Bryan for that post or I would&#039;ve been stuck!</description>
		<content:encoded><![CDATA[<p>Extremely helpful writeup! Real life save for me.</p>
<p>I was getting 2032 Stream Errors, but request.url += &#8220;&amp;oauth_version=1.0&#8243;; did the trick <img src='http://soenkerohde.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Thanks to Bryan for that post or I would&#8217;ve been stuck!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on AIR Mobile StageWebView UIComponent by Jeremy</title>
		<link>http://soenkerohde.com/2010/11/air-mobile-stagewebview-uicomponent/comment-page-1/#comment-29579</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Fri, 06 Jan 2012 15:36:11 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=995#comment-29579</guid>
		<description>@Darkriderdesign

I had the same issue as you. I found the answer here: http://help.adobe.com/en_US/air/build/WSfffb011ac560372f-5d0f4f25128cc9cd0cb-7ffc.html in the section &quot;Enabling Flash Player and other plug-ins in a StageWebView object&quot;. It tells you how to build against Android 3.</description>
		<content:encoded><![CDATA[<p>@Darkriderdesign</p>
<p>I had the same issue as you. I found the answer here: <a href="http://help.adobe.com/en_US/air/build/WSfffb011ac560372f-5d0f4f25128cc9cd0cb-7ffc.html" rel="nofollow">http://help.adobe.com/en_US/air/build/WSfffb011ac560372f-5d0f4f25128cc9cd0cb-7ffc.html</a> in the section &#8220;Enabling Flash Player and other plug-ins in a StageWebView object&#8221;. It tells you how to build against Android 3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CoffeeScript with Sublime Text by Sönke</title>
		<link>http://soenkerohde.com/2011/11/coffeescript-with-sublime-text/comment-page-1/#comment-29550</link>
		<dc:creator>Sönke</dc:creator>
		<pubDate>Tue, 27 Dec 2011 12:59:40 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=1047#comment-29550</guid>
		<description>Monsier le Prophete, sorry for missing VIM ;)
CoffeeScript is a productivity gain and beauty of the language helps with readability too I think. Also less code -&gt; less bugs.
One thing I would like to see is a strict flag to compile time detect access to non-existent fields.</description>
		<content:encoded><![CDATA[<p>Monsier le Prophete, sorry for missing VIM <img src='http://soenkerohde.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
CoffeeScript is a productivity gain and beauty of the language helps with readability too I think. Also less code -&gt; less bugs.<br />
One thing I would like to see is a strict flag to compile time detect access to non-existent fields.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on CoffeeScript with Sublime Text by Didier Prophete</title>
		<link>http://soenkerohde.com/2011/11/coffeescript-with-sublime-text/comment-page-1/#comment-29539</link>
		<dc:creator>Didier Prophete</dc:creator>
		<pubDate>Thu, 22 Dec 2011 07:09:18 +0000</pubDate>
		<guid isPermaLink="false">http://soenkerohde.com/?p=1047#comment-29539</guid>
		<description>Herr Sönke, ich bin very disappointed: how could you write about editing source code without mentioning the greatest text editor of all: VIM !! :-) Ok, ok, to be fair, the &#039;minimap&#039; view of Sublime Text is pretty awesome, I have to admit.  it&#039;s actually good to see some innovation on the text editing front. 

Glad to see you are trying coffeescript. In my new startup, we are using it all over the place and it is such a step up from standard javascript. Definitely a huge productivity gain (and I wasn&#039;t kidding: VIM is great at editing coffescript once you have added a few plugins: I personally recommend &#039;Syntastic&#039; and &#039;vim-coffee-script&#039;)

Oh, and the link to &#039;Sublime Text&#039; is broken in your post...</description>
		<content:encoded><![CDATA[<p>Herr Sönke, ich bin very disappointed: how could you write about editing source code without mentioning the greatest text editor of all: VIM !! <img src='http://soenkerohde.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Ok, ok, to be fair, the &#8216;minimap&#8217; view of Sublime Text is pretty awesome, I have to admit.  it&#8217;s actually good to see some innovation on the text editing front. </p>
<p>Glad to see you are trying coffeescript. In my new startup, we are using it all over the place and it is such a step up from standard javascript. Definitely a huge productivity gain (and I wasn&#8217;t kidding: VIM is great at editing coffescript once you have added a few plugins: I personally recommend &#8216;Syntastic&#8217; and &#8216;vim-coffee-script&#8217;)</p>
<p>Oh, and the link to &#8216;Sublime Text&#8217; is broken in your post&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

