<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" 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/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>XuroqFlash</title>
	
	<link>http://xuroqflash.com</link>
	<description />
	<lastBuildDate>Wed, 23 Dec 2009 19:10:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/xuroqflash" /><feedburner:info uri="xuroqflash" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>xuroqflash</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Flash Tutorial: Displaying Tweets in Flash</title>
		<link>http://feedproxy.google.com/~r/xuroqflash/~3/Ndlo_8wtCSc/</link>
		<comments>http://xuroqflash.com/2009/12/flash-tutorial-displaying-tweets-in-flash/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 19:10:57 +0000</pubDate>
		<dc:creator>Tom Parsons</dc:creator>
				<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://xuroqflash.com/?p=551</guid>
		<description><![CDATA[Using XML data from a Twitter feed, it is very easy to set up a Flash app to simply display your latest Tweet. With Twitter becoming an ever more powerful tool to spread information with, it has never been more important to display Tweets on a website. Now you will be able to do it through Flash.]]></description>
			<content:encoded><![CDATA[<p>Using XML data from a Twitter feed, it is very easy to set up a Flash app to simply display your latest Tweet. With Twitter becoming an ever more powerful tool to spread information with, it has never been more important to display Tweets on a website. Now you will be able to do it through Flash.</p>
<div id="tutorial-goto"><a href="http://xuroqflash.com/2009/12/view-your-latest-tweets-in-flash/"><img style="border: none;" src="http://xuroqflash.com/pictures/demo.jpg" /></a><a href="http://xuroqflash.com/files/latest-tweets-in-flash.zip"><img style="border: none;" src="http://xuroqflash.com/pictures/source.jpg" /></a></div>
<h5>Step 1: Prepare the Background</h5>
<p>Lets start out by designing a simple background for your Tweets to sit in. Include some text and an icon to show where users could click to view the whole of your Twitter feed.</p>
<p>Here&#8217;s the image I used for my background. The PSD can be found with the source files. Feel free to use this or create one of your own. The dimensions we will be using for this Flash file will be 500 x 425.</p>
<p><center><img class="img-shadow" src="http://xuroqflash.com/wp-content/uploads/2009/12/latest-tweet-in-flash.jpg" width="500" height="425" /></center></p>
<h5>Step 2: Setting Up the Main Flash File the Follow Button</h5>
<p>OK, so we&#8217;re going to open up a new Flash document and be using Actionscript 3.</p>
<p><center><img class="img-shadow" src="http://xuroqflash.com/wp-content/uploads/2009/12/create-as3.jpg" width="340" height="190" /></center></p>
<p>Once that&#8217;s open set the stage dimensions to 500 x 425, and then import your lovely background onto the centre of the stage.</p>
<p>We now need to turn the text where you said we could go to your Twitter page, actually into a button.<br />
So lets start by creating a new layer, Insert &gt; Timeline &gt; Layer. Then using the rectangle tool draw a rectangle of where you want your button to be. Convert this shape into a Symbol &gt; Button and turn the alpha down to 0%. The button should now be invisible and look something like this.</p>
<p><center><img class="img-shadow" src="http://xuroqflash.com/wp-content/uploads/2009/12/invisible-button.jpg" alt="" width="274" height="124" /></center></p>
<p>If you preview the Flash document now you should see the mouse turn into a hand where the button is, but nothing will happen when you click on it.</p>
<h5>Step 3: Adding Some Actions to the &#8216;Follow&#8217; Button</h5>
<p>Give the new button an instance name of &#8216;follow&#8217; and then create a new layer for our actionscript to sit on. Within this new layer open up the Actionscript panel and input this:</p>
<div class="codecolorer-container actionscript3 mac-classic" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:100%;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br /></div></td><td><div class="actionscript3 codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #339966; font-weight: bold;">function</span> subscribeLink<span style="color: #000000;">&#40;</span>event<span style="color: #000066; font-weight: bold;">:</span><a href="http://www.google.com/search?q=mouseevent%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:mouseevent.html"><span style="color: #004993;">MouseEvent</span></a><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #0033ff; font-weight: bold;">void</span><br />
<span style="color: #000000;">&#123;</span> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #009900; font-style: italic;">//Insert your own Twitter Link</span><br />
<span style="color: #6699cc; font-weight: bold;">var</span> URL<span style="color: #000066; font-weight: bold;">:</span><a href="http://www.google.com/search?q=urlrequest%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:urlrequest.html"><span style="color: #004993;">URLRequest</span></a> = <span style="color: #0033ff; font-weight: bold;">new</span> <a href="http://www.google.com/search?q=urlrequest%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:urlrequest.html"><span style="color: #004993;">URLRequest</span></a><span style="color: #000000;">&#40;</span><span style="color: #990000;">&quot;http://twitter.com/xuroqflash&quot;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
<span style="color: #004993;">navigateToURL</span><span style="color: #000000;">&#40;</span>URL<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
<span style="color: #000000;">&#125;</span><br />
<br />
follow<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">addEventListener</span><span style="color: #000000;">&#40;</span><a href="http://www.google.com/search?q=mouseevent%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:mouseevent.html"><span style="color: #004993;">MouseEvent</span></a><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">CLICK</span><span style="color: #000066; font-weight: bold;">,</span> subscribeLink<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span></div></td></tr></tbody></table></div>
<p>This creates a new function that will navigate to the Twitter page and an event listener that will check to see when the button has been clicked.<br />
Preview you flash file now (Ctrl/Mac + Enter) and when the invisible button is clicked, it should take you to the desired web page.</p>
<h5>Step 4: Setting Up Where Your Tweets Will Sit</h5>
<p>Now to get down to what this tutorial is really about, displaying your latest Tweet in Flash. First up, lets create another new layer. Then create a text box where you want your latest Tweet to sit. Within the text box write something along the lines of &#8216;Loading Twitter Status&#8217;. This text will be displayed while your Twitter post is loading. Feel free to customise the font type, colour and size.<br />
You should now have something like this:</p>
<p><center><img class="img-shadow" src="http://xuroqflash.com/wp-content/uploads/2009/12/tweets-box.jpg"width="250" height="152" /></center></p>
<p>Give the text box you just created an instance name of &#8216;twitter_txt&#8217;.</p>
<h5>Step 5: PHP in a Flash Tutorial?</h5>
<p>Yes unfortunately so. Due to the security restrictions in Flash it is not possible to grab data from an external domain, so you have do use a PHP file to do it for you. Simply create a new PHP file in your favourite text editor and input this code, replacing &#8216;xuroqflash&#8217; with your Twitter ID:</p>
<div class="codecolorer-container php mac-classic" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:100%;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br /></div></td><td><div class="php codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #000000; font-weight: bold;">&lt;?php</span><br />
<span style="color: #000088;">$dataURL</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;http://twitter.com/statuses/user_timeline/xuroqflash.xml&quot;</span><span style="color: #339933;">;</span><br />
<br />
<a href="http://www.php.net/readfile"><span style="color: #990000;">readfile</span></a><span style="color: #009900;">&#40;</span><span style="color: #000088;">$dataURL</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span><br />
<br />
<span style="color: #000000; font-weight: bold;">?&gt;</span></div></td></tr></tbody></table></div>
<p>Call the file &#8216;latest-tweets-in-flash.php&#8217;, and save it in the same directory as your .Fla file. There is also a PHP file located in the source files if you are having trouble.</p>
<h5>Step 6: Starting the Actionscript File to Show Tweets</h5>
<p>We are going to put all the Actionscript code for the Tweets in its own file. So go ahead and create a new Actionscript document.</p>
<p><center><img class="img-shadow" src="http://xuroqflash.com/wp-content/uploads/2009/12/create-as.jpg" alt="" width="340" height="195" /></center></p>
<p>Now for the code. First off we need to start the package and import all the classes that we will be using. The package keyword allows you to organize your code into groups that can be imported by other scripts.</p>
<div class="codecolorer-container actionscript3 mac-classic" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:100%;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br /></div></td><td><div class="actionscript3 codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #9900cc; font-weight: bold;">package</span><br />
<span style="color: #000000;">&#123;</span><br />
<span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.display</span><span style="color: #000066; font-weight: bold;">.</span><a href="http://www.google.com/search?q=movieclip%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:movieclip.html"><span style="color: #004993;">MovieClip</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
<span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.events</span><span style="color: #000066; font-weight: bold;">.</span><a href="http://www.google.com/search?q=event%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:event.html"><span style="color: #004993;">Event</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
<span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.net</span><span style="color: #000066; font-weight: bold;">.</span><a href="http://www.google.com/search?q=urlloader%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:urlloader.html"><span style="color: #004993;">URLLoader</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
<span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.text</span><span style="color: #000066; font-weight: bold;">.</span><a href="http://www.google.com/search?q=textfield%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:textfield.html"><span style="color: #004993;">TextField</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
<span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.text</span><span style="color: #000066; font-weight: bold;">.</span><a href="http://www.google.com/search?q=textfieldautosize%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:textfieldautosize.html"><span style="color: #004993;">TextFieldAutoSize</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
<span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.net</span><span style="color: #000066; font-weight: bold;">.</span><a href="http://www.google.com/search?q=urlloader%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:urlloader.html"><span style="color: #004993;">URLLoader</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
<span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.net</span><span style="color: #000066; font-weight: bold;">.</span><a href="http://www.google.com/search?q=urlrequest%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:urlrequest.html"><span style="color: #004993;">URLRequest</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
<span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.events</span><span style="color: #000066; font-weight: bold;">.</span><a href="http://www.google.com/search?q=event%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:event.html"><span style="color: #004993;">Event</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
<span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.events</span><span style="color: #000066; font-weight: bold;">.</span><a href="http://www.google.com/search?q=mouseevent%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:mouseevent.html"><span style="color: #004993;">MouseEvent</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
<span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.net</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">navigateToURL</span><span style="color: #000066; font-weight: bold;">;</span><br />
<br />
&nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">public</span> <span style="color: #9900cc; font-weight: bold;">class</span> Main <span style="color: #0033ff; font-weight: bold;">extends</span> <a href="http://www.google.com/search?q=movieclip%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:movieclip.html"><span style="color: #004993;">MovieClip</span></a><br />
&nbsp; &nbsp; <span style="color: #000000;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #000000;">&#125;</span><br />
<span style="color: #000000;">&#125;</span></div></td></tr></tbody></table></div>
<h5>Step 7: Loading the Twitter XML Data</h5>
<p>Now we need to grab the Twitter feed data from the PHP file we created before. So we need to set up a new loader function to locate the PHP file and attach the XML to the Flash file.</p>
<div class="codecolorer-container actionscript3 mac-classic" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:100%;height:100%;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br /></div></td><td><div class="actionscript3 codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #9900cc; font-weight: bold;">package</span><br />
<span style="color: #000000;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.display</span><span style="color: #000066; font-weight: bold;">.</span><a href="http://www.google.com/search?q=movieclip%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:movieclip.html"><span style="color: #004993;">MovieClip</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.events</span><span style="color: #000066; font-weight: bold;">.</span><a href="http://www.google.com/search?q=event%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:event.html"><span style="color: #004993;">Event</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.net</span><span style="color: #000066; font-weight: bold;">.</span><a href="http://www.google.com/search?q=urlloader%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:urlloader.html"><span style="color: #004993;">URLLoader</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.text</span><span style="color: #000066; font-weight: bold;">.</span><a href="http://www.google.com/search?q=textfield%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:textfield.html"><span style="color: #004993;">TextField</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.text</span><span style="color: #000066; font-weight: bold;">.</span><a href="http://www.google.com/search?q=textfieldautosize%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:textfieldautosize.html"><span style="color: #004993;">TextFieldAutoSize</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.net</span><span style="color: #000066; font-weight: bold;">.</span><a href="http://www.google.com/search?q=urlloader%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:urlloader.html"><span style="color: #004993;">URLLoader</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.net</span><span style="color: #000066; font-weight: bold;">.</span><a href="http://www.google.com/search?q=urlrequest%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:urlrequest.html"><span style="color: #004993;">URLRequest</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.events</span><span style="color: #000066; font-weight: bold;">.</span><a href="http://www.google.com/search?q=event%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:event.html"><span style="color: #004993;">Event</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.events</span><span style="color: #000066; font-weight: bold;">.</span><a href="http://www.google.com/search?q=mouseevent%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:mouseevent.html"><span style="color: #004993;">MouseEvent</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.net</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">navigateToURL</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">public</span> <span style="color: #9900cc; font-weight: bold;">class</span> Main <span style="color: #0033ff; font-weight: bold;">extends</span> <a href="http://www.google.com/search?q=movieclip%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:movieclip.html"><span style="color: #004993;">MovieClip</span></a><br />
&nbsp; &nbsp; <span style="color: #000000;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">private</span> <span style="color: #6699cc; font-weight: bold;">var</span> twitterXML<span style="color: #000066; font-weight: bold;">:</span><a href="http://www.google.com/search?q=xml%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:xml.html"><span style="color: #004993;">XML</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">public</span> <span style="color: #339966; font-weight: bold;">function</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; loadTwitterXML<span style="color: #000000;">&#40;</span><span style="color: #990000;">&quot;latest-tweets-in-flash.php&quot;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#125;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">private</span> <span style="color: #339966; font-weight: bold;">function</span> loadTwitterXML<span style="color: #000000;">&#40;</span>URL<span style="color: #000066; font-weight: bold;">:</span><a href="http://www.google.com/search?q=string%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:string.html"><span style="color: #004993;">String</span></a><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #0033ff; font-weight: bold;">void</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #6699cc; font-weight: bold;">var</span> urlLoader<span style="color: #000066; font-weight: bold;">:</span><a href="http://www.google.com/search?q=urlloader%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:urlloader.html"><span style="color: #004993;">URLLoader</span></a> = <span style="color: #0033ff; font-weight: bold;">new</span> <a href="http://www.google.com/search?q=urlloader%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:urlloader.html"><span style="color: #004993;">URLLoader</span></a><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; urlLoader<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">addEventListener</span><span style="color: #000000;">&#40;</span><a href="http://www.google.com/search?q=event%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:event.html"><span style="color: #004993;">Event</span></a><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">COMPLETE</span><span style="color: #000066; font-weight: bold;">,</span> finishLoadingXML<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; urlLoader<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">load</span><span style="color: #000000;">&#40;</span><span style="color: #0033ff; font-weight: bold;">new</span> <a href="http://www.google.com/search?q=urlrequest%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:urlrequest.html"><span style="color: #004993;">URLRequest</span></a><span style="color: #000000;">&#40;</span>URL<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#125;</span><br />
&nbsp; &nbsp; <span style="color: #000000;">&#125;</span><br />
<span style="color: #000000;">&#125;</span></div></td></tr></tbody></table></div>
<h5>Step 8: Parse the Twitter XML and Send it to the Text Box</h5>
<p>Now we need to set up two new functions that will find the correct Twitter data and then display it in the text box we created earlier. So first up we tell it what to do when the Twitter feed has loaded, which in turn starts another function that will show the Twitter status in the &#8216;twitter_txt&#8217; text box.</p>
<div class="codecolorer-container actionscript3 mac-classic" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:100%;height:100%;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br />2<br />3<br />4<br />5<br />6<br />7<br />8<br />9<br />10<br />11<br />12<br />13<br />14<br />15<br />16<br />17<br />18<br />19<br />20<br />21<br />22<br />23<br />24<br />25<br />26<br />27<br />28<br />29<br />30<br />31<br />32<br />33<br />34<br />35<br />36<br />37<br />38<br />39<br />40<br />41<br />42<br />43<br />44<br />45<br />46<br />47<br />48<br /></div></td><td><div class="actionscript3 codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #9900cc; font-weight: bold;">package</span><br />
<span style="color: #000000;">&#123;</span><br />
<span style="color: #9900cc; font-weight: bold;">package</span><br />
<span style="color: #000000;">&#123;</span><br />
&nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.display</span><span style="color: #000066; font-weight: bold;">.</span><a href="http://www.google.com/search?q=movieclip%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:movieclip.html"><span style="color: #004993;">MovieClip</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.events</span><span style="color: #000066; font-weight: bold;">.</span><a href="http://www.google.com/search?q=event%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:event.html"><span style="color: #004993;">Event</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.net</span><span style="color: #000066; font-weight: bold;">.</span><a href="http://www.google.com/search?q=urlloader%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:urlloader.html"><span style="color: #004993;">URLLoader</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.text</span><span style="color: #000066; font-weight: bold;">.</span><a href="http://www.google.com/search?q=textfield%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:textfield.html"><span style="color: #004993;">TextField</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.text</span><span style="color: #000066; font-weight: bold;">.</span><a href="http://www.google.com/search?q=textfieldautosize%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:textfieldautosize.html"><span style="color: #004993;">TextFieldAutoSize</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.net</span><span style="color: #000066; font-weight: bold;">.</span><a href="http://www.google.com/search?q=urlloader%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:urlloader.html"><span style="color: #004993;">URLLoader</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.net</span><span style="color: #000066; font-weight: bold;">.</span><a href="http://www.google.com/search?q=urlrequest%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:urlrequest.html"><span style="color: #004993;">URLRequest</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.events</span><span style="color: #000066; font-weight: bold;">.</span><a href="http://www.google.com/search?q=event%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:event.html"><span style="color: #004993;">Event</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.events</span><span style="color: #000066; font-weight: bold;">.</span><a href="http://www.google.com/search?q=mouseevent%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:mouseevent.html"><span style="color: #004993;">MouseEvent</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">import</span> <span style="color: #004993;">flash.net</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">navigateToURL</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; <br />
&nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">public</span> <span style="color: #9900cc; font-weight: bold;">class</span> Main <span style="color: #0033ff; font-weight: bold;">extends</span> <a href="http://www.google.com/search?q=movieclip%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:movieclip.html"><span style="color: #004993;">MovieClip</span></a><br />
&nbsp; &nbsp; <span style="color: #000000;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">private</span> <span style="color: #6699cc; font-weight: bold;">var</span> twitterXML<span style="color: #000066; font-weight: bold;">:</span><a href="http://www.google.com/search?q=xml%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:xml.html"><span style="color: #004993;">XML</span></a><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">public</span> <span style="color: #339966; font-weight: bold;">function</span> Main<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; loadTwitterXML<span style="color: #000000;">&#40;</span><span style="color: #990000;">&quot;latest-tweets-in-flash.php&quot;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#125;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">private</span> <span style="color: #339966; font-weight: bold;">function</span> loadTwitterXML<span style="color: #000000;">&#40;</span>URL<span style="color: #000066; font-weight: bold;">:</span><a href="http://www.google.com/search?q=string%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:string.html"><span style="color: #004993;">String</span></a><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #0033ff; font-weight: bold;">void</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #6699cc; font-weight: bold;">var</span> urlLoader<span style="color: #000066; font-weight: bold;">:</span><a href="http://www.google.com/search?q=urlloader%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:urlloader.html"><span style="color: #004993;">URLLoader</span></a> = <span style="color: #0033ff; font-weight: bold;">new</span> <a href="http://www.google.com/search?q=urlloader%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:urlloader.html"><span style="color: #004993;">URLLoader</span></a><span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; urlLoader<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">addEventListener</span><span style="color: #000000;">&#40;</span><a href="http://www.google.com/search?q=event%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:event.html"><span style="color: #004993;">Event</span></a><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">COMPLETE</span><span style="color: #000066; font-weight: bold;">,</span> finishLoadingXML<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; urlLoader<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">load</span><span style="color: #000000;">&#40;</span><span style="color: #0033ff; font-weight: bold;">new</span> <a href="http://www.google.com/search?q=urlrequest%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:urlrequest.html"><span style="color: #004993;">URLRequest</span></a><span style="color: #000000;">&#40;</span>URL<span style="color: #000000;">&#41;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#125;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">private</span> <span style="color: #339966; font-weight: bold;">function</span> finishLoadingXML<span style="color: #000000;">&#40;</span>e<span style="color: #000066; font-weight: bold;">:</span><a href="http://www.google.com/search?q=event%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:event.html"><span style="color: #004993;">Event</span></a> = <span style="color: #0033ff; font-weight: bold;">null</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #0033ff; font-weight: bold;">void</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; e<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">target</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">removeEventListener</span><span style="color: #000000;">&#40;</span><a href="http://www.google.com/search?q=event%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:event.html"><span style="color: #004993;">Event</span></a><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">COMPLETE</span><span style="color: #000066; font-weight: bold;">,</span> finishLoadingXML<span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; twitterXML = <span style="color: #0033ff; font-weight: bold;">new</span> <a href="http://www.google.com/search?q=xml%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:xml.html"><span style="color: #004993;">XML</span></a><span style="color: #000000;">&#40;</span>e<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">target</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">data</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; showTwitterStatus<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#125;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0033ff; font-weight: bold;">private</span> <span style="color: #339966; font-weight: bold;">function</span> showTwitterStatus<span style="color: #000000;">&#40;</span><span style="color: #000000;">&#41;</span><span style="color: #000066; font-weight: bold;">:</span><span style="color: #0033ff; font-weight: bold;">void</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#123;</span> &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; twitter_txt<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">wordWrap</span> = <span style="color: #0033ff; font-weight: bold;">true</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; twitter_txt<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">autoSize</span> = <a href="http://www.google.com/search?q=textfieldautosize%20inurl:http://livedocs.adobe.com/flex/201/langref/%20inurl:textfieldautosize.html"><span style="color: #004993;">TextFieldAutoSize</span></a><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">LEFT</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br />
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; twitter_txt<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">htmlText</span> = twitterXML<span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">status</span><span style="color: #000066; font-weight: bold;">.</span><span style="color: #004993;">text</span><span style="color: #000000;">&#91;</span>0<span style="color: #000000;">&#93;</span><span style="color: #000066; font-weight: bold;">;</span><br />
&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #000000;">&#125;</span><br />
&nbsp; &nbsp; <span style="color: #000000;">&#125;</span><br />
<span style="color: #000000;">&#125;</span></div></td></tr></tbody></table></div>
<p>That&#8217;s all the coding done. Go back to the .Fla file and in the Properties Panel add &#8220;main&#8221; in the Class field to make this the Document Class.</p>
<h5>Conclusion</h5>
<p>Preview your Flash file (Ctrl/Mac + Enter). Your Tweets may not be displayed on your local computer due to the fact that the PHP will not run. However upload the .Swf file that will have just been created by you previewing the file, along with the PHP file to your server and all should now be working.</p>
<div id="tutorial-goto"><a href="http://xuroqflash.com/2009/12/view-your-latest-tweets-in-flash/"><img style="border: none;" src="http://xuroqflash.com/pictures/demo.jpg" /></a><a href="http://xuroqflash.com/files/latest-tweets-in-flash.zip"><img style="border: none;" src="http://xuroqflash.com/pictures/source.jpg" /></a></div>
<p>I hoped you learned a few tricks from this tutorial. See you next time for another Flash tutorial from XuroqFlash.</p>
]]></content:encoded>
			<wfw:commentRss>http://xuroqflash.com/2009/12/flash-tutorial-displaying-tweets-in-flash/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://xuroqflash.com/2009/12/flash-tutorial-displaying-tweets-in-flash/</feedburner:origLink></item>
		<item>
		<title>Flash Sites of the Week #1</title>
		<link>http://feedproxy.google.com/~r/xuroqflash/~3/49pJ_1EXyyw/</link>
		<comments>http://xuroqflash.com/2009/12/flash-sites-of-the-week-1/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 10:30:59 +0000</pubDate>
		<dc:creator>Tom Parsons</dc:creator>
				<category><![CDATA[Sites of the Week]]></category>

		<guid isPermaLink="false">http://xuroqflash.com/?p=482</guid>
		<description><![CDATA[There are thousands of Flash websites out there that not only have brilliant designs, but the use of Flash and Actionscript is extraordinary. Here are the best Flash websites for this week.]]></description>
			<content:encoded><![CDATA[<p>There are thousands of Flash websites out there that not only have brilliant designs, but the use of Flash and Actionscript is extraordinary.  Many of these site have no other purpose on the web, other than to &#8216;wow&#8217; the user. Here are the best Flash websites for this week.<br />
<br />
So here goes, the first running of Flash sites of the Week. You can send us your suggestions via Twitter <a href="http://twitter.com/xuroqflash">twitter.com/xuroqflash</a> or via <a href="http://xuroqflash.com/about/contact/"> email.</a></p>
<h5>Incredibox &#8211; <a href="http://www.incredibox.fr/">incredibox.fr</a></h5>
<p>Something a bit different. Incredibox allows you to mix your own tunes using inbuilt sound effects, while being entertained by the singing avatars.<br />
<br />
<center><img src="http://xuroqflash.com/wp-content/uploads/2009/12/Incredibox-e1261330581873.jpg" title="Incredibox" width="550" height="283" class="img-shadow" /></center></p>
<h5>Gsenpod &#8211; <a href="http://www.gsenpod.com/#/light_the_dark">gsenpod.com</a></h5>
<p>The personal portfolio of Gsenpod a.k.a Christian Bartsch. A very eye catching background video and generally a brilliantly designed site.<br />
<br />
<center><img src="http://xuroqflash.com/wp-content/uploads/2009/12/gsenpod.jpg" title="gsenpod" width="550" height="267" class="img-shadow"  /></center></p>
<h5>Mats Cordt, Photographer &#8211; <a href="http://www.matscordt.com/">matscordt.com</a></h5>
<p>Mats is a photographer interested in taking pictures of people, cars, fashion and Landscape. The site is so brilliantly simplistic!<br />
<br />
<center><img src="http://xuroqflash.com/wp-content/uploads/2009/12/matscordt.jpg" title="matscordt" width="550" height="242" class="img-shadow"  /></center></p>
<p>That&#8217;s your lot for this week. Make sure to check back next week for more fantastic Flash sites.</p>
]]></content:encoded>
			<wfw:commentRss>http://xuroqflash.com/2009/12/flash-sites-of-the-week-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://xuroqflash.com/2009/12/flash-sites-of-the-week-1/</feedburner:origLink></item>
		<item>
		<title>Coming Up in XuroqFlash…</title>
		<link>http://feedproxy.google.com/~r/xuroqflash/~3/VZ0SnRxXCRM/</link>
		<comments>http://xuroqflash.com/2009/12/coming-up-in-xuroqflash/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 18:00:56 +0000</pubDate>
		<dc:creator>Tom Parsons</dc:creator>
				<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://xuroqflash.com/?p=442</guid>
		<description><![CDATA[Over the past couple of months XuroqFlash has undergone many changes. Most of the improvements have now been made and we would like to tell you what is coming up in the next couple of months on XuroqFlash.]]></description>
			<content:encoded><![CDATA[<p>Over the past couple of months XuroqFlash has undergone many changes. We believe that all these changes will help the site to grow and also improve our users experience. </p>
<p>Now that all these changes have been made here is what you can expect to be coming up in XuroqFlash over the next couple of months&#8230;</p>
<p><b>Flash Tutorials</b><br />
Many people have been asking for them and now we will be able to provide them. Thanks to the recent upgrades in the backend of XuroqFlash we are now able to provide full Flash tutorials. This is something that we have long wanted to do, so we can show you how to go about creating you own brilliant Flash creations. Initially we will write tutorials for some of the Flash designs that are currently on the site, and afterwards will publish tutorials for as many new Flash creations as possible.</p>
<p><b>Showing You the Best of Flash</b><br />
There are many Flash websites that do not get the publicity they deserve. We will be providing you with inspiration and ideas from some of the best Flash sites on the web. </p>
<p><b>Latest News and Reviews on Adobe Flash</b><br />
Adobe Flash player is constantly being upgraded and Adobe Flash CS5 is in the making. We will provide you with all the latest news on what is going on in the Flash world, and try to bring you any reviews on the latest Flash products.</p>
<p><b>And Of Course, Open Source Flash Designs</b><br />
We will continue to provide our free and open source Flash designs for you to use, edit and be inspired by. Did you know at the time this article is published we are on our 55th open source design! And we are always aiming to add as many more as possible. We would also like to thank all those who have contributed to them in the past.</p>
]]></content:encoded>
			<wfw:commentRss>http://xuroqflash.com/2009/12/coming-up-in-xuroqflash/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://xuroqflash.com/2009/12/coming-up-in-xuroqflash/</feedburner:origLink></item>
		<item>
		<title>View Your Latest Tweets In Flash</title>
		<link>http://feedproxy.google.com/~r/xuroqflash/~3/hJtukSX_FkM/</link>
		<comments>http://xuroqflash.com/2009/12/view-your-latest-tweets-in-flash/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 16:20:36 +0000</pubDate>
		<dc:creator>Tom Parsons</dc:creator>
				<category><![CDATA[Flash Designs]]></category>

		<guid isPermaLink="false">http://xuroqflash.com/?p=434</guid>
		<description><![CDATA[View your latest Tweets in this beautifully designed Flash widget.
]]></description>
			<content:encoded><![CDATA[<p>View your latest Tweets in this beautifully designed Flash widget.</p>
]]></content:encoded>
			<wfw:commentRss>http://xuroqflash.com/2009/12/view-your-latest-tweets-in-flash/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://xuroqflash.com/2009/12/view-your-latest-tweets-in-flash/</feedburner:origLink></item>
		<item>
		<title>Update to Mini Golf Game</title>
		<link>http://feedproxy.google.com/~r/xuroqflash/~3/NPuft9StRmg/</link>
		<comments>http://xuroqflash.com/2009/11/update-to-mini-gold-game/#comments</comments>
		<pubDate>Wed, 25 Nov 2009 18:22:42 +0000</pubDate>
		<dc:creator>Tom Parsons</dc:creator>
				<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://xuroqflash.com/?p=427</guid>
		<description><![CDATA[A while back I uploaded a Flash &#8216;golf putting game&#8217;. I got a few emails and comments outlining some glitches in the game and with the help of the Flash community have now amended the problems. It is now a very addictive game so make sure you check it out.
]]></description>
			<content:encoded><![CDATA[<p>A while back I uploaded a Flash &#8216;golf putting game&#8217;. I got a few emails and comments outlining some glitches in the game and with the help of the Flash community have now amended the problems. It is now a very addictive game so make sure you <a href="http://xuroqflash.com/2009/09/flash-golf-putting-game/">check it out</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://xuroqflash.com/2009/11/update-to-mini-gold-game/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://xuroqflash.com/2009/11/update-to-mini-gold-game/</feedburner:origLink></item>
		<item>
		<title>Same Great Content, Brilliant New Homepage Design</title>
		<link>http://feedproxy.google.com/~r/xuroqflash/~3/zN8PBJeG2wg/</link>
		<comments>http://xuroqflash.com/2009/11/same-great-content-brilliant-new-homepage-design/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 00:17:09 +0000</pubDate>
		<dc:creator>Tom Parsons</dc:creator>
				<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://xuroqflash.com/?p=417</guid>
		<description><![CDATA[If you are a regular visitor you will be able to see a few design tweaks around here, namely the new design of the homepage. We would like to think it brings more functionality and most of all a better look to the website. We hope you like it, and once again thanks goes to [...]]]></description>
			<content:encoded><![CDATA[<p>If you are a regular visitor you will be able to see a few design tweaks around here, namely the new design of the homepage. We would like to think it brings more functionality and most of all a better look to the website. We hope you like it, and once again thanks goes to the Flash community for their continued support. </p>
]]></content:encoded>
			<wfw:commentRss>http://xuroqflash.com/2009/11/same-great-content-brilliant-new-homepage-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://xuroqflash.com/2009/11/same-great-content-brilliant-new-homepage-design/</feedburner:origLink></item>
		<item>
		<title>Flash Blurry Lights</title>
		<link>http://feedproxy.google.com/~r/xuroqflash/~3/TSz-Ga79pks/</link>
		<comments>http://xuroqflash.com/2009/11/flash-blurry-lights/#comments</comments>
		<pubDate>Sun, 08 Nov 2009 14:55:29 +0000</pubDate>
		<dc:creator>Tom Parsons</dc:creator>
				<category><![CDATA[Flash Designs]]></category>

		<guid isPermaLink="false">http://xuroqflash.com/?p=305</guid>
		<description><![CDATA[A brilliant Flash background animation using a blurry light effect.
]]></description>
			<content:encoded><![CDATA[<p>A brilliant Flash background animation using a blurry light effect.</p>
]]></content:encoded>
			<wfw:commentRss>http://xuroqflash.com/2009/11/flash-blurry-lights/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		<feedburner:origLink>http://xuroqflash.com/2009/11/flash-blurry-lights/</feedburner:origLink></item>
		<item>
		<title>Circular Orb Flash Preloader</title>
		<link>http://feedproxy.google.com/~r/xuroqflash/~3/Ntx3aX4V2Uk/</link>
		<comments>http://xuroqflash.com/2009/10/circular-orb-flash-preloader/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 19:57:12 +0000</pubDate>
		<dc:creator>Tom Parsons</dc:creator>
				<category><![CDATA[Flash Designs]]></category>

		<guid isPermaLink="false">http://xuroqflash.com/?p=278</guid>
		<description><![CDATA[Animation on the timeline to create an attractive Flash preloader.
]]></description>
			<content:encoded><![CDATA[<p>Animation on the timeline to create an attractive Flash preloader.</p>
]]></content:encoded>
			<wfw:commentRss>http://xuroqflash.com/2009/10/circular-orb-flash-preloader/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		<feedburner:origLink>http://xuroqflash.com/2009/10/circular-orb-flash-preloader/</feedburner:origLink></item>
		<item>
		<title>Basic Stand Out Digital Flash Clock</title>
		<link>http://feedproxy.google.com/~r/xuroqflash/~3/DOZxSKzfCIc/</link>
		<comments>http://xuroqflash.com/2009/10/basic-stand-out-digital-flash-clock/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 13:29:52 +0000</pubDate>
		<dc:creator>Tom Parsons</dc:creator>
				<category><![CDATA[Flash Designs]]></category>

		<guid isPermaLink="false">http://xuroqflash.com/?p=260</guid>
		<description><![CDATA[A good looking flash digital clock using the glow effect.
]]></description>
			<content:encoded><![CDATA[<p>A good looking flash digital clock using the glow effect.</p>
]]></content:encoded>
			<wfw:commentRss>http://xuroqflash.com/2009/10/basic-stand-out-digital-flash-clock/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://xuroqflash.com/2009/10/basic-stand-out-digital-flash-clock/</feedburner:origLink></item>
		<item>
		<title>Homer’s Eyes Follow the Mouse</title>
		<link>http://feedproxy.google.com/~r/xuroqflash/~3/kulMDoYQOrI/</link>
		<comments>http://xuroqflash.com/2009/09/homers-eyes-follow-the-mouse/#comments</comments>
		<pubDate>Sat, 26 Sep 2009 15:40:33 +0000</pubDate>
		<dc:creator>Tom Parsons</dc:creator>
				<category><![CDATA[Flash Designs]]></category>

		<guid isPermaLink="false">http://xuroqflash.com/?p=241</guid>
		<description><![CDATA[A simple animation using actionscript 3 to make Homer&#8217;s eyes follow the mouse.
]]></description>
			<content:encoded><![CDATA[<p>A simple animation using actionscript 3 to make Homer&#8217;s eyes follow the mouse.</p>
]]></content:encoded>
			<wfw:commentRss>http://xuroqflash.com/2009/09/homers-eyes-follow-the-mouse/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://xuroqflash.com/2009/09/homers-eyes-follow-the-mouse/</feedburner:origLink></item>
	</channel>
</rss>
