<?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>intense creativity</title>
	<atom:link href="http://blog.martinlegris.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.martinlegris.com</link>
	<description>think about it, live it out!</description>
	<lastBuildDate>Tue, 13 Sep 2011 18:49:51 +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>Snippet &#8211; Converting yyyy-mm-ddThh:mm:ss.mssZ to Date()</title>
		<link>http://blog.martinlegris.com/2010/05/28/snippet-converting-yyyy-mm-ddthhmmssmssz-to-date/</link>
		<comments>http://blog.martinlegris.com/2010/05/28/snippet-converting-yyyy-mm-ddthhmmssmssz-to-date/#comments</comments>
		<pubDate>Fri, 28 May 2010 18:31:32 +0000</pubDate>
		<dc:creator>mlegris</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[as3 tutorials]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[webservices]]></category>
		<category><![CDATA[date format]]></category>

		<guid isPermaLink="false">http://blog.martinlegris.com/?p=218</guid>
		<description><![CDATA[Hi, So, in dealing with the Google Data API most dates use the format above. Here is a regular expression to decompose it: 1 2 3 4 5 6 7 8 9 10 11 12 13 var date:String = &#34;2010-12-12T09:54:35.002Z&#34;; &#8230; <a href="http://blog.martinlegris.com/2010/05/28/snippet-converting-yyyy-mm-ddthhmmssmssz-to-date/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.martinlegris.com/2010/05/28/snippet-converting-yyyy-mm-ddthhmmssmssz-to-date/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sample Code &#8211; Using the YouTube AS3 API with the YouTube Player API</title>
		<link>http://blog.martinlegris.com/2010/05/28/sample-code-using-the-youtube-as3-api-with-the-youtube-player-api/</link>
		<comments>http://blog.martinlegris.com/2010/05/28/sample-code-using-the-youtube-as3-api-with-the-youtube-player-api/#comments</comments>
		<pubDate>Fri, 28 May 2010 15:54:01 +0000</pubDate>
		<dc:creator>mlegris</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[webservices]]></category>
		<category><![CDATA[youtube]]></category>
		<category><![CDATA[Sample Code]]></category>

		<guid isPermaLink="false">http://blog.martinlegris.com/?p=216</guid>
		<description><![CDATA[Hi Everyone, I have been absent for a while.. taking advantage of life. I also have switched to Android lately, doing some prototyping work with 80/20 Studio in NYC. Someone from Belgium contacted me today about the YouTube AS3 API, &#8230; <a href="http://blog.martinlegris.com/2010/05/28/sample-code-using-the-youtube-as3-api-with-the-youtube-player-api/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.martinlegris.com/2010/05/28/sample-code-using-the-youtube-as3-api-with-the-youtube-player-api/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Tutorial &#8211; Creating a reusable Slider Control / Component</title>
		<link>http://blog.martinlegris.com/2009/12/14/tutorial-creating-a-reusable-slider-control/</link>
		<comments>http://blog.martinlegris.com/2009/12/14/tutorial-creating-a-reusable-slider-control/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 05:02:17 +0000</pubDate>
		<dc:creator>mlegris</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[as3 tutorials]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[component]]></category>
		<category><![CDATA[reusable]]></category>
		<category><![CDATA[slider]]></category>
		<category><![CDATA[user interface]]></category>

		<guid isPermaLink="false">http://blog.martinlegris.com/?p=156</guid>
		<description><![CDATA[Hi Everyone, Today I will cover the subject of creating a reusable slider control which takes two bitmaps as resources. The thumb bitmap will slide on the rail bitmap. It is a very simple concept! We will basically take this &#8230; <a href="http://blog.martinlegris.com/2009/12/14/tutorial-creating-a-reusable-slider-control/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.martinlegris.com/2009/12/14/tutorial-creating-a-reusable-slider-control/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Tutorial &#8211; Multi Touch in AS3 / Flash Player 10.1 &#8211; Part 2. TouchEvent &amp; MouseEvent Sequences</title>
		<link>http://blog.martinlegris.com/2009/12/13/tutorial-multi-touch-in-as3-flash-player-101-part-2-touchevent-mouseevent-sequences/</link>
		<comments>http://blog.martinlegris.com/2009/12/13/tutorial-multi-touch-in-as3-flash-player-101-part-2-touchevent-mouseevent-sequences/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 06:31:30 +0000</pubDate>
		<dc:creator>mlegris</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[as3 tutorials]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[flash player 10.1]]></category>
		<category><![CDATA[MouseEvent]]></category>
		<category><![CDATA[multi-touch]]></category>
		<category><![CDATA[TouchEvent]]></category>
		<category><![CDATA[touchscreen]]></category>

		<guid isPermaLink="false">http://blog.martinlegris.com/?p=193</guid>
		<description><![CDATA[Hi Everyone, In this installment I will cover the TouchEvent and how it is intertwined with MouseEvent. First you need to understand that touches will fire MouseEvent&#8216;s too. You will get a TouchEvent first, then a MouseEvent. This can prove &#8230; <a href="http://blog.martinlegris.com/2009/12/13/tutorial-multi-touch-in-as3-flash-player-101-part-2-touchevent-mouseevent-sequences/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.martinlegris.com/2009/12/13/tutorial-multi-touch-in-as3-flash-player-101-part-2-touchevent-mouseevent-sequences/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Tutorial &#8211; Multi Touch in AS3 / Flash Player 10.1 &#8211; Part 1. Setting Up</title>
		<link>http://blog.martinlegris.com/2009/12/13/tutorial-multi-touch-in-as3-flash-player-101-part-1/</link>
		<comments>http://blog.martinlegris.com/2009/12/13/tutorial-multi-touch-in-as3-flash-player-101-part-1/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 22:08:43 +0000</pubDate>
		<dc:creator>mlegris</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[as3 tutorials]]></category>
		<category><![CDATA[flash player 10.1]]></category>
		<category><![CDATA[flashdevelop]]></category>
		<category><![CDATA[flex sdk]]></category>
		<category><![CDATA[multi-touch]]></category>
		<category><![CDATA[touchscreen]]></category>

		<guid isPermaLink="false">http://blog.martinlegris.com/?p=186</guid>
		<description><![CDATA[Hi Everyone, I had the pleasure, although it was a strenuous experience, to work on Adobe Post. It is still a private project; undertaken by 80/20 Studio in NYC on behalf of Adobe. It was demonstrated (shortly) by Kevin Lynch &#8230; <a href="http://blog.martinlegris.com/2009/12/13/tutorial-multi-touch-in-as3-flash-player-101-part-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.martinlegris.com/2009/12/13/tutorial-multi-touch-in-as3-flash-player-101-part-1/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>TubeGripClient &#8211; Play Any Movie on YouTube in AS3 with your own player!</title>
		<link>http://blog.martinlegris.com/2009/12/11/tubegripclient-play-any-movie-on-youtube-in-as3-with-your-own-player/</link>
		<comments>http://blog.martinlegris.com/2009/12/11/tubegripclient-play-any-movie-on-youtube-in-as3-with-your-own-player/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 03:10:25 +0000</pubDate>
		<dc:creator>mlegris</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[webservices]]></category>
		<category><![CDATA[youtube]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[mp4]]></category>
		<category><![CDATA[web service]]></category>

		<guid isPermaLink="false">http://blog.martinlegris.com/?p=181</guid>
		<description><![CDATA[Hi Everyone, as some of you might have noticed, KeepVid went downhill. I don&#8217;t know exactly when, however I found an alternative: http://www.tubegrip.com. It works pretty well&#8230; Here is a sample use of this library: 1 2 3 4 5 &#8230; <a href="http://blog.martinlegris.com/2009/12/11/tubegripclient-play-any-movie-on-youtube-in-as3-with-your-own-player/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.martinlegris.com/2009/12/11/tubegripclient-play-any-movie-on-youtube-in-as3-with-your-own-player/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Tutorial &#8211; Consuming REST web services in ActionScript 3 &#8211; Part 4</title>
		<link>http://blog.martinlegris.com/2009/12/11/tutorial-consuming-rest-web-services-in-actionscript-3-part-4/</link>
		<comments>http://blog.martinlegris.com/2009/12/11/tutorial-consuming-rest-web-services-in-actionscript-3-part-4/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 21:15:46 +0000</pubDate>
		<dc:creator>mlegris</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[as3 tutorials]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[webservices]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[consuming]]></category>
		<category><![CDATA[rest]]></category>
		<category><![CDATA[RESTful]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web service]]></category>
		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://blog.martinlegris.com/?p=178</guid>
		<description><![CDATA[Hi Everyone, this is a follow-up to the following posts: Part 1 Part 2 Part 3 In this post, I will add code to identify each request uniquely, give you a class called &#8220;AbstractClient&#8221; that will handle most of the &#8230; <a href="http://blog.martinlegris.com/2009/12/11/tutorial-consuming-rest-web-services-in-actionscript-3-part-4/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.martinlegris.com/2009/12/11/tutorial-consuming-rest-web-services-in-actionscript-3-part-4/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial &#8211; Playing FLV video in plain AS3 &#8211; Part 4 &#8211; Sample Usage</title>
		<link>http://blog.martinlegris.com/2009/12/11/tutorial-playing-flv-video-in-plain-as3-part-4-sample-usage/</link>
		<comments>http://blog.martinlegris.com/2009/12/11/tutorial-playing-flv-video-in-plain-as3-part-4-sample-usage/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 18:26:39 +0000</pubDate>
		<dc:creator>mlegris</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[as3 tutorials]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[mp4]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.martinlegris.com/?p=171</guid>
		<description><![CDATA[Hi Everyone.. This is the fourth (and most probably the last) installment of this series on playing FLV (and H.264 MP4) video in Flash from scratch. Full source code for the library is here. The related posts are: Part 1 &#8230; <a href="http://blog.martinlegris.com/2009/12/11/tutorial-playing-flv-video-in-plain-as3-part-4-sample-usage/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.martinlegris.com/2009/12/11/tutorial-playing-flv-video-in-plain-as3-part-4-sample-usage/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Tutorial &#8211; Playing Video with SubTitles in AS3 &#8211; Part 1</title>
		<link>http://blog.martinlegris.com/2009/12/10/playing-video-with-subtitles-in-as3-part-1/</link>
		<comments>http://blog.martinlegris.com/2009/12/10/playing-video-with-subtitles-in-as3-part-1/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 06:02:17 +0000</pubDate>
		<dc:creator>mlegris</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[as3 tutorials]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[youtube]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[srt]]></category>
		<category><![CDATA[star wars]]></category>
		<category><![CDATA[subtitles]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.martinlegris.com/?p=166</guid>
		<description><![CDATA[Hi Everyone, The series on Playing FLV files in AS3 was probably the most popular post on this blog. So I thought I would take it one step further: show SubTitles from an .SRT file over the FLV while it &#8230; <a href="http://blog.martinlegris.com/2009/12/10/playing-video-with-subtitles-in-as3-part-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.martinlegris.com/2009/12/10/playing-video-with-subtitles-in-as3-part-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
<enclosure url="http://www.newcommerce.ca/as3/video.mp4" length="13120150" type="video/mp4" />
		</item>
		<item>
		<title>SWF TextField Factory &#8212; Dynamically Loading Fonts in AS3 using Flex SDK 3.4</title>
		<link>http://blog.martinlegris.com/2009/12/10/swf-textfield-factory-dynamically-loading-fonts-in-as3/</link>
		<comments>http://blog.martinlegris.com/2009/12/10/swf-textfield-factory-dynamically-loading-fonts-in-as3/#comments</comments>
		<pubDate>Fri, 11 Dec 2009 05:07:29 +0000</pubDate>
		<dc:creator>mlegris</dc:creator>
				<category><![CDATA[actionscript]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[as3 tutorials]]></category>
		<category><![CDATA[work]]></category>
		<category><![CDATA[actionscript 3]]></category>
		<category><![CDATA[flashdevelop.org]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[library]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://blog.martinlegris.com/?p=161</guid>
		<description><![CDATA[Hi Everyone, it has been a long while since I wrote! Been busy. Now I have some time and the first thing I did is to get away from the Flash IDE completely. I had been waiting to be able &#8230; <a href="http://blog.martinlegris.com/2009/12/10/swf-textfield-factory-dynamically-loading-fonts-in-as3/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.martinlegris.com/2009/12/10/swf-textfield-factory-dynamically-loading-fonts-in-as3/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

