<?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/"><channel><title>Metah AS3 Tutorials - Adobe Flash, Flex, AIR</title><link>http://as3.metah.ch/</link><description>AS3 Tutorials - Adobe Flash, Flex, AIR</description><pubDate>RMarchC822</pubDate><language>en</language><item>	<title>Hello World! With AS3 in FlashCS3</title>	<link>http://as3.metah.ch/video-tutorial.php?flvURL=http://www.metah.ch/as3/video/as3_tutorial_1.flv&amp;flvWidth=932&amp;flvHeight=712</link>	<pubDate>2008-01-12</pubDate>	<dc:creator>Ahmet Gyger</dc:creator>	<category>Flash</category>	<category>Flex</category>	<category>Air</category>	<guid isPermaLink="false">http://www.metah.ch/as3/video/as3_tutorial_1.flv</guid>	<description><![CDATA[ Our first approach of ActionScript 3.0 within Adobe Flash CS3.<br />
We will see how to create a new object from a class in the timeline and how to interact with a movieClip in Flash CS3.
<br /><br/>
Dedicated to beginner in ActionScript 3.0
<br /><br />
<code>
var myGreeter:Greeter = new Greeter();<br />
mainText.text = Greeter.sayHello("World");
</code> ]]></description>	<content:encoded><![CDATA[Our first approach of ActionScript 3.0 within Adobe Flash CS3.<br />
We will see how to create a new object from a class in the timeline and how to interact with a movieClip in Flash CS3.
<br /><br/>
Dedicated to beginner in ActionScript 3.0
<br /><br />
<code>
var myGreeter:Greeter = new Greeter();<br />
mainText.text = Greeter.sayHello("World");
</code>]]></content:encoded></item><item>	<title>Introduction to Loop and Event in AS3</title>	<link>http://as3.metah.ch/video-tutorial.php?flvURL=http://www.metah.ch/as3/video/helloWorld2alpha.flv&amp;flvWidth=640&amp;flvHeight=480</link>	<pubDate>2006-09-06</pubDate>	<dc:creator>Ahmet Gyger</dc:creator>	<category>Flash</category>	<category>Flex</category>	<category>Air</category>	<guid isPermaLink="false">http://www.metah.ch/as3/video/helloWorld2alpha.flv</guid>	<description><![CDATA[ Following our first tutorial (Hello World with AS3 in Flash CS3), this video will show you the basis of event handling, conditional statements (if - else if - else) to create a simple fake login systems. ]]></description>	<content:encoded><![CDATA[Following our first tutorial (Hello World with AS3 in Flash CS3), this video will show you the basis of event handling, conditional statements (if - else if - else) to create a simple fake login systems.]]></content:encoded></item><item>	<title>Deepth of MovieClip with setChildIndex in AS3</title>	<link>http://as3.metah.ch/video-tutorial.php?flvURL=http://www.metah.ch/as3/video/SequenceOK33.flv&amp;flvWidth=640&amp;flvHeight=480</link>	<pubDate>2006-08-11</pubDate>	<dc:creator>Ahmet Gyger</dc:creator>	<category>Flash</category>	<category>Flex</category>	<category>Air</category>	<guid isPermaLink="false">http://www.metah.ch/as3/video/SequenceOK33.flv</guid>	<description><![CDATA[ How to display movieClips on the stage.<br /> 
How to control them with ActionScript 3.0<br />
Managing the depth of MovieClips with setChildIndex. ]]></description>	<content:encoded><![CDATA[How to display movieClips on the stage.<br /> 
How to control them with ActionScript 3.0<br />
Managing the depth of MovieClips with setChildIndex.]]></content:encoded></item><item>	<title>AS3 Animation - The Timer Class</title>	<link>http://as3.metah.ch/video-tutorial.php?flvURL=http://www.metah.ch/as3/video/tut_timer.flv&amp;flvWidth=720&amp;flvHeight=576</link>	<pubDate>2007-01-20</pubDate>	<dc:creator>Ahmet Gyger</dc:creator>	<category>Flash</category>	<category>Flex</category>	<category>Air</category>	<guid isPermaLink="false">http://www.metah.ch/as3/video/tut_timer.flv</guid>	<description><![CDATA[ Creating a custom class for MovieClips, using getter and setter on properties.
<br /><br />

Using the Timer Class to count the time elapsed: animating Movieclip.
 ]]></description>	<content:encoded><![CDATA[Creating a custom class for MovieClips, using getter and setter on properties.
<br /><br />

Using the Timer Class to count the time elapsed: animating Movieclip.
]]></content:encoded></item><item>	<title>Playing Flash Video (FLV) with AS3</title>	<link>http://as3.metah.ch/video-tutorial.php?flvURL=http://www.metah.ch/as3/video/tut5_playingFlv.flv&amp;flvWidth=720&amp;flvHeight=576</link>	<pubDate>2007-09-06</pubDate>	<dc:creator>Ahmet Gyger</dc:creator>	<category>Flash</category>	<category>Flex</category>	<category>Air</category>	<guid isPermaLink="false">http://www.metah.ch/as3/video/tut5_playingFlv.flv</guid>	<description><![CDATA[ Displaying an FLV, handling his resolution (Width and Height).<br />

Video playing only with AS3 language, no use of FLV Player components. ]]></description>	<content:encoded><![CDATA[Displaying an FLV, handling his resolution (Width and Height).<br />

Video playing only with AS3 language, no use of FLV Player components.]]></content:encoded></item><item>	<title>Tracking the Cursor Position</title>	<link>http://as3.metah.ch/video-tutorial.php?flvURL=http://www.metah.ch/as3/video/mouseCapture.flv&amp;flvWidth=720&amp;flvHeight=576</link>	<pubDate>2007-04-01</pubDate>	<dc:creator>Ahmet Gyger</dc:creator>	<category>Flash</category>	<category>Flex</category>	<category>Air</category>	<guid isPermaLink="false">http://www.metah.ch/as3/video/mouseCapture.flv</guid>	<description><![CDATA[ Event listening of a Mouse Cursor leaving the Stage Area with AS3 and tracking specific function.<br />
How to know when the mouse leave outside the SWF. ]]></description>	<content:encoded><![CDATA[Event listening of a Mouse Cursor leaving the Stage Area with AS3 and tracking specific function.<br />
How to know when the mouse leave outside the SWF.]]></content:encoded></item><item>	<title>Xml &amp; Actionscript 3.0</title>	<link>http://as3.metah.ch/video-tutorial.php?flvURL=http://www.metah.ch/as3/video/readXml.flv&amp;flvWidth=720&amp;flvHeight=576</link>	<pubDate>2007-01-20</pubDate>	<dc:creator>Ahmet Gyger</dc:creator>	<category>Flash</category>	<category>Flex</category>	<category>Air</category>	<guid isPermaLink="false">http://www.metah.ch/as3/video/readXml.flv</guid>	<description><![CDATA[ How to load an XML with the new URLLoader &amp; URLRequest.<br />
Some simple examples of using E4X for node and attributes searching (XPath), using AS3 in Flex 2.0.
 ]]></description>	<content:encoded><![CDATA[How to load an XML with the new URLLoader &amp; URLRequest.<br />
Some simple examples of using E4X for node and attributes searching (XPath), using AS3 in Flex 2.0.
]]></content:encoded></item><item>	<title>Compute Audio Spectrum</title>	<link>http://as3.metah.ch/video-tutorial.php?flvURL=http://www.metah.ch/as3/video/visualizer.flv&amp;flvWidth=720&amp;flvHeight=576</link>	<pubDate>2007-01-20</pubDate>	<dc:creator>Ahmet Gyger</dc:creator>	<category>Flash</category>	<category>Flex</category>	<category>Air</category>	<guid isPermaLink="false">http://www.metah.ch/as3/video/visualizer.flv</guid>	<description><![CDATA[ Computing an audio spectrum, with <code> SoundMixer.computeSpectrum()</code><br />. 
Then we display a different color for the right and the left audio channel.
 ]]></description>	<content:encoded><![CDATA[Computing an audio spectrum, with <code> SoundMixer.computeSpectrum()</code><br />. 
Then we display a different color for the right and the left audio channel.
]]></content:encoded></item><item>	<title>Connecting AS3 with a Database</title>	<link>http://www.metah.ch/as3/video/interactDB_skin.swf</link>	<pubDate>2007-07-08</pubDate>	<dc:creator>Ahmet Gyger</dc:creator>	<category>Flash</category>	<category>Flex</category>	<category>Air</category>	<guid isPermaLink="false">http://www.metah.ch/as3/video/interactDB_skin.swf</guid>	<description><![CDATA[ Sending and receiving values to/from a database with Flash CS3 and actionscript 3.0. Using a server sided technologie(in this example php).
 ]]></description>	<content:encoded><![CDATA[Sending and receiving values to/from a database with Flash CS3 and actionscript 3.0. Using a server sided technologie(in this example php).
]]></content:encoded></item><item>	<title>Interaction between AS3 and JavaScript</title>	<link>http://www.metah.ch/as3/video/javascriptAs3.swf</link>	<pubDate>2007-07-16</pubDate>	<dc:creator>Ahmet Gyger</dc:creator>	<category>Flash</category>	<category>Flex</category>	<category>Air</category>	<guid isPermaLink="false">http://www.metah.ch/as3/video/javascriptAs3.swf</guid>	<description><![CDATA[ Controlling ActionScript 3.0 via JavaScript and JavaScript via ActionScript 3.0.
Easier than expected!
 ]]></description>	<content:encoded><![CDATA[Controlling ActionScript 3.0 via JavaScript and JavaScript via ActionScript 3.0.
Easier than expected!
]]></content:encoded></item><item>	<title>Auto Updating AIR Application</title>	<link>http://as3.metah.ch/video-tutorial.php?flvURL=http://www.metah.ch/as3/video/updater.flv&amp;flvWidth=932&amp;flvHeight=712</link>	<pubDate>2008-07-31</pubDate>	<dc:creator>Ahmet Gyger</dc:creator>	<category>Flash</category>	<category>Flex</category>	<category>Air</category>	<guid isPermaLink="false">http://www.metah.ch/as3/video/updater.flv</guid>	<description><![CDATA[ How to create an AIR application that update automatically when a new version is online<br /> 
If the AIR application got access to Internet we check if the distribution AIR (online) have a more recent version than the local, if yes we update.

 ]]></description>	<content:encoded><![CDATA[How to create an AIR application that update automatically when a new version is online<br /> 
If the AIR application got access to Internet we check if the distribution AIR (online) have a more recent version than the local, if yes we update.

]]></content:encoded></item></channel></rss>
