\ufeff<?xml version="1.0" encoding="utf-8"?>
		<customactions>
			<actionspanel>
				<ifedition edition="pro">
					<folder name="Ecrans" id="Screen Classes" index="true" tiptext="Classes d&apos;écran Flash" helpid="" version="6">
						<folder name="Formulaire" id="[mx.screens.Form]" index="true" tiptext="Classe de formulaire. Redimensionne l&apos;écran." helpid="x20698" version="6">
							<folder name="Propriétés" id="Properties" tiptext="Propriétés du formulaire" version="6">
								<string name="autoLoad" tiptext="Si true, chargement automatique du contenu" helpid="x20C3B" text=".autoLoad" object="[mx.screens.Form]" version="6"/>
								<string name="bytesLoaded" tiptext="Renvoie le nombre d&apos;octets chargés du chargeur" helpid="x20C3C" text=".bytesLoaded" object="[mx.screens.Form]" version="6"/>
								<string name="bytesTotal" tiptext="Renvoie le contenu du chargeur, en octets" helpid="x20C3D" text=".bytesTotal" object="[mx.screens.Form]" version="6"/>
								<string name="content" tiptext="Renvoie le contenu du chargeur" helpid="x20C3E" text=".content" object="[mx.screens.Form]" version="6"/>
								<string name="contentPath" tiptext="Acquiert ou définit l&apos;URL absolue ou relative du contenu à charger" helpid="x20C3F" text=".contentPath" object="[mx.screens.Form]" version="6"/>
								<string name="currentFocusedForm" tiptext="Formulaire feuille-noeud contenant le champ ou le composant avec focus actuel" helpid="x2076E" text="mx.screens.Form.currentFocusedForm" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="currentFocusedScreen" tiptext="Ecran enfant actuel contenant le focus global" helpid="x2074E" text="mx.screens.Form.currentFocusedScreen" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="enabled" tiptext="Indique si le composant accepte une interaction utilisateur" helpid="x20F70" text=".enabled" object="[mx.screens.Form]" version="6"/>
								<string name="indexInParent" tiptext="index de cet écran dans son parent (getChildScreen)" helpid="x20748" text=".indexInParent" object="[mx.screens.Form]" version="6"/>
								<string name="indexInParentForm" tiptext="index de ce formulaire dans son parent (getChildForm)" helpid="x20769" text=".indexInParentForm" object="[mx.screens.Form]" version="6"/>
								<string name="numChildForms" tiptext="nombre de formulaires enfant de ce formulaire" helpid="x2076A" text=".numChildForms" object="[mx.screens.Form]" version="6"/>
								<string name="numChildScreens" tiptext="nombre d&apos;écrans enfant de cet écran" helpid="x20749" text=".numChildScreens" object="[mx.screens.Form]" version="6"/>
								<string name="numChildren" tiptext="Renvoie le nombre d&apos;enfants" helpid="x20D48" text=".numChildren" object="[mx.screens.Form]" version="6"/>
								<string name="parentForm" tiptext="Formulaire contenant ce formulaire" helpid="x2076C" text=".parentForm" object="[mx.screens.Form]" version="6"/>
								<string name="parentIsForm" tiptext="True si le _parent de ce formulaire est un formulaire" helpid="x2076B" text=".parentIsForm" object="[mx.screens.Form]" version="6"/>
								<string name="parentIsScreen" tiptext="True si le _parent de cet écran est un écran" helpid="x2074A" text=".parentIsScreen" object="[mx.screens.Form]" version="6"/>
								<string name="parentScreen" tiptext="Ecran contenant cet écran" helpid="x2074B" text=".parentScreen" object="[mx.screens.Form]" version="6"/>
								<string name="percentLoaded" tiptext="Obtient le pourcentage du contenu chargé" helpid="x20C40" text=".percentLoaded" object="[mx.screens.Form]" version="6"/>
								<string name="rootForm" tiptext="Formulaire racine de la sous-arborescence de formulaires contenant ce formulaire" helpid="x2076D" text=".rootForm" object="[mx.screens.Form]" version="6"/>
								<string name="rootScreen" tiptext="Racine de la sous-arborescence d&apos;écrans contenant cet écran" helpid="x2074C" text=".rootScreen" object="[mx.screens.Form]" version="6"/>
								<string name="scaleContent" tiptext="Si true, redimensionne le contenu pour l&apos;adapter à la taille du chargeur" helpid="x20C41" text=".scaleContent" object="[mx.screens.Form]" version="6"/>
								<string name="scaleX" tiptext="Indique le facteur d&apos;échelle horizontal" helpid="x20F86" text=".scaleX" object="[mx.screens.Form]" version="6"/>
								<string name="scaleY" tiptext="Indique le facteur d&apos;échelle vertical" helpid="x20F87" text=".scaleY" object="[mx.screens.Form]" version="6"/>
								<string name="visible" tiptext="contrôle l&apos;affichage du formulaire" helpid="x20768" text=".visible" object="[mx.screens.Form]" version="6"/>
							</folder>
							<folder name="Méthodes" id="Methods" tiptext="Méthodes de formulaire" version="6">
								<string name="addEventListener" tiptext="Ajoute un écouteur pour un événement" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.screens.Form]" version="6"/>
								<string name="createClassObject" tiptext="Crée un sous-objet à l&apos;aide de son nom de classe" helpid="x20F79" text=".createClassObject(% NomClasse:Function, id:String, profondeur:Number, obj_init:Object %)" object="[mx.screens.Form]" version="6"/>
								<string name="createObject" tiptext="Crée un sous-objet à l&apos;aide de son nom de symbole" helpid="x20F78" text=".createObject(% NomLiaison:String, id:String, profondeur:Number, obj_init:Object %)" object="[mx.screens.Form]" version="6"/>
								<string name="destroyObject" tiptext="Détruit l&apos;objet spécifié" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.screens.Form]" version="6"/>
								<string name="getChildAt" tiptext="Renvoie l&apos;enfant à la position indiquée" helpid="x20D4B" text=".getChildAt(% indexEnfant:Number %)" object="[mx.screens.Form]" version="6"/>
								<string name="getChildForm" tiptext="Recherche l&apos;enfant n de ce formulaire" helpid="x2076F" text=".getChildForm(% indexEnfant:Number %)" object="[mx.screens.Form]" version="6"/>
								<string name="getChildScreen" tiptext="Recherche l&apos;enfant n d&apos;un écran" helpid="x2074F" text=".getChildScreen(% indexEnfant:Number %)" object="[mx.screens.Form]" version="6"/>
								<string name="getFocus" tiptext="Renvoie le composant ayant actuellement le focus" helpid="x20F71" text=".getFocus(% %)" object="[mx.screens.Form]" version="6"/>
								<string name="getStyle" tiptext="Acquiert la valeur de style associée à la propriété de style" helpid="x20F7D" text=".getStyle(% propriétéDeStyle:String %)" object="[mx.screens.Form]" version="6"/>
								<string name="handleEvent" tiptext="Gère tous les événements" helpid="x20BD8" text=".handleEvent(% %)" object="[mx.screens.Form]" version="6"/>
								<string name="invalidate" tiptext="Marque un objet à redessiner dans l&apos;intervalle entre les images suivant" helpid="x20F7E" text=".invalidate(% Invalider %)" object="[mx.screens.Form]" version="6"/>
								<string name="load" tiptext="Indique au chargeur de lancer le chargement de son contenu." helpid="x20C42" text=".load(% url:String %)" object="[mx.screens.Form]" version="6"/>
								<string name="move" tiptext="Déplace l&apos;objet vers l&apos;emplacement indiqué" helpid="x20F82" text=".move(% x:Number, y:Number, aucunEvénement:Boolean %)" object="[mx.screens.Form]" version="6"/>
								<string name="redraw" tiptext="Redessine un objet immédiatement" helpid="x20F83" text=".redraw(% bToujours:Boolean %)" object="[mx.screens.Form]" version="6"/>
								<string name="setFocus" tiptext="Définit le focus sur ce composant" helpid="x20F74" text=".setFocus(% %)" object="[mx.screens.Form]" version="6"/>
								<string name="setSize" tiptext="Redimensionne l&apos;objet à la taille indiquée" helpid="x20F88" text=".setSize(% l:Number, h:Number, aucunEvénement:Boolean %)" object="[mx.screens.Form]" version="6"/>
								<string name="setStyle" tiptext="Définit une valeur de style pour la propriété de style indiquée" helpid="x20F8A" text=".setStyle(%nomDePropriété:String, valeur:String%)" object="[mx.screens.Form]" version="6"/>
							</folder>
							<folder name="Evènements" id="Events" tiptext="Evénements de formulaire" version="6">
								<string name="allTransitionsInDone" tiptext="événement allTransitionsInDone" helpid="x2073A" text=".addEventListener(&quot;allTransitionsInDone&quot;, %écouteur%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="allTransitionsOutDone" tiptext="événement allTransitionsOutDone" helpid="x2073B" text=".addEventListener(&quot;allTransitionsOutDone&quot;, %écouteur%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="complete" tiptext="événement complete" helpid="x20C38" text=".addEventListener(&quot;complete&quot;, %écouteur%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="draw" tiptext="événement draw" helpid="x20F7B" text=".addEventListener(&quot;draw&quot;, %écouteur%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="focusIn" tiptext="événement focusIn" helpid="x20F6E" text=".addEventListener(&quot;focusIn&quot;, %écouteur%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="focusOut" tiptext="événement focusOut" helpid="x20F6F" text=".addEventListener(&quot;focusOut&quot;, %écouteur%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="hide" tiptext="événement hide" helpid="x2073C" text=".addEventListener(&quot;hide&quot;, %écouteur%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="keyDown" tiptext="événement keyDown" helpid="x20F72" text=".addEventListener(&quot;keyDown&quot;, %écouteur%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="keyUp" tiptext="événement keyUp" helpid="x20F73" text=".addEventListener(&quot;keyUp&quot;, %écouteur%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="load" tiptext="événement load" helpid="x20F80" text=".addEventListener(&quot;load&quot;, %écouteur%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="mouseDown" tiptext="événement mouseDown" helpid="x2073E" text=".addEventListener(&quot;mouseDown&quot;, %écouteur%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="mouseDownSomewhere" tiptext="événement mouseDownSomewhere" helpid="x2073F" text=".addEventListener(&quot;mouseDownSomewhere&quot;, %écouteur%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="mouseMove" tiptext="événement mouseMove" helpid="x20740" text=".addEventListener(&quot;mouseMove&quot;, %écouteur%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="mouseOut" tiptext="événement mouseOut" helpid="x20770" text=".addEventListener(&quot;mouseOut&quot;, %écouteur%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="mouseOver" tiptext="événement mouseOver" helpid="x20742" text=".addEventListener(&quot;mouseOver&quot;, %écouteur%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="mouseUp" tiptext="événement mouseUp" helpid="x20743" text=".addEventListener(&quot;mouseUp&quot;, %écouteur%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="mouseUpSomewhere" tiptext="événement mouseUpSomewhere" helpid="x20744" text=".addEventListener(&quot;mouseUpSomewhere&quot;, %écouteur%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="move" tiptext="événement move" helpid="x20F81" text=".addEventListener(&quot;move&quot;, %écouteur%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="progress" tiptext="événement progress" helpid="x20C39" text=".addEventListener(&quot;progress&quot;, %écouteur%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="resize" tiptext="événement resize" helpid="x20F84" text=".addEventListener(&quot;resize&quot;, %écouteur%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="reveal" tiptext="événement reveal" helpid="x20745" text=".addEventListener(&quot;reveal&quot;, %écouteur%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="unload" tiptext="événement unload" helpid="x20F8C" text=".addEventListener(&quot;unload&quot;, %écouteur%);" codehint="false" object="[mx.screens.Form]" version="6"/>
							</folder>
						</folder>
						<folder name="Diapositive" id="[mx.screens.Slide]" index="true" tiptext="Classe de diapositive. Redimensionne l&apos;écran." helpid="x20694" version="6">
							<folder name="Propriétés" id="Properties" tiptext="Propriétés de diapositive" version="6">
								<string name="autoKeyNav" tiptext="Utiliser le traitement des événem. keydown assoc. aux touches flèchées pour la navig. entre les diapo." helpid="x20751" text=".autoKeyNav" object="[mx.screens.Slide]" version="6"/>
								<string name="autoLoad" tiptext="Si true, chargement automatique du contenu" helpid="x20C3B" text=".autoLoad" object="[mx.screens.Slide]" version="6"/>
								<string name="bytesLoaded" tiptext="Renvoie le nombre d&apos;octets chargés du chargeur" helpid="x20C3C" text=".bytesLoaded" object="[mx.screens.Slide]" version="6"/>
								<string name="bytesTotal" tiptext="Renvoie le contenu du chargeur, en octets" helpid="x20C3D" text=".bytesTotal" object="[mx.screens.Slide]" version="6"/>
								<string name="content" tiptext="Renvoie le contenu du chargeur" helpid="x20C3E" text=".content" object="[mx.screens.Slide]" version="6"/>
								<string name="contentPath" tiptext="Acquiert ou définit l&apos;URL absolue ou relative du contenu à charger" helpid="x20C3F" text=".contentPath" object="[mx.screens.Slide]" version="6"/>
								<string name="currentChildSlide" tiptext="Diapositive enfant immédiate contenant la diapositive (feuille-noeud) actuelle" helpid="x20754" text=".currentChildSlide" object="[mx.screens.Slide]" version="6"/>
								<string name="currentFocusedScreen" tiptext="Ecran enfant actuel contenant le focus global" helpid="x2074E" text="mx.screens.Slide.currentFocusedScreen" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="currentFocusedSlide" tiptext="Diapositive feuille-noeud contenant le champ ou le composant avec focus actuel" helpid="x20756" text="mx.screens.Slide.currentFocusedSlide" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="currentSlide" tiptext="Diapositive feuille-noeud active" helpid="x20755" text=".currentSlide" object="[mx.screens.Slide]" version="6"/>
								<string name="defaultKeyDownHandler" tiptext="gestionnaire keydown à appeler pour traitement des événem. key de cette diapo." helpid="x20757" text=".defaultKeyDownHandler" object="[mx.screens.Slide]" version="6"/>
								<string name="enabled" tiptext="Indique si le composant accepte une interaction utilisateur" helpid="x20F70" text=".enabled" object="[mx.screens.Slide]" version="6"/>
								<string name="firstSlide" tiptext="Première diapositive feuille de la sous-arborescence de la diapositive" helpid="x20758" text=".firstSlide" object="[mx.screens.Slide]" version="6"/>
								<string name="indexInParent" tiptext="index de cet écran dans son parent (getChildScreen)" helpid="x20748" text=".indexInParent" object="[mx.screens.Slide]" version="6"/>
								<string name="indexInParentSlide" tiptext="index de cette diapositive dans son parent (getChildSlide)" helpid="x2075A" text=".indexInParentSlide" object="[mx.screens.Slide]" version="6"/>
								<string name="lastSlide" tiptext="Dernière diapositive feuille de la sous-arborescence de la diapositive" helpid="x20759" text=".lastSlide" object="[mx.screens.Slide]" version="6"/>
								<string name="nextSlide" tiptext="diapositive suivante dans le contour de diapositive" helpid="x2075B" text=".nextSlide" object="[mx.screens.Slide]" version="6"/>
								<string name="numChildScreens" tiptext="nombre d&apos;écrans enfant de cet écran" helpid="x20749" text=".numChildScreens" object="[mx.screens.Slide]" version="6"/>
								<string name="numChildSlides" tiptext="nombre de diapositives enfant de cette diapositive" helpid="x2075C" text=".numChildSlides" object="[mx.screens.Slide]" version="6"/>
								<string name="numChildren" tiptext="Renvoie le nombre d&apos;enfants" helpid="x20D48" text=".numChildren" object="[mx.screens.Slide]" version="6"/>
								<string name="overlayChildren" tiptext="Superpose et numérote les diapositives enfant lors de l&apos;affichage" helpid="x20752" text=".overlayChildren" object="[mx.screens.Slide]" version="6"/>
								<string name="parentIsScreen" tiptext="True si le _parent de cet écran est un écran" helpid="x2074A" text=".parentIsScreen" object="[mx.screens.Slide]" version="6"/>
								<string name="parentIsSlide" tiptext="True si le _parent de cette diapositive est une diapositive" helpid="x2075D" text=".parentIsSlide" object="[mx.screens.Slide]" version="6"/>
								<string name="parentScreen" tiptext="Ecran contenant cet écran" helpid="x2074B" text=".parentScreen" object="[mx.screens.Slide]" version="6"/>
								<string name="parentSlide" tiptext="Diapositive contenant cette diapositive" helpid="x227B5" text=".parentSlide" object="[mx.screens.Slide]" version="6"/>
								<string name="percentLoaded" tiptext="Obtient le pourcentage du contenu chargé" helpid="x20C40" text=".percentLoaded" object="[mx.screens.Slide]" version="6"/>
								<string name="playHidden" tiptext="Poursuivre la lecture du scénario lorsque la diapo. est masquée" helpid="x20753" text=".playHidden" object="[mx.screens.Slide]" version="6"/>
								<string name="previousSlide" tiptext="Diapositive précédente dans le contour de diapositive" helpid="x2075F" text=".previousSlide" object="[mx.screens.Slide]" version="6"/>
								<string name="rootScreen" tiptext="Racine de la sous-arborescence d&apos;écrans contenant cet écran" helpid="x2074C" text=".rootScreen" object="[mx.screens.Slide]" version="6"/>
								<string name="rootSlide" tiptext="Diapositive racine de la sous-arborescence de diapositives contenant cet écran" helpid="x20760" text=".rootSlide" object="[mx.screens.Slide]" version="6"/>
								<string name="scaleContent" tiptext="Si true, redimensionne le contenu pour l&apos;adapter à la taille du chargeur" helpid="x20C41" text=".scaleContent" object="[mx.screens.Slide]" version="6"/>
								<string name="scaleX" tiptext="Indique le facteur d&apos;échelle horizontal" helpid="x20F86" text=".scaleX" object="[mx.screens.Slide]" version="6"/>
								<string name="scaleY" tiptext="Indique le facteur d&apos;échelle vertical" helpid="x20F87" text=".scaleY" object="[mx.screens.Slide]" version="6"/>
							</folder>
							<folder name="Méthodes" id="Methods" tiptext="Méthodes de diapositive" version="6">
								<string name="addEventListener" tiptext="Ajoute un écouteur pour un événement" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.screens.Slide]" version="6"/>
								<string name="createClassObject" tiptext="Crée un sous-objet à l&apos;aide de son nom de classe" helpid="x20F79" text=".createClassObject(% NomClasse:Function, id:String, profondeur:Number, obj_init:Object %)" object="[mx.screens.Slide]" version="6"/>
								<string name="createObject" tiptext="Crée un sous-objet à l&apos;aide de son nom de symbole" helpid="x20F78" text=".createObject(% NomLiaison:String, id:String, profondeur:Number, obj_init:Object %)" object="[mx.screens.Slide]" version="6"/>
								<string name="destroyObject" tiptext="Détruit l&apos;objet spécifié" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.screens.Slide]" version="6"/>
								<string name="getChildAt" tiptext="Renvoie l&apos;enfant à la position indiquée" helpid="x20D4B" text=".getChildAt(% indexEnfant:Number %)" object="[mx.screens.Slide]" version="6"/>
								<string name="getChildScreen" tiptext="Recherche l&apos;enfant n d&apos;un écran" helpid="x2074F" text=".getChildScreen(% indexEnfant:Number %)" object="[mx.screens.Slide]" version="6"/>
								<string name="getChildSlide" tiptext="Recherche l&apos;enfant n de cette diapositive" helpid="x20761" text=".getChildSlide(% indexEnfant:Number %)" object="[mx.screens.Slide]" version="6"/>
								<string name="getFocus" tiptext="Renvoie le composant ayant actuellement le focus" helpid="x20F71" text=".getFocus(% %)" object="[mx.screens.Slide]" version="6"/>
								<string name="getStyle" tiptext="Acquiert la valeur de style associée à la propriété de style" helpid="x20F7D" text=".getStyle(% propriétéDeStyle:String %)" object="[mx.screens.Slide]" version="6"/>
								<string name="gotoFirstSlide" tiptext="Accéder à la première diapositive feuille sous cette diapositive" helpid="x20762" text=".gotoFirstSlide(% %)" object="[mx.screens.Slide]" version="6"/>
								<string name="gotoLastSlide" tiptext="Accéder à la dernière diapositive feuille sous cette diapositive" helpid="x20763" text=".gotoLastSlide(% %)" object="[mx.screens.Slide]" version="6"/>
								<string name="gotoNextSlide" tiptext="Accéder à la diapositive feuille suivante" helpid="x20764" text=".gotoNextSlide(% %)" object="[mx.screens.Slide]" version="6"/>
								<string name="gotoPreviousSlide" tiptext="Accéder à la diapositive feuille précédente" helpid="x20765" text=".gotoPreviousSlide(% %)" object="[mx.screens.Slide]" version="6"/>
								<string name="gotoSlide" tiptext="Accéder à une autre diapositive" helpid="x20766" text=".gotoSlide(% nouvelleDiapo:Slide %)" object="[mx.screens.Slide]" version="6"/>
								<string name="handleEvent" tiptext="Gère tous les événements" helpid="x20BD8" text=".handleEvent(% %)" object="[mx.screens.Slide]" version="6"/>
								<string name="invalidate" tiptext="Marque un objet à redessiner dans l&apos;intervalle entre les images suivant" helpid="x20F7E" text=".invalidate(% Invalider %)" object="[mx.screens.Slide]" version="6"/>
								<string name="load" tiptext="Indique au chargeur de lancer le chargement de son contenu." helpid="x20C42" text=".load(% url:String %)" object="[mx.screens.Slide]" version="6"/>
								<string name="move" tiptext="Déplace l&apos;objet vers l&apos;emplacement indiqué" helpid="x20F82" text=".move(% x:Number, y:Number, aucunEvénement:Boolean %)" object="[mx.screens.Slide]" version="6"/>
								<string name="redraw" tiptext="Redessine un objet immédiatement" helpid="x20F83" text=".redraw(% bToujours:Boolean %)" object="[mx.screens.Slide]" version="6"/>
								<string name="setFocus" tiptext="Définit le focus sur ce composant" helpid="x20F74" text=".setFocus(% %)" object="[mx.screens.Slide]" version="6"/>
								<string name="setSize" tiptext="Redimensionne l&apos;objet à la taille indiquée" helpid="x20F88" text=".setSize(% l:Number, h:Number, aucunEvénement:Boolean %)" object="[mx.screens.Slide]" version="6"/>
								<string name="setStyle" tiptext="Définit une valeur de style pour la propriété de style indiquée" helpid="x20F8A" text=".setStyle(%nomDePropriété:String, valeur:String%)" object="[mx.screens.Slide]" version="6"/>
							</folder>
							<folder name="Evènements" id="Events" tiptext="Evénements de diapositive" version="6">
								<string name="allTransitionsInDone" tiptext="événement allTransitionsInDone" helpid="x2073A" text=".addEventListener(&quot;allTransitionsInDone&quot;, %écouteur%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="allTransitionsOutDone" tiptext="événement allTransitionsOutDone" helpid="x2073B" text=".addEventListener(&quot;allTransitionsOutDone&quot;, %écouteur%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="complete" tiptext="événement complete" helpid="x20C38" text=".addEventListener(&quot;complete&quot;, %écouteur%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="draw" tiptext="événement draw" helpid="x20F7B" text=".addEventListener(&quot;draw&quot;, %écouteur%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="focusIn" tiptext="événement focusIn" helpid="x20F6E" text=".addEventListener(&quot;focusIn&quot;, %écouteur%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="focusOut" tiptext="événement focusOut" helpid="x20F6F" text=".addEventListener(&quot;focusOut&quot;, %écouteur%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="hide" tiptext="événement hide" helpid="x2073C" text=".addEventListener(&quot;hide&quot;, %écouteur%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="hideChild" tiptext="événement hideChild" helpid="x2073D" text=".addEventListener(&quot;hideChild&quot;, %écouteur%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="keyDown" tiptext="événement keyDown" helpid="x20F72" text=".addEventListener(&quot;keyDown&quot;, %écouteur%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="keyUp" tiptext="événement keyUp" helpid="x20F73" text=".addEventListener(&quot;keyUp&quot;, %écouteur%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="load" tiptext="événement load" helpid="x20F80" text=".addEventListener(&quot;load&quot;, %écouteur%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="mouseDown" tiptext="événement mouseDown" helpid="x2073E" text=".addEventListener(&quot;mouseDown&quot;, %écouteur%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="mouseDownSomewhere" tiptext="événement mouseDownSomewhere" helpid="x2073F" text=".addEventListener(&quot;mouseDownSomewhere&quot;, %écouteur%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="mouseMove" tiptext="événement mouseMove" helpid="x20740" text=".addEventListener(&quot;mouseMove&quot;, %écouteur%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="mouseOut" tiptext="événement mouseOut" helpid="x20770" text=".addEventListener(&quot;mouseOut&quot;, %écouteur%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="mouseOver" tiptext="événement mouseOver" helpid="x20742" text=".addEventListener(&quot;mouseOver&quot;, %écouteur%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="mouseUp" tiptext="événement mouseUp" helpid="x20743" text=".addEventListener(&quot;mouseUp&quot;, %écouteur%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="mouseUpSomewhere" tiptext="événement mouseUpSomewhere" helpid="x20744" text=".addEventListener(&quot;mouseUpSomewhere&quot;, %écouteur%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="move" tiptext="événement move" helpid="x20F81" text=".addEventListener(&quot;move&quot;, %écouteur%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="progress" tiptext="événement progress" helpid="x20C39" text=".addEventListener(&quot;progress&quot;, %écouteur%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="resize" tiptext="événement resize" helpid="x20F84" text=".addEventListener(&quot;resize&quot;, %écouteur%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="reveal" tiptext="événement reveal" helpid="x20745" text=".addEventListener(&quot;reveal&quot;, %écouteur%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="revealChild" tiptext="événement revealChild" helpid="x20746" text=".addEventListener(&quot;revealChild&quot;, %écouteur%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="unload" tiptext="événement unload" helpid="x20F8C" text=".addEventListener(&quot;unload&quot;, %écouteur%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
							</folder>
						</folder>
					</folder>
					<folder name="Types" id="Types" index="true" tiptext="Types de composants pouvant être utilisés dans le cadre d&apos;un typage fort" helpid="x20000" version="6">
						<string name="Form" tiptext="Type Formulaire" helpid="x20698" text="Form" object="mx.screens.Form" version="6"/>
						<string name="Slide" tiptext="Type Diapositive" helpid="x20694" text="Slide" object="mx.screens.Slide" version="6"/>
					</folder>
				</ifedition>
	</actionspanel>
	<codehints>
				<package name="mx.screens" children="Form,Slide"/>
	</codehints>
				<colorsyntax>
					<ifedition edition="pro">
						<identifier text="Form"/>
						<identifier text="Slide"/>
						<identifier text="addEventListener"/>
						<identifier text="allTransitionsInDone"/>
						<identifier text="allTransitionsOutDone"/>
						<identifier text="autoKeyNav"/>
						<identifier text="autoLoad"/>
						<identifier text="bytesLoaded"/>
						<identifier text="bytesTotal"/>
						<identifier text="complete"/>
						<identifier text="content"/>
						<identifier text="contentPath"/>
						<identifier text="createClassObject"/>
						<identifier text="createObject"/>
						<identifier text="currentChildSlide"/>
						<identifier text="currentFocusedForm"/>
						<identifier text="currentFocusedScreen"/>
						<identifier text="currentFocusedSlide"/>
						<identifier text="currentSlide"/>
						<identifier text="defaultKeyDownHandler"/>
						<identifier text="destroyObject"/>
						<identifier text="draw"/>
						<identifier text="enabled"/>
						<identifier text="firstSlide"/>
						<identifier text="focusIn"/>
						<identifier text="focusOut"/>
						<identifier text="getChildAt"/>
						<identifier text="getChildForm"/>
						<identifier text="getChildScreen"/>
						<identifier text="getChildSlide"/>
						<identifier text="getFocus"/>
						<identifier text="getStyle"/>
						<identifier text="gotoFirstSlide"/>
						<identifier text="gotoLastSlide"/>
						<identifier text="gotoNextSlide"/>
						<identifier text="gotoPreviousSlide"/>
						<identifier text="gotoSlide"/>
						<identifier text="handleEvent"/>
						<identifier text="hide"/>
						<identifier text="hideChild"/>
						<identifier text="indexInParent"/>
						<identifier text="indexInParentForm"/>
						<identifier text="indexInParentSlide"/>
						<identifier text="invalidate"/>
						<identifier text="keyDown"/>
						<identifier text="keyUp"/>
						<identifier text="lastSlide"/>
						<identifier text="load"/>
						<identifier text="mouseDown"/>
						<identifier text="mouseDownSomewhere"/>
						<identifier text="mouseMove"/>
						<identifier text="mouseOut"/>
						<identifier text="mouseOver"/>
						<identifier text="mouseUp"/>
						<identifier text="mouseUpSomewhere"/>
						<identifier text="move"/>
						<identifier text="mx.screens.Form"/>
						<identifier text="mx.screens.Slide"/>
						<identifier text="nextSlide"/>
						<identifier text="numChildForms"/>
						<identifier text="numChildScreens"/>
						<identifier text="numChildSlides"/>
						<identifier text="numChildren"/>
						<identifier text="overlayChildren"/>
						<identifier text="parentForm"/>
						<identifier text="parentIsForm"/>
						<identifier text="parentIsScreen"/>
						<identifier text="parentIsSlide"/>
						<identifier text="parentScreen"/>
						<identifier text="parentSlide"/>
						<identifier text="percentLoaded"/>
						<identifier text="playHidden"/>
						<identifier text="previousSlide"/>
						<identifier text="progress"/>
						<identifier text="redraw"/>
						<identifier text="resize"/>
						<identifier text="reveal"/>
						<identifier text="revealChild"/>
						<identifier text="rootForm"/>
						<identifier text="rootScreen"/>
						<identifier text="rootSlide"/>
						<identifier text="scaleContent"/>
						<identifier text="scaleX"/>
						<identifier text="scaleY"/>
						<identifier text="setFocus"/>
						<identifier text="setSize"/>
						<identifier text="setStyle"/>
						<identifier text="unload"/>
						<identifier text="visible"/>
					</ifedition>
				</colorsyntax>
			</customactions>
