<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	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/"
	>

<channel>
	<title>Creative Geek Talk &#187; Flash Lite</title>
	<atom:link href="http://creative-geeks.com/blog/category/flash-lite/feed/" rel="self" type="application/rss+xml" />
	<link>http://creative-geeks.com/blog</link>
	<description>Creativity , Interactivity and Technology</description>
	<lastBuildDate>Mon, 14 Nov 2011 15:16:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>IPinfodb ActionScript 3.0 &#8211; NEW API!</title>
		<link>http://creative-geeks.com/blog/2011/01/30/ipinfodb-actionscript-3-0-new-api/</link>
		<comments>http://creative-geeks.com/blog/2011/01/30/ipinfodb-actionscript-3-0-new-api/#comments</comments>
		<pubDate>Sat, 29 Jan 2011 22:38:54 +0000</pubDate>
		<dc:creator>Daan</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Air]]></category>
		<category><![CDATA[Creativity]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Lite]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Geo Information]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[Web Service]]></category>

		<guid isPermaLink="false">http://creative-geeks.com/blog/?p=934</guid>
		<description><![CDATA[Are you looking for the geographical location of an IP address? IPinfodb offers a you that service, for FREE! We just ported the service to an ActionScript 3.0 API to open it up for other Flash and Flex developers &#8230; Example: Download source files Important that you set the the api key(_api_key) in the IpToLocation.as [...]]]></description>
		<wfw:commentRss>http://creative-geeks.com/blog/2011/01/30/ipinfodb-actionscript-3-0-new-api/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Useful String Functions with ActionScript 3.0</title>
		<link>http://creative-geeks.com/blog/2011/01/28/useful-string-functions-with-actionscript-3-0/</link>
		<comments>http://creative-geeks.com/blog/2011/01/28/useful-string-functions-with-actionscript-3-0/#comments</comments>
		<pubDate>Fri, 28 Jan 2011 21:45:19 +0000</pubDate>
		<dc:creator>Daan</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Air]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Lite]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[RIA]]></category>
		<category><![CDATA[Actionscript 3]]></category>
		<category><![CDATA[Functions]]></category>
		<category><![CDATA[Manipulation]]></category>
		<category><![CDATA[String]]></category>

		<guid isPermaLink="false">http://creative-geeks.com/blog/?p=903</guid>
		<description><![CDATA[Some useful String functions that van be used in ActionScript 3.0 projects &#8230; Strip Spaces from a String private function stripSpaces&#40;$myString:String&#41;:String &#123; return $myString.split&#40;&#34; &#34;&#41;.join&#40;&#34;&#34;&#41;; &#125; Get the Last Char in a String private function getLastCharInString&#40;$s:String&#41;:String &#123; return $s.substr&#40;$s.length-1,$s.length&#41;; &#125; Email Validation private function isValidEmail&#40;$email:String&#41;:Boolean &#123; var emailExpression:RegExp = /([a-z0-9._-]+?)@([a-z0-9.-]+)\.([a-z]{2,4})/; return emailExpression.test&#40;$email&#41;; &#125; Number of [...]]]></description>
		<wfw:commentRss>http://creative-geeks.com/blog/2011/01/28/useful-string-functions-with-actionscript-3-0/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ActionScript 3.0 Diagram Viewer</title>
		<link>http://creative-geeks.com/blog/2010/08/04/actionscript-3-0-diagram-viewer/</link>
		<comments>http://creative-geeks.com/blog/2010/08/04/actionscript-3-0-diagram-viewer/#comments</comments>
		<pubDate>Wed, 04 Aug 2010 13:35:24 +0000</pubDate>
		<dc:creator>Daan</dc:creator>
				<category><![CDATA[ActionScript]]></category>
		<category><![CDATA[Air]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flash Lite]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[AS3 Reference]]></category>
		<category><![CDATA[Poster]]></category>

		<guid isPermaLink="false">http://creative-geeks.com/blog/?p=888</guid>
		<description><![CDATA[This is a simple but great tool to quickly reference the AS 3 API. You can pan around and zoom in and out with your mouse wheel. Download the AS3 Diagram Viewer View the large AS3 Diagram JPG]]></description>
		<wfw:commentRss>http://creative-geeks.com/blog/2010/08/04/actionscript-3-0-diagram-viewer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Object-Orientated Programming in Flash Lite 2.x</title>
		<link>http://creative-geeks.com/blog/2009/05/24/object-orientated-programming-in-flash-lite-2x/</link>
		<comments>http://creative-geeks.com/blog/2009/05/24/object-orientated-programming-in-flash-lite-2x/#comments</comments>
		<pubDate>Sun, 24 May 2009 00:05:05 +0000</pubDate>
		<dc:creator>Daan</dc:creator>
				<category><![CDATA[Flash Lite]]></category>
		<category><![CDATA[Actionscript 2]]></category>
		<category><![CDATA[Mobile Development]]></category>
		<category><![CDATA[Object-Orientated]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://creative-geeks.com/blog/?p=19</guid>
		<description><![CDATA[In this post i will show how you can use custom classes while developing your mobile application in Flash Lite 2.x with the ActionScript 2.0 code. As many of you already know how to do this in ActionScript 3.0 there are some slight differences while using Flash Lite 2.x. Why use the Object – Orientated [...]]]></description>
		<wfw:commentRss>http://creative-geeks.com/blog/2009/05/24/object-orientated-programming-in-flash-lite-2x/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

