<?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 on: AS3 &amp; bit.ly the URL shortener</title>
	<atom:link href="http://www.codingcolor.com/as3/as3-bit-ly-the-url-shortener/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codingcolor.com/as3/as3-bit-ly-the-url-shortener/</link>
	<description>is Manuel Gonzalez</description>
	<lastBuildDate>Fri, 20 Jan 2012 11:45:22 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: admin</title>
		<link>http://www.codingcolor.com/as3/as3-bit-ly-the-url-shortener/comment-page-1/#comment-1283</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Fri, 18 Nov 2011 19:31:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingcolor.com/?p=2195#comment-1283</guid>
		<description>Hi James,
Are you getting back a valid shorten URL from Bitly? Add a trace statement in the Bitly class in the handleBitlyComplete method, to make sure you are getting a response from the Bitly server. ALSO, flash will not allow you to spawn a URL call with out an explicit button press.

Manuel</description>
		<content:encoded><![CDATA[<p>Hi James,<br />
Are you getting back a valid shorten URL from Bitly? Add a trace statement in the Bitly class in the handleBitlyComplete method, to make sure you are getting a response from the Bitly server. ALSO, flash will not allow you to spawn a URL call with out an explicit button press.</p>
<p>Manuel</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://www.codingcolor.com/as3/as3-bit-ly-the-url-shortener/comment-page-1/#comment-1282</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 17 Nov 2011 18:31:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingcolor.com/?p=2195#comment-1282</guid>
		<description>This is awesome. I&#039;m having a little problem though.  I have a button that i&#039;m setting up so that when clicked, it navigates to the following url : http://twitter.com/home?status= and within the status query, it should have the short url.  My button click function looks like this:

_bitly.shortenUrl(http://www.url_i_wanna_shorten.com);
_bitly.addEventListener(Event.COMPLETE, bitlyCompleteHandeler,false, 0, true);

then in my bitlyCompleteHandeler function i have:

_bitly.removeEventListener(Event.COMPLETE,bitlyCompleteHandeler);
_shortUrl = _bitly.shortUrl;
			
bitlyUrlRequest = new URLRequest(&quot;http://twitter.com/home?status=&quot; + _shortUrl);
navigateToURL(bitlyUrlRequest, &quot;_blank&quot;);

I don&#039;t even make it to the bitlyCompleteHandeler function so i don&#039;t even know if the code there works.  Any ideas on what I&#039;m doing wrong?</description>
		<content:encoded><![CDATA[<p>This is awesome. I&#8217;m having a little problem though.  I have a button that i&#8217;m setting up so that when clicked, it navigates to the following url : <a href="http://twitter.com/home?status" rel="nofollow">http://twitter.com/home?status</a>= and within the status query, it should have the short url.  My button click function looks like this:</p>
<p>_bitly.shortenUrl(http://www.url_i_wanna_shorten.com);<br />
_bitly.addEventListener(Event.COMPLETE, bitlyCompleteHandeler,false, 0, true);</p>
<p>then in my bitlyCompleteHandeler function i have:</p>
<p>_bitly.removeEventListener(Event.COMPLETE,bitlyCompleteHandeler);<br />
_shortUrl = _bitly.shortUrl;</p>
<p>bitlyUrlRequest = new URLRequest(&#8220;http://twitter.com/home?status=&#8221; + _shortUrl);<br />
navigateToURL(bitlyUrlRequest, &#8220;_blank&#8221;);</p>
<p>I don&#8217;t even make it to the bitlyCompleteHandeler function so i don&#8217;t even know if the code there works.  Any ideas on what I&#8217;m doing wrong?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gemBONG</title>
		<link>http://www.codingcolor.com/as3/as3-bit-ly-the-url-shortener/comment-page-1/#comment-1276</link>
		<dc:creator>gemBONG</dc:creator>
		<pubDate>Fri, 30 Sep 2011 02:48:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingcolor.com/?p=2195#comment-1276</guid>
		<description>I didn&#039;t know how i found you site. But swear, I&#039;m so using your Bitly class. Thank you berymuch.</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t know how i found you site. But swear, I&#8217;m so using your Bitly class. Thank you berymuch.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: TinyURL API &#171; a_[w] блог</title>
		<link>http://www.codingcolor.com/as3/as3-bit-ly-the-url-shortener/comment-page-1/#comment-1220</link>
		<dc:creator>TinyURL API &#171; a_[w] блог</dc:creator>
		<pubDate>Sun, 13 Mar 2011 13:55:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingcolor.com/?p=2195#comment-1220</guid>
		<description>[...] AS3 &amp; bit.ly the URL shortener [...]</description>
		<content:encoded><![CDATA[<p>[...] AS3 &amp; bit.ly the URL shortener [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Henrik</title>
		<link>http://www.codingcolor.com/as3/as3-bit-ly-the-url-shortener/comment-page-1/#comment-437</link>
		<dc:creator>Henrik</dc:creator>
		<pubDate>Sat, 24 Jul 2010 17:25:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingcolor.com/?p=2195#comment-437</guid>
		<description>Great writeup, I&#039;m going to use your bit.ly and serialization classes and wrap my own design around the functionality. Worked a treat!</description>
		<content:encoded><![CDATA[<p>Great writeup, I&#8217;m going to use your bit.ly and serialization classes and wrap my own design around the functionality. Worked a treat!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.codingcolor.com/as3/as3-bit-ly-the-url-shortener/comment-page-1/#comment-327</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Thu, 20 May 2010 04:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.codingcolor.com/?p=2195#comment-327</guid>
		<description>found your site on del.icio.us today and really liked it.. i bookmarked it and will be back to check it out some more later</description>
		<content:encoded><![CDATA[<p>found your site on del.icio.us today and really liked it.. i bookmarked it and will be back to check it out some more later</p>
]]></content:encoded>
	</item>
</channel>
</rss>

