<?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>mutationevent weblog &#187; as2</title>
	<atom:link href="http://www.mutationevent.com/blog/category/as2/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mutationevent.com/blog</link>
	<description></description>
	<lastBuildDate>Tue, 24 Jan 2012 17:37:07 +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>Documentation Flash/Flex/AIR offline</title>
		<link>http://www.mutationevent.com/blog/2009/03/documentation-flashflexair-offline/</link>
		<comments>http://www.mutationevent.com/blog/2009/03/documentation-flashflexair-offline/#comments</comments>
		<pubDate>Sat, 07 Mar 2009 22:18:53 +0000</pubDate>
		<dc:creator>Achraf</dc:creator>
				<category><![CDATA[Adobe Air]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[Doc]]></category>

		<guid isPermaLink="false">http://www.mutationevent.com/blog/?p=639</guid>
		<description><![CDATA[doc? est une application AIR qui centralise tout la documentation de Flash et Flex dans un seul endroit. Elle savère utile lorsque vous souhaitez consulter la documentation sans lancer Flash ou Flex (comme si vous utilisez FlashDevelop). Ajoutant a tout cela une recherche rapide, bien précise et une interface trés simple. Il y a aussi [...]]]></description>
		<wfw:commentRss>http://www.mutationevent.com/blog/2009/03/documentation-flashflexair-offline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SWFAddress 2.2</title>
		<link>http://www.mutationevent.com/blog/2008/12/swfaddress-22/</link>
		<comments>http://www.mutationevent.com/blog/2008/12/swfaddress-22/#comments</comments>
		<pubDate>Sat, 20 Dec 2008 16:06:59 +0000</pubDate>
		<dc:creator>Achraf</dc:creator>
				<category><![CDATA[Ajax]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[deep linking]]></category>
		<category><![CDATA[swc]]></category>
		<category><![CDATA[swfaddress]]></category>

		<guid isPermaLink="false">http://www.mutationevent.com/blog/?p=437</guid>
		<description><![CDATA[Une nouvelle version de SWFAddress vient d'être publiée. voici les principales nouveautés de la version 2.2 : Refactored JavaScript implementation New SWFAddress.swc AS3 component New CS4 based Splash screen sample New Digg API sample New up() method for easier deep linking path navigation New XSS protection that doesn't affect special characters Support for Internet Explorer [...]]]></description>
		<wfw:commentRss>http://www.mutationevent.com/blog/2008/12/swfaddress-22/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Créer une vidéo Flash avec effet de reflet.</title>
		<link>http://www.mutationevent.com/blog/2006/08/creer-une-video-flash-avec-effet-de-reflet/</link>
		<comments>http://www.mutationevent.com/blog/2006/08/creer-une-video-flash-avec-effet-de-reflet/#comments</comments>
		<pubDate>Sun, 27 Aug 2006 17:41:08 +0000</pubDate>
		<dc:creator>Achraf</dc:creator>
				<category><![CDATA[as2]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[bitmapData]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.mutationevent.com/blog/details.php?id=65</guid>
		<description><![CDATA[Avec la class BitmapData on peut faire des miracle avec Flash, maintenant on va essayer d'insérer une vidéo et créer un reflet (style  iChat). code : import  flash.display.BitmapData; var nc =  new NetConnection&#40;&#41;;         nc.connect&#40;null&#41;;         var ns =  new NetStream&#40;nc&#41;;         videoBox.video.attachVideo&#40;ns&#41;;         //ns.play(&#34;movie.flv&#34;); var  myBitmapData = new BitmapData&#40;videoBox._width, videoBox._height, [...]]]></description>
		<wfw:commentRss>http://www.mutationevent.com/blog/2006/08/creer-une-video-flash-avec-effet-de-reflet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ActionScript 2.0 Cheat Sheet</title>
		<link>http://www.mutationevent.com/blog/2006/01/actionscript-20-cheat-sheet/</link>
		<comments>http://www.mutationevent.com/blog/2006/01/actionscript-20-cheat-sheet/#comments</comments>
		<pubDate>Sun, 29 Jan 2006 19:05:04 +0000</pubDate>
		<dc:creator>Achraf</dc:creator>
				<category><![CDATA[as2]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.mutationevent.com/blog/details.php?id=25</guid>
		<description><![CDATA[Retrouver le nom des méthodes n'est pas chose simple, surtout lorsqu'on recherche en français.C'était possible avec la doc de mediabox, mais maintenant c'est devenu beaucoup plus facile grâce au plugin de recherche pour FireFox.Documentation disponible pour ACTIONSCRIPT et JSFLInstaller le plugin de recherche Article sur tibulle.com]]></description>
		<wfw:commentRss>http://www.mutationevent.com/blog/2006/01/actionscript-20-cheat-sheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modifier les dimensions d&#8217;une fenêtre popup avec flash et la class Transition – partie 2</title>
		<link>http://www.mutationevent.com/blog/2006/01/modifier-les-dimensions-dune-fenetre-popup-avec-flash-et-la-class-transition-partie-2/</link>
		<comments>http://www.mutationevent.com/blog/2006/01/modifier-les-dimensions-dune-fenetre-popup-avec-flash-et-la-class-transition-partie-2/#comments</comments>
		<pubDate>Thu, 05 Jan 2006 18:28:05 +0000</pubDate>
		<dc:creator>Achraf</dc:creator>
				<category><![CDATA[as2]]></category>
		<category><![CDATA[flash]]></category>

		<guid isPermaLink="false">http://www.mutationevent.com/blog/details.php?id=12</guid>
		<description><![CDATA[On a vu dans la partie 1 de cette exemple comment modifier les dimensions d’une fenêtre avec flash en appelant simplement une fonction javascript. Maintenant on va faire la même chose sauf que la fenetre sera transformé selon certaines transitions, ces pour cela q’on va utilisé la class mx.Transitions. On garde la même fonction javascript, [...]]]></description>
		<wfw:commentRss>http://www.mutationevent.com/blog/2006/01/modifier-les-dimensions-dune-fenetre-popup-avec-flash-et-la-class-transition-partie-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modifier les dimensions d&#8217;une fenêtre popup avec flash et la class Transition &#8211; partie 1</title>
		<link>http://www.mutationevent.com/blog/2006/01/modifier-les-dimensions-dune-fenetre-popup-avec-flash-et-la-class-transition-partie-1/</link>
		<comments>http://www.mutationevent.com/blog/2006/01/modifier-les-dimensions-dune-fenetre-popup-avec-flash-et-la-class-transition-partie-1/#comments</comments>
		<pubDate>Wed, 04 Jan 2006 05:20:06 +0000</pubDate>
		<dc:creator>Achraf</dc:creator>
				<category><![CDATA[as2]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[resize]]></category>
		<category><![CDATA[transition]]></category>
		<category><![CDATA[tween]]></category>
		<category><![CDATA[window]]></category>

		<guid isPermaLink="false">http://www.mutationevent.com/blog/details.php?id=11</guid>
		<description><![CDATA[Nous savons tous que flash peut interagir avec javascript et donc contrôler l’aspect des fenêtre popup, ces ce qu’on va faire : On a besoin d’un fenêtre popup (largeur=550 et hauteur =400) qui contient une animation flash et un code javascript qui va exécuter une action : Vous créez une animation dans flash puis l’insérez [...]]]></description>
		<wfw:commentRss>http://www.mutationevent.com/blog/2006/01/modifier-les-dimensions-dune-fenetre-popup-avec-flash-et-la-class-transition-partie-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

