<?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>Cours Internet &#187; Flash</title>
	<atom:link href="http://cours-internet.com/category/flash/cours-adobe-flash-flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://cours-internet.com</link>
	<description>Supports de cours pour la création de sites Internet avec flash, Dreamweaver et wordpress</description>
	<lastBuildDate>Tue, 17 Jan 2012 11:02:09 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Diaporamas sans interactions (AS2)</title>
		<link>http://cours-internet.com/diaporamas-sans-interactions-as2/</link>
		<comments>http://cours-internet.com/diaporamas-sans-interactions-as2/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 06:30:53 +0000</pubDate>
		<dc:creator>bchabrol</dc:creator>
				<category><![CDATA[Scripts (AS2)]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[createEmptyMovieClip]]></category>
		<category><![CDATA[défilement images]]></category>
		<category><![CDATA[diaporamas]]></category>
		<category><![CDATA[import mx.transitions]]></category>
		<category><![CDATA[slideshow]]></category>
		<category><![CDATA[source flash]]></category>
		<category><![CDATA[tween]]></category>

		<guid isPermaLink="false">http://ateliernumerique.com/cours-video/?p=340</guid>
		<description><![CDATA[// Flash 8 Téléchargez Voir le code import mx.transitions.Tween; import mx.transitions.easing.*; durée = 300; max = 6; num = 0; initialisation(); loading(); function initialisation() { num++; nn = 0; statutLoad = 1; statutTimer = 1; } function loading() { Oldclip = myclip; if (num == max) { num = 1; } this.createEmptyMovieClip(&#171;&#160;clip&#160;&#187;+num,this.getNextHighestDepth()); eval(&#171;&#160;clip&#160;&#187;+num)._alpha = 0; [...]]]></description>
		<wfw:commentRss>http://cours-internet.com/diaporamas-sans-interactions-as2/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Bases AS3</title>
		<link>http://cours-internet.com/bases-as3/</link>
		<comments>http://cours-internet.com/bases-as3/#comments</comments>
		<pubDate>Tue, 04 May 2010 11:56:15 +0000</pubDate>
		<dc:creator>bchabrol</dc:creator>
				<category><![CDATA[Scripts (AS3)]]></category>

		<guid isPermaLink="false">http://cours-internet.com/?p=1057</guid>
		<description><![CDATA[EXERCICES LES PROPRIETES EXERCICE 1 &#62;&#62; Que veut dire alpha? &#62;&#62; Que veut dire scaleY? &#62;&#62; Quelle valeur peut prendre alpha? EXERCICE 2 &#62;&#62; J&#8217;ai sur ma sc&#232;ne principale : un clip avec pour nom d&#8217;occurrence &#8220;monRectangle&#8221; remplacez les pointill&#233;s pour avoir &#8220;monRectangle&#8221; positionn&#233; sur un abscisse (x) de 50 et une ordonn&#233;e (y) de [...]]]></description>
		<wfw:commentRss>http://cours-internet.com/bases-as3/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Petits Scripts</title>
		<link>http://cours-internet.com/petits-scripts/</link>
		<comments>http://cours-internet.com/petits-scripts/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 09:54:46 +0000</pubDate>
		<dc:creator>bchabrol</dc:creator>
				<category><![CDATA[Scripts (AS3)]]></category>

		<guid isPermaLink="false">http://cours-internet.com/?p=862</guid>
		<description><![CDATA[Duplication et positionnement d&#8217;un clip pris dans la biblioth&#232;que &#160;var myBtn : Array = []; for (var ii : int = 0; ii &#60; 10; ii++) { &#160;&#160;&#160; myBtn.push( addChild( new Btn( ) ) ); &#160;&#160;&#160; myBtn[ ii].x=30*ii+30; &#160;&#160;&#160; myBtn[ ii].y = stage.stageHeight &#8211; 30; &#160;&#160;&#160; myBtn[ ii].txt.text=ii } Explication du script : [hidepost] &#160; [...]]]></description>
		<wfw:commentRss>http://cours-internet.com/petits-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Actions autonomes (AS2)</title>
		<link>http://cours-internet.com/actions-autonomes-as2/</link>
		<comments>http://cours-internet.com/actions-autonomes-as2/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 08:45:56 +0000</pubDate>
		<dc:creator>bchabrol</dc:creator>
				<category><![CDATA[Scripts (AS2)]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[attachMovie]]></category>
		<category><![CDATA[duplicateMovieClip]]></category>
		<category><![CDATA[gotoAndPlay]]></category>
		<category><![CDATA[Math.random]]></category>
		<category><![CDATA[onEnterFrame]]></category>
		<category><![CDATA[removeMovieClip]]></category>
		<category><![CDATA[source flash]]></category>

		<guid isPermaLink="false">http://ateliernumerique.com/cours-video/?p=578</guid>
		<description><![CDATA[function opendivdiapo(id) { for (i=1;i p._y = Stage.height; } n++; p.duplicateMovieClip(&#34;p&#34;+n,n); for (i=n-1; i&#62;n-longueur; i--) { eval(&#34;p&#34;+i)._width = eval(&#34;p&#34;+i)._width-retrecissement; eval(&#34;p&#34;+i)._height = eval(&#34;p&#34;+i)._height-retrecissement; eval(&#34;p&#34;+i)._alpha = eval(&#34;p&#34;+i)._alpha-transparence; } m = n-longueur; eval(&#34;p&#34;+m).removeMovieClip(); }; t = 0; temper(); speed = Math.random()-0.5; function temper() { temps = Math.random()*10*5; } function timer() { t++; if (t&#62;temps) { t = 0; [...]]]></description>
		<wfw:commentRss>http://cours-internet.com/actions-autonomes-as2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Loadings (AS2)</title>
		<link>http://cours-internet.com/loadings/</link>
		<comments>http://cours-internet.com/loadings/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 08:20:59 +0000</pubDate>
		<dc:creator>bchabrol</dc:creator>
				<category><![CDATA[Scripts (AS2)]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[chargement]]></category>
		<category><![CDATA[getBytesLoaded]]></category>
		<category><![CDATA[getBytesTotal]]></category>
		<category><![CDATA[loading]]></category>
		<category><![CDATA[onEnterFrame]]></category>
		<category><![CDATA[préchargement]]></category>
		<category><![CDATA[source flash]]></category>

		<guid isPermaLink="false">http://ateliernumerique.com/cours-video/?p=484</guid>
		<description><![CDATA[// // ]]&#62; Pretty Loaded recense des pages d&#8217;attente cr&#233;atives et originales. De quoi s&#8217;inspirer&#8230; http://www.prettyloaded.com Pr&#233;Loading1 T&#233;l&#233;chargez Flash 8 Voir le code _parent.stop(); this.onEnterFrame = function() { pourcentage = _parent.getBytesLoaded()/_parent.getBytesTotal()*100; barre_loading._width = pourcentage; if (pourcentage == 100) { delete this.onEnterFrame; _parent.play(); } }; &#160; MovieClipLoader 1 Flash 8 T&#233;l&#233;chargez Voir le code var monClip_mcl [...]]]></description>
		<wfw:commentRss>http://cours-internet.com/loadings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Players FLV (AS2)</title>
		<link>http://cours-internet.com/players-flv/</link>
		<comments>http://cours-internet.com/players-flv/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 07:40:54 +0000</pubDate>
		<dc:creator>bchabrol</dc:creator>
				<category><![CDATA[Scripts (AS2)]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[flash video player]]></category>
		<category><![CDATA[flv]]></category>
		<category><![CDATA[player flv]]></category>
		<category><![CDATA[source flash]]></category>
		<category><![CDATA[xml]]></category>

		<guid isPermaLink="false">http://ateliernumerique.com/cours-video/?p=481</guid>
		<description><![CDATA[Player simple 01 Flash 8 T&#233;l&#233;chargez &#160; Player Simple 02 (sans xml) Flash 8 T&#233;l&#233;chargez Player + sur la premi&#232;re image [hidepost]Flash 8 T&#233;l&#233;chargez Player + arr&#232;t sur la premi&#232;re image + Volume + avance rapide [hidepost]Flash 8 T&#233;l&#233;chargez[/hidepost Player + arr&#232;t sur la premi&#232;re image + Volume + avance rapide + menu [hidepost]Flash 8 [...]]]></description>
		<wfw:commentRss>http://cours-internet.com/players-flv/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Manipulation de textes (AS2)</title>
		<link>http://cours-internet.com/manipulation-de-textes/</link>
		<comments>http://cours-internet.com/manipulation-de-textes/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 07:38:08 +0000</pubDate>
		<dc:creator>bchabrol</dc:creator>
				<category><![CDATA[Scripts (AS2)]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[createTextField]]></category>
		<category><![CDATA[getBytesLoaded]]></category>
		<category><![CDATA[LoadVars]]></category>
		<category><![CDATA[onEnterFrame]]></category>
		<category><![CDATA[onRollOver]]></category>
		<category><![CDATA[source flash]]></category>

		<guid isPermaLink="false">http://ateliernumerique.com/cours-video/?p=478</guid>
		<description><![CDATA[function opendivslid(id) { for (i=1;i]]></description>
		<wfw:commentRss>http://cours-internet.com/manipulation-de-textes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webcam &amp; Micro</title>
		<link>http://cours-internet.com/webcam-micro/</link>
		<comments>http://cours-internet.com/webcam-micro/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 06:58:01 +0000</pubDate>
		<dc:creator>bchabrol</dc:creator>
				<category><![CDATA[Scripts (AS2)]]></category>
		<category><![CDATA[actionscript2]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[flash webcam]]></category>
		<category><![CDATA[microphone]]></category>
		<category><![CDATA[source flash]]></category>
		<category><![CDATA[webcam]]></category>

		<guid isPermaLink="false">http://ateliernumerique.com/cours-video/?p=455</guid>
		<description><![CDATA[Webcam Bouger devant votre webcam Flash 8 T&#233;l&#233;chargez &#160; //Renvoie une r&#233;f&#233;rence &#224; un objet Camera pour capturer des donn&#233;es video //Pour commencer la capture de vid&#233;o, vous devez relier l&#8217;objet Camera &#224; un objet video (ici &#34;vid&#34;) mycam = Camera.get(); vid.attachVideo(mycam); //La m&#233;thode ActionScript Flash MX Camera.setMode(largeur, hauteur fps, cameraPref), va vous permettre de [...]]]></description>
		<wfw:commentRss>http://cours-internet.com/webcam-micro/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Diaporamas et défilement d&#8217;images</title>
		<link>http://cours-internet.com/diaporamas-et-defilement-dimages/</link>
		<comments>http://cours-internet.com/diaporamas-et-defilement-dimages/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 06:41:16 +0000</pubDate>
		<dc:creator>bchabrol</dc:creator>
				<category><![CDATA[Scripts (AS2)]]></category>
		<category><![CDATA[diaporamas]]></category>
		<category><![CDATA[galerie images]]></category>
		<category><![CDATA[import mx.transitions.easing]]></category>
		<category><![CDATA[import mx.transitions.Tween]]></category>
		<category><![CDATA[tween]]></category>

		<guid isPermaLink="false">http://ateliernumerique.com/cours-video/?p=452</guid>
		<description><![CDATA[function opendivdiapo(id) { for (i=1;i]]></description>
		<wfw:commentRss>http://cours-internet.com/diaporamas-et-defilement-dimages/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gestion des Sons</title>
		<link>http://cours-internet.com/sons/</link>
		<comments>http://cours-internet.com/sons/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 06:34:56 +0000</pubDate>
		<dc:creator>bchabrol</dc:creator>
				<category><![CDATA[Scripts (AS2)]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[chargement son]]></category>
		<category><![CDATA[gotonextsound]]></category>
		<category><![CDATA[lecteur mp3]]></category>
		<category><![CDATA[loading mp3]]></category>
		<category><![CDATA[loadSound]]></category>
		<category><![CDATA[new Sound]]></category>
		<category><![CDATA[sons adobe flash]]></category>
		<category><![CDATA[source flash]]></category>

		<guid isPermaLink="false">http://ateliernumerique.com/cours-video/?p=475</guid>
		<description><![CDATA[function opendivslid(id) { for (i=1;i]]></description>
		<wfw:commentRss>http://cours-internet.com/sons/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

