<?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 dasflash</title>
	<atom:link href="http://dasflash.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://dasflash.com</link>
	<description>Flex, AIR &#38; the Flux of Flash</description>
	<lastBuildDate>Sun, 18 Jul 2010 12:25:30 -0400</lastBuildDate>
	
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on SoundCloud Uploader Scup 1.0 released by Dorian</title>
		<link>http://dasflash.com/2010/04/soundcloud-uploader-scup-1-0-released/comment-page-1/#comment-232</link>
		<dc:creator>Dorian</dc:creator>
		<pubDate>Sun, 18 Jul 2010 12:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=208#comment-232</guid>
		<description>@B
Sure, I&#039;ll put it on github in the next days

Edit: The code is now available: http://github.com/dasflash/Scup</description>
		<content:encoded><![CDATA[<p>@B<br />
Sure, I&#8217;ll put it on github in the next days</p>
<p>Edit: The code is now available: <a href="http://github.com/dasflash/Scup" rel="nofollow">http://github.com/dasflash/Scup</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SoundCloud Uploader Scup 1.0 released by B</title>
		<link>http://dasflash.com/2010/04/soundcloud-uploader-scup-1-0-released/comment-page-1/#comment-230</link>
		<dc:creator>B</dc:creator>
		<pubDate>Sun, 18 Jul 2010 02:57:51 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=208#comment-230</guid>
		<description>Is there any chance of getting the source for Scup? I want to build a more specialised app that operates in a similar way, but have not been able to find the information I need.</description>
		<content:encoded><![CDATA[<p>Is there any chance of getting the source for Scup? I want to build a more specialised app that operates in a similar way, but have not been able to find the information I need.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updates to the SoundCloud AS3 API by Dorian</title>
		<link>http://dasflash.com/2009/09/updates-to-the-soundcloud-as3-api/comment-page-1/#comment-219</link>
		<dc:creator>Dorian</dc:creator>
		<pubDate>Wed, 19 May 2010 15:09:40 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=85#comment-219</guid>
		<description>@Sam
Sandbox is a complete SoundCloud system for testing purposes only. So you have to register your app there separately:
http://sandbox-soundcloud.com/you/apps/new

And you will get a different consumer key/secret code for that server, too. It&#039;s a bit confusing first, I know ;)</description>
		<content:encoded><![CDATA[<p>@Sam<br />
Sandbox is a complete SoundCloud system for testing purposes only. So you have to register your app there separately:<br />
<a href="http://sandbox-soundcloud.com/you/apps/new" rel="nofollow">http://sandbox-soundcloud.com/you/apps/new</a></p>
<p>And you will get a different consumer key/secret code for that server, too. It&#8217;s a bit confusing first, I know ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updates to the SoundCloud AS3 API by Sam</title>
		<link>http://dasflash.com/2009/09/updates-to-the-soundcloud-as3-api/comment-page-1/#comment-218</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 19 May 2010 14:56:07 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=85#comment-218</guid>
		<description>@Dorian
Thanks for the update, it explains a lot. I&#039;ve registered my application, but I still can&#039;t connect to the Sandbox server, even with the consumer key and consumer secret supplied. Do I need to register my application on the sandbox as well? I&#039;m not quite sure the difference between http://www.soundcloud.com and http://sandbox-soundcloud.com/ - can you clear it up?

Thanks.</description>
		<content:encoded><![CDATA[<p>@Dorian<br />
Thanks for the update, it explains a lot. I&#8217;ve registered my application, but I still can&#8217;t connect to the Sandbox server, even with the consumer key and consumer secret supplied. Do I need to register my application on the sandbox as well? I&#8217;m not quite sure the difference between <a href="http://www.soundcloud.com" rel="nofollow">http://www.soundcloud.com</a> and <a href="http://sandbox-soundcloud.com/" rel="nofollow">http://sandbox-soundcloud.com/</a> &#8211; can you clear it up?</p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updates to the SoundCloud AS3 API by Dorian</title>
		<link>http://dasflash.com/2009/09/updates-to-the-soundcloud-as3-api/comment-page-1/#comment-204</link>
		<dc:creator>Dorian</dc:creator>
		<pubDate>Mon, 17 May 2010 16:57:48 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=85#comment-204</guid>
		<description>@Sam
Just found out that SoundCloud has rolled out a new authentication policy on their sandbox-server on friday. They&#039;re not accepting calls to public resources without a consumer key anymore. The production server still works without a key though. So if you change your client to use the production server, everything should be fine. Just set the fourth argument to false:
new SoundcloudClient(&quot;&quot;,&quot;&quot;,null,false);

But to be ready when they roll this out on the live system, you should register your app now and get a consumer key. Read more about it here:
http://groups.google.com/group/soundcloudapi/browse_thread/thread/a6d05b7bf4d64a3f/bcdb595d73bf1ee3

Thanks for pointing this out! I&#039;ll update the post now.</description>
		<content:encoded><![CDATA[<p>@Sam<br />
Just found out that SoundCloud has rolled out a new authentication policy on their sandbox-server on friday. They&#8217;re not accepting calls to public resources without a consumer key anymore. The production server still works without a key though. So if you change your client to use the production server, everything should be fine. Just set the fourth argument to false:<br />
new SoundcloudClient(&#8221;",&#8221;",null,false);</p>
<p>But to be ready when they roll this out on the live system, you should register your app now and get a consumer key. Read more about it here:<br />
<a href="http://groups.google.com/group/soundcloudapi/browse_thread/thread/a6d05b7bf4d64a3f/bcdb595d73bf1ee3" rel="nofollow">http://groups.google.com/group/soundcloudapi/browse_thread/thread/a6d05b7bf4d64a3f/bcdb595d73bf1ee3</a></p>
<p>Thanks for pointing this out! I&#8217;ll update the post now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updates to the SoundCloud AS3 API by Sam</title>
		<link>http://dasflash.com/2009/09/updates-to-the-soundcloud-as3-api/comment-page-1/#comment-203</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Mon, 17 May 2010 11:54:26 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=85#comment-203</guid>
		<description>@Dorian
The URL works fine, it brings up the correct XML page. I get the following error in flash:

http://api.sandbox-soundcloud.com/users/***/tracks.xml?oauth_consumer_key=&amp;oauth_nonce=***&amp;oauth_signature=***&amp;oauth_signature_method=HMAC-SHA1&amp;oauth_timestamp=1274096951

NB - I&#039;m not sure how important the information is in that URL so just to be certain I starred it out. When I attempt to go that URL I get an XML page that says 401-Unauthorized.

Any ideas what might be going wrong?</description>
		<content:encoded><![CDATA[<p>@Dorian<br />
The URL works fine, it brings up the correct XML page. I get the following error in flash:</p>
<p><a href="http://api.sandbox-soundcloud.com/users/" rel="nofollow">http://api.sandbox-soundcloud.com/users/</a>***/tracks.xml?oauth_consumer_key=&amp;oauth_nonce=***&amp;oauth_signature=***&amp;oauth_signature_method=HMAC-SHA1&amp;oauth_timestamp=1274096951</p>
<p>NB &#8211; I&#8217;m not sure how important the information is in that URL so just to be certain I starred it out. When I attempt to go that URL I get an XML page that says 401-Unauthorized.</p>
<p>Any ideas what might be going wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updates to the SoundCloud AS3 API by Dorian</title>
		<link>http://dasflash.com/2009/09/updates-to-the-soundcloud-as3-api/comment-page-1/#comment-194</link>
		<dc:creator>Dorian</dc:creator>
		<pubDate>Fri, 14 May 2010 13:56:42 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=85#comment-194</guid>
		<description>@Sam
check if you get a valid response when you copy the URL in your browser address bar, to make sure that you use the correct URL
e.g. http://soundcloud.com/users/yourUserName/tracks
If your browser displays a blank page, check the source code of the page because the browser might not display XML code.
If that works but you still get the error in Flash, please post your code here or send it to me via email (dori@nroy.de)</description>
		<content:encoded><![CDATA[<p>@Sam<br />
check if you get a valid response when you copy the URL in your browser address bar, to make sure that you use the correct URL<br />
e.g. <a href="http://soundcloud.com/users/yourUserName/tracks" rel="nofollow">http://soundcloud.com/users/yourUserName/tracks</a><br />
If your browser displays a blank page, check the source code of the page because the browser might not display XML code.<br />
If that works but you still get the error in Flash, please post your code here or send it to me via email (dori@nroy.de)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updates to the SoundCloud AS3 API by Sam</title>
		<link>http://dasflash.com/2009/09/updates-to-the-soundcloud-as3-api/comment-page-1/#comment-182</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 12 May 2010 16:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=85#comment-182</guid>
		<description>I&#039;m trying to just use the public method to grab some tracks from my user account. So I&#039;m not using any authorisation. 

I&#039;m using essentially the same code snippet as the one you provided above, however I am getting a Error #2032: Stream Error. Can you advise as to why this might be happening?</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to just use the public method to grab some tracks from my user account. So I&#8217;m not using any authorisation. </p>
<p>I&#8217;m using essentially the same code snippet as the one you provided above, however I am getting a Error #2032: Stream Error. Can you advise as to why this might be happening?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SoundCloud Uploader Scup 1.0 released by Dorian</title>
		<link>http://dasflash.com/2010/04/soundcloud-uploader-scup-1-0-released/comment-page-1/#comment-121</link>
		<dc:creator>Dorian</dc:creator>
		<pubDate>Fri, 30 Apr 2010 10:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=208#comment-121</guid>
		<description>I don&#039;t write anything to the ID3-tags. The downloadable file is not changed in Scup and not by SoundCloud either. 

But writing the common fields to the ID3-tags is a good idea! I already thought about reading existing ID3-tags to pre-fill the fields in Scup.

I think I&#039;ll set up a uservoice forum for Scup so you can post feature requests and bugs easily and visible to everybody else. Hope to find some time for that soon.</description>
		<content:encoded><![CDATA[<p>I don&#8217;t write anything to the ID3-tags. The downloadable file is not changed in Scup and not by SoundCloud either. </p>
<p>But writing the common fields to the ID3-tags is a good idea! I already thought about reading existing ID3-tags to pre-fill the fields in Scup.</p>
<p>I think I&#8217;ll set up a uservoice forum for Scup so you can post feature requests and bugs easily and visible to everybody else. Hope to find some time for that soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on SoundCloud Uploader Scup 1.0 released by Lars</title>
		<link>http://dasflash.com/2010/04/soundcloud-uploader-scup-1-0-released/comment-page-1/#comment-120</link>
		<dc:creator>Lars</dc:creator>
		<pubDate>Fri, 30 Apr 2010 10:18:52 +0000</pubDate>
		<guid isPermaLink="false">http://dasflash.com/?p=208#comment-120</guid>
		<description>Just curious: if I upload a bare (id-tagless) mp3 with this one, set all details with Scup and then clear it as a download, will the user get a copy with all those settings embedded?

It looks great, by the way!</description>
		<content:encoded><![CDATA[<p>Just curious: if I upload a bare (id-tagless) mp3 with this one, set all details with Scup and then clear it as a download, will the user get a copy with all those settings embedded?</p>
<p>It looks great, by the way!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
