<?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/"
	>

<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>
	<pubDate>Wed, 16 Dec 2009 20:10:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tutorial - 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 image:  and this one: and make this (try it, move that knob): 


In fact, [...]


No related posts.]]></description>
		<wfw:commentRss>http://blog.martinlegris.com/2009/12/14/tutorial-creating-a-reusable-slider-control/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tutorial - Multi Touch in AS3 / Flash Player 10.1 - Part 2. TouchEvent &#038; 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's too. You will get a TouchEvent first, then a MouseEvent. This can prove annoying in some cases, and good in others. 
For the complete listing of TouchEvent's as [...]


Related posts:<ol><li><a href='http://blog.martinlegris.com/2009/12/13/tutorial-multi-touch-in-as3-flash-player-101-part-1/' rel='bookmark' title='Permanent Link: Tutorial - Multi Touch in AS3 / Flash Player 10.1 - Part 1. Setting Up'>Tutorial - Multi Touch in AS3 / Flash Player 10.1 - Part 1. Setting Up</a> <small>Hi Everyone, I had the pleasure, although it was a...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</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>
		</item>
		<item>
		<title>Tutorial - Multi Touch in AS3 / Flash Player 10.1 - 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 at the Adobe MAX conference on Oct 14th, 2009. It implements one of the nicest new [...]


Related posts:<ol><li><a href='http://blog.martinlegris.com/2009/12/13/tutorial-multi-touch-in-as3-flash-player-101-part-2-touchevent-mouseevent-sequences/' rel='bookmark' title='Permanent Link: Tutorial - Multi Touch in AS3 / Flash Player 10.1 - Part 2. TouchEvent &#038; MouseEvent Sequences'>Tutorial - Multi Touch in AS3 / Flash Player 10.1 - Part 2. TouchEvent &#038; MouseEvent Sequences</a> <small>Hi Everyone, In this installment I will cover the TouchEvent...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blog.martinlegris.com/2009/12/13/tutorial-multi-touch-in-as3-flash-player-101-part-1/feed/</wfw:commentRss>
		</item>
		<item>
		<title>TubeGripClient - 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't know exactly when, however I found an alternative: http://www.tubegrip.com. It works pretty well...
Here is a sample use of this library:
PLAIN TEXT
Actionscript:




public function startTest&#40;&#41;:void


&#123;


&#160; &#160; _client = TubeGripClient.getInstance&#40;&#41;;


&#160;


&#160; &#160; // this takes a url from YouTube they call Watch Urls.. basically, the url [...]


No related posts.]]></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>
		</item>
		<item>
		<title>Tutorial - Consuming REST web services in ActionScript 3 - 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 "AbstractClient" that will handle most of the mechanics and is easily extended. The idea is to give you a base on which to build. Essentially, for [...]


Related posts:<ol><li><a href='http://blog.martinlegris.com/2008/03/04/tutorial-consuming-rest-web-services-in-actionscript-3-part-1/' rel='bookmark' title='Permanent Link: Tutorial - Consuming REST web services in ActionScript 3 - Part 1'>Tutorial - Consuming REST web services in ActionScript 3 - Part 1</a> <small>Hello Everyone, today I will discuss the method I have...</small></li><li><a href='http://blog.martinlegris.com/2008/03/14/tutorial-consuming-rest-web-services-in-actionscript-3-part-2/' rel='bookmark' title='Permanent Link: Tutorial - Consuming REST web services in ActionScript 3 - Part 2'>Tutorial - Consuming REST web services in ActionScript 3 - Part 2</a> <small>Hi Everyone, the first part of this tutorial can be...</small></li><li><a href='http://blog.martinlegris.com/2008/05/31/tutorial-consuming-rest-web-services-in-actionscript-3-part-3/' rel='bookmark' title='Permanent Link: Tutorial - Consuming REST web services in ActionScript 3 - Part 3'>Tutorial - Consuming REST web services in ActionScript 3 - Part 3</a> <small>Hi Everyone, This is the third installment of the series,...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://blog.martinlegris.com/2009/12/11/tutorial-consuming-rest-web-services-in-actionscript-3-part-4/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Tutorial - Playing FLV video in plain AS3 - Part 4 - 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
Part 2
Part 3

For many of you, this might be the only post you are interested in. It will [...]


Related posts:<ol><li><a href='http://blog.martinlegris.com/2008/09/24/tutorial-playing-flv-video-in-plain-as3-part-3/' rel='bookmark' title='Permanent Link: Tutorial - Playing FLV video in plain AS3 - Part 3  (Updated)'>Tutorial - Playing FLV video in plain AS3 - Part 3  (Updated)</a> <small>Hi Everyone, it's been a while.. a long while. I...</small></li><li><a href='http://blog.martinlegris.com/2008/06/10/tutorial-playing-flv-video-in-plain-as3-part-2/' rel='bookmark' title='Permanent Link: Tutorial - Playing FLV video in plain AS3 - Part 2'>Tutorial - Playing FLV video in plain AS3 - Part 2</a> <small>Hi Everyone, today I will continue on this topic: Tutorial...</small></li><li><a href='http://blog.martinlegris.com/2008/06/03/tutorial-playing-flv-video-in-plain-as3-part-1/' rel='bookmark' title='Permanent Link: Tutorial - Playing FLV video in plain AS3 - Part 1'>Tutorial - Playing FLV video in plain AS3 - Part 1</a> <small>Hi Everyone, today I will explain how to play .FLV...</small></li></ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</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>
		</item>
		<item>
		<title>Tutorial - Playing Video with SubTitles in AS3 - 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 is playing.
First, you need to read this post by Jankees van Woezik. He did a great [...]


No related posts.]]></description>
		<wfw:commentRss>http://blog.martinlegris.com/2009/12/10/playing-video-with-subtitles-in-as3-part-1/feed/</wfw:commentRss>
<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 to debug directly in FlashDevelop for a while, tried some extension that didn't work, then [...]


No related posts.]]></description>
		<wfw:commentRss>http://blog.martinlegris.com/2009/12/10/swf-textfield-factory-dynamically-loading-fonts-in-as3/feed/</wfw:commentRss>
		</item>
		<item>
		<title>tutorials.as3.ca is online!</title>
		<link>http://blog.martinlegris.com/2009/11/28/tutorialsas3ca-is-online/</link>
		<comments>http://blog.martinlegris.com/2009/11/28/tutorialsas3ca-is-online/#comments</comments>
		<pubDate>Sun, 29 Nov 2009 01:30:49 +0000</pubDate>
		<dc:creator>mlegris</dc:creator>
		
		<category><![CDATA[actionscript]]></category>

		<category><![CDATA[as3]]></category>

		<category><![CDATA[as3 tutorials]]></category>

		<category><![CDATA[website]]></category>

		<category><![CDATA[index]]></category>

		<guid isPermaLink="false">http://blog.martinlegris.com/?p=159</guid>
		<description><![CDATA[Hi everyone,
although right now it doesn't look like much, I spent the last day compiling the best AS3 tutorials I could find on the internet. I have good ideas for this site, and I hope I will get the time to make it a reality. For now it will just serve to boost the indexing [...]


No related posts.]]></description>
		<wfw:commentRss>http://blog.martinlegris.com/2009/11/28/tutorialsas3ca-is-online/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Should we start learning Javascript once again?</title>
		<link>http://blog.martinlegris.com/2009/07/07/should-we-start-learning-javascript-once-again/</link>
		<comments>http://blog.martinlegris.com/2009/07/07/should-we-start-learning-javascript-once-again/#comments</comments>
		<pubDate>Tue, 07 Jul 2009 21:00:14 +0000</pubDate>
		<dc:creator>mlegris</dc:creator>
		
		<category><![CDATA[actionscript]]></category>

		<category><![CDATA[as3]]></category>

		<category><![CDATA[flash]]></category>

		<category><![CDATA[html 5]]></category>

		<guid isPermaLink="false">http://blog.martinlegris.com/?p=154</guid>
		<description><![CDATA[Hi Everyone,
with HTML 5 being adopted by more and more browsers out there, with DailyMotion releasing an HTML5 version of the movie profile page, and YouTube doing the same; there comes a question: should I get back to learning Javascript?
The posts on the subject abound all over the internet: 
HTML 5 versus Flash / Flex

Digital [...]


No related posts.]]></description>
		<wfw:commentRss>http://blog.martinlegris.com/2009/07/07/should-we-start-learning-javascript-once-again/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
