\ufeff<?xml version="1.0" encoding="utf-8"?>
		<customactions>
			<actionspanel>
				<ifedition edition="pro">
					<folder name="Telas" id="Screen Classes" index="true" tiptext="Classes Screen do Flash" helpid="" version="6">
						<folder name="Formulário" id="[mx.screens.Form]" index="true" tiptext="Classe Form. Estende a tela." helpid="x20698" version="6">
							<folder name="Propriedades" id="Properties" tiptext="Propriedades de Form" version="6">
								<string name="autoLoad" tiptext="Se verdadeiro, carrega automaticamente o conteúdo" helpid="x20C3B" text=".autoLoad" object="[mx.screens.Form]" version="6"/>
								<string name="bytesLoaded" tiptext="Retorna o número de bytes carregados do conteúdo de Loader" helpid="x20C3C" text=".bytesLoaded" object="[mx.screens.Form]" version="6"/>
								<string name="bytesTotal" tiptext="Retorna o tamanho do conteúdo de Loader, em bytes." helpid="x20C3D" text=".bytesTotal" object="[mx.screens.Form]" version="6"/>
								<string name="content" tiptext="Retorna o conteúdo de Loader" helpid="x20C3E" text=".content" object="[mx.screens.Form]" version="6"/>
								<string name="contentPath" tiptext="Obtém ou define a URL absoluta ou relativa do conteúdo a ser carregado" helpid="x20C3F" text=".contentPath" object="[mx.screens.Form]" version="6"/>
								<string name="currentFocusedForm" tiptext="Formulário de nó-folha que contém o campo ou componente atual em foco" helpid="x2076E" text="mx.screens.Form.currentFocusedForm" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="currentFocusedScreen" tiptext="Tela atual na extremidade da folha que contém o foco global" helpid="x2074E" text="mx.screens.Form.currentFocusedScreen" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="enabled" tiptext="Especifica se o componente aceita interação do usuário" helpid="x20F70" text=".enabled" object="[mx.screens.Form]" version="6"/>
								<string name="indexInParent" tiptext="índice desta tela em seu pai (getChildScreen)" helpid="x20748" text=".indexInParent" object="[mx.screens.Form]" version="6"/>
								<string name="indexInParentForm" tiptext="índice deste formulário em seu pai (getChildForm)" helpid="x20769" text=".indexInParentForm" object="[mx.screens.Form]" version="6"/>
								<string name="numChildForms" tiptext="número de formulários-filho deste formulário" helpid="x2076A" text=".numChildForms" object="[mx.screens.Form]" version="6"/>
								<string name="numChildScreens" tiptext="número de telas-filho desta tela" helpid="x20749" text=".numChildScreens" object="[mx.screens.Form]" version="6"/>
								<string name="numChildren" tiptext="Retorna o número de filhos" helpid="x20D48" text=".numChildren" object="[mx.screens.Form]" version="6"/>
								<string name="parentForm" tiptext="Formulário contendo este formulário" helpid="x2076C" text=".parentForm" object="[mx.screens.Form]" version="6"/>
								<string name="parentIsForm" tiptext="Verdadeiro se _parent deste formulário for um formulário" helpid="x2076B" text=".parentIsForm" object="[mx.screens.Form]" version="6"/>
								<string name="parentIsScreen" tiptext="Verdadeiro se _parent desta tela for uma tela" helpid="x2074A" text=".parentIsScreen" object="[mx.screens.Form]" version="6"/>
								<string name="parentScreen" tiptext="Tela contendo esta tela" helpid="x2074B" text=".parentScreen" object="[mx.screens.Form]" version="6"/>
								<string name="percentLoaded" tiptext="Obtém a porcentagem do conteúdo carregado" helpid="x20C40" text=".percentLoaded" object="[mx.screens.Form]" version="6"/>
								<string name="rootForm" tiptext="Formulário raiz da subárvore de formulários que contém este formulário" helpid="x2076D" text=".rootForm" object="[mx.screens.Form]" version="6"/>
								<string name="rootScreen" tiptext="Raiz da subárvore de telas que contém esta tela" helpid="x2074C" text=".rootScreen" object="[mx.screens.Form]" version="6"/>
								<string name="scaleContent" tiptext="Se verdadeiro, dimensiona o conteúdo para ajustá-lo ao tamanho de Loader" helpid="x20C41" text=".scaleContent" object="[mx.screens.Form]" version="6"/>
								<string name="scaleX" tiptext="Especifica o fator de dimensionamento horizontal" helpid="x20F86" text=".scaleX" object="[mx.screens.Form]" version="6"/>
								<string name="scaleY" tiptext="Especifica o fator de dimensionamento vertical" helpid="x20F87" text=".scaleY" object="[mx.screens.Form]" version="6"/>
								<string name="visible" tiptext="controla se o formulário é visível" helpid="x20768" text=".visible" object="[mx.screens.Form]" version="6"/>
							</folder>
							<folder name="Métodos" id="Methods" tiptext="Métodos de Form" version="6">
								<string name="addEventListener" tiptext="Adiciona um ouvinte para um evento" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.screens.Form]" version="6"/>
								<string name="createClassObject" tiptext="Cria um subobjeto usando seu nome de classe" helpid="x20F79" text=".createClassObject(% nomeClasse:Function, id:String, profundidade:Number, objinit:Object %)" object="[mx.screens.Form]" version="6"/>
								<string name="createObject" tiptext="Cria um subobjeto usando seu nome de símbolo" helpid="x20F78" text=".createObject(% nomeLigação:String, id:String, profundidade:Number, objinit:Object %)" object="[mx.screens.Form]" version="6"/>
								<string name="destroyObject" tiptext="Destrói o objeto especificado" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.screens.Form]" version="6"/>
								<string name="getChildAt" tiptext="Retorna o filho na posição especificada" helpid="x20D4B" text=".getChildAt(% índiceFilho:Number %)" object="[mx.screens.Form]" version="6"/>
								<string name="getChildForm" tiptext="Obter o enésimo filho deste formulário" helpid="x2076F" text=".getChildForm(% índiceFilho:Number %)" object="[mx.screens.Form]" version="6"/>
								<string name="getChildScreen" tiptext="Obter o enésimo filho de uma tela" helpid="x2074F" text=".getChildScreen(% índiceFilho:Number %)" object="[mx.screens.Form]" version="6"/>
								<string name="getFocus" tiptext="Retorna o componente que possui foco atualmente" helpid="x20F71" text=".getFocus(% %)" object="[mx.screens.Form]" version="6"/>
								<string name="getStyle" tiptext="Obtém o valor de estilo associado à propriedade de estilo" helpid="x20F7D" text=".getStyle(% propEstilo:String %)" object="[mx.screens.Form]" version="6"/>
								<string name="handleEvent" tiptext="Manipula todos os eventos" helpid="x20BD8" text=".handleEvent(% %)" object="[mx.screens.Form]" version="6"/>
								<string name="invalidate" tiptext="Marca um objeto a ser redesenhado no próximo intervalo de quadros" helpid="x20F7E" text=".invalidate(% Nulo %)" object="[mx.screens.Form]" version="6"/>
								<string name="load" tiptext="Informa Loader para iniciar o carregamento do seu conteúdo" helpid="x20C42" text=".load(% url:String %)" object="[mx.screens.Form]" version="6"/>
								<string name="move" tiptext="Move o objeto até a localização especificada" helpid="x20F82" text=".move(% x:Number, y:Number, semEvento:Boolean %)" object="[mx.screens.Form]" version="6"/>
								<string name="redraw" tiptext="Redesenha um objeto imediatamente" helpid="x20F83" text=".redraw(% bSempre:Boolean %)" object="[mx.screens.Form]" version="6"/>
								<string name="setFocus" tiptext="Define o foco para este componente" helpid="x20F74" text=".setFocus(% %)" object="[mx.screens.Form]" version="6"/>
								<string name="setSize" tiptext="Redimensiona o objeto até o tamanho especificado" helpid="x20F88" text=".setSize(% l:Number, a:Number, semEvento:Boolean %)" object="[mx.screens.Form]" version="6"/>
								<string name="setStyle" tiptext="Define um valor de estilo para a propriedade de estilo especificada" helpid="x20F8A" text=".setStyle(%nomePropriedade:String, valor:String%)" object="[mx.screens.Form]" version="6"/>
							</folder>
							<folder name="Eventos" id="Events" tiptext="Eventos de Form" version="6">
								<string name="allTransitionsInDone" tiptext="evento allTransitionsInDone" helpid="x2073A" text=".addEventListener(&quot;allTransitionsInDone&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="allTransitionsOutDone" tiptext="evento allTransitionsOutDone" helpid="x2073B" text=".addEventListener(&quot;allTransitionsOutDone&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="complete" tiptext="evento complete" helpid="x20C38" text=".addEventListener(&quot;complete&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="draw" tiptext="evento draw" helpid="x20F7B" text=".addEventListener(&quot;draw&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="focusIn" tiptext="evento focusIn" helpid="x20F6E" text=".addEventListener(&quot;focusIn&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="focusOut" tiptext="evento focusOut" helpid="x20F6F" text=".addEventListener(&quot;focusOut&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="hide" tiptext="evento hide" helpid="x2073C" text=".addEventListener(&quot;hide&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="keyDown" tiptext="evento keyDown" helpid="x20F72" text=".addEventListener(&quot;keyDown&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="keyUp" tiptext="evento keyUp" helpid="x20F73" text=".addEventListener(&quot;keyUp&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="load" tiptext="evento load" helpid="x20F80" text=".addEventListener(&quot;load&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="mouseDown" tiptext="evento mouseDown" helpid="x2073E" text=".addEventListener(&quot;mouseDown&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="mouseDownSomewhere" tiptext="evento mouseDownSomewhere" helpid="x2073F" text=".addEventListener(&quot;mouseDownSomewhere&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="mouseMove" tiptext="evento mouseMove" helpid="x20740" text=".addEventListener(&quot;mouseMove&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="mouseOut" tiptext="evento mouseOut" helpid="x20770" text=".addEventListener(&quot;mouseOut&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="mouseOver" tiptext="evento mouseOver" helpid="x20742" text=".addEventListener(&quot;mouseOver&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="mouseUp" tiptext="evento mouseUp" helpid="x20743" text=".addEventListener(&quot;mouseUp&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="mouseUpSomewhere" tiptext="evento mouseUpSomewhere" helpid="x20744" text=".addEventListener(&quot;mouseUpSomewhere&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="move" tiptext="evento move" helpid="x20F81" text=".addEventListener(&quot;move&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="progress" tiptext="evento progress" helpid="x20C39" text=".addEventListener(&quot;progress&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="resize" tiptext="evento resize" helpid="x20F84" text=".addEventListener(&quot;resize&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="reveal" tiptext="evento reveal" helpid="x20745" text=".addEventListener(&quot;reveal&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Form]" version="6"/>
								<string name="unload" tiptext="evento unload" helpid="x20F8C" text=".addEventListener(&quot;unload&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Form]" version="6"/>
							</folder>
						</folder>
						<folder name="Slide" id="[mx.screens.Slide]" index="true" tiptext="Classe Slide. Estende Screen." helpid="x20694" version="6">
							<folder name="Propriedades" id="Properties" tiptext="Propriedades de Slide" version="6">
								<string name="autoKeyNav" tiptext="Usar o tratamento padrão de pressionamento das teclas de seta para navegar por slides" helpid="x20751" text=".autoKeyNav" object="[mx.screens.Slide]" version="6"/>
								<string name="autoLoad" tiptext="Se verdadeiro, carrega automaticamente o conteúdo" helpid="x20C3B" text=".autoLoad" object="[mx.screens.Slide]" version="6"/>
								<string name="bytesLoaded" tiptext="Retorna o número de bytes carregados do conteúdo de Loader" helpid="x20C3C" text=".bytesLoaded" object="[mx.screens.Slide]" version="6"/>
								<string name="bytesTotal" tiptext="Retorna o tamanho do conteúdo de Loader, em bytes." helpid="x20C3D" text=".bytesTotal" object="[mx.screens.Slide]" version="6"/>
								<string name="content" tiptext="Retorna o conteúdo de Loader" helpid="x20C3E" text=".content" object="[mx.screens.Slide]" version="6"/>
								<string name="contentPath" tiptext="Obtém ou define a URL absoluta ou relativa do conteúdo a ser carregado" helpid="x20C3F" text=".contentPath" object="[mx.screens.Slide]" version="6"/>
								<string name="currentChildSlide" tiptext="Slide-filho imediato que contém o slide atual (nó-folha)" helpid="x20754" text=".currentChildSlide" object="[mx.screens.Slide]" version="6"/>
								<string name="currentFocusedScreen" tiptext="Tela atual na extremidade da folha que contém o foco global" helpid="x2074E" text="mx.screens.Slide.currentFocusedScreen" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="currentFocusedSlide" tiptext="Slide de nó-folha que contém o campo ou componente atual em foco" helpid="x20756" text="mx.screens.Slide.currentFocusedSlide" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="currentSlide" tiptext="Slide de nó-folha ativo no momento" helpid="x20755" text=".currentSlide" object="[mx.screens.Slide]" version="6"/>
								<string name="defaultKeyDownHandler" tiptext="manipulador de pressionamento de tecla a ser chamado de modo a processar teclas para este slide" helpid="x20757" text=".defaultKeyDownHandler" object="[mx.screens.Slide]" version="6"/>
								<string name="enabled" tiptext="Especifica se o componente aceita interação do usuário" helpid="x20F70" text=".enabled" object="[mx.screens.Slide]" version="6"/>
								<string name="firstSlide" tiptext="Primeiro slide-folha na subárvore deste slide" helpid="x20758" text=".firstSlide" object="[mx.screens.Slide]" version="6"/>
								<string name="indexInParent" tiptext="índice desta tela em seu pai (getChildScreen)" helpid="x20748" text=".indexInParent" object="[mx.screens.Slide]" version="6"/>
								<string name="indexInParentSlide" tiptext="índice deste slide em seu pai (getChildSlide)" helpid="x2075A" text=".indexInParentSlide" object="[mx.screens.Slide]" version="6"/>
								<string name="lastSlide" tiptext="Último slide-folha na subárvore deste slide" helpid="x20759" text=".lastSlide" object="[mx.screens.Slide]" version="6"/>
								<string name="nextSlide" tiptext="próximo slide depois deste slide no contorno do slide" helpid="x2075B" text=".nextSlide" object="[mx.screens.Slide]" version="6"/>
								<string name="numChildScreens" tiptext="número de telas-filho desta tela" helpid="x20749" text=".numChildScreens" object="[mx.screens.Slide]" version="6"/>
								<string name="numChildSlides" tiptext="número de slides-filho deste slide" helpid="x2075C" text=".numChildSlides" object="[mx.screens.Slide]" version="6"/>
								<string name="numChildren" tiptext="Retorna o número de filhos" helpid="x20D48" text=".numChildren" object="[mx.screens.Slide]" version="6"/>
								<string name="overlayChildren" tiptext="Exibir slides-filho como superposições ao estilo de marcador" helpid="x20752" text=".overlayChildren" object="[mx.screens.Slide]" version="6"/>
								<string name="parentIsScreen" tiptext="Verdadeiro se _parent desta tela for uma tela" helpid="x2074A" text=".parentIsScreen" object="[mx.screens.Slide]" version="6"/>
								<string name="parentIsSlide" tiptext="Verdadeiro se _parent deste slide for um slide" helpid="x2075D" text=".parentIsSlide" object="[mx.screens.Slide]" version="6"/>
								<string name="parentScreen" tiptext="Tela contendo esta tela" helpid="x2074B" text=".parentScreen" object="[mx.screens.Slide]" version="6"/>
								<string name="parentSlide" tiptext="Slide contendo este slide" helpid="x227B5" text=".parentSlide" object="[mx.screens.Slide]" version="6"/>
								<string name="percentLoaded" tiptext="Obtém a porcentagem do conteúdo carregado" helpid="x20C40" text=".percentLoaded" object="[mx.screens.Slide]" version="6"/>
								<string name="playHidden" tiptext="Continuar a reproduzir a linha do tempo do slide quando ele não estiver visível" helpid="x20753" text=".playHidden" object="[mx.screens.Slide]" version="6"/>
								<string name="previousSlide" tiptext="slide anterior antes deste slide no contorno do slide" helpid="x2075F" text=".previousSlide" object="[mx.screens.Slide]" version="6"/>
								<string name="rootScreen" tiptext="Raiz da subárvore de telas que contém esta tela" helpid="x2074C" text=".rootScreen" object="[mx.screens.Slide]" version="6"/>
								<string name="rootSlide" tiptext="Slide raiz da subárvore de slides que contém esta tela" helpid="x20760" text=".rootSlide" object="[mx.screens.Slide]" version="6"/>
								<string name="scaleContent" tiptext="Se verdadeiro, dimensiona o conteúdo para ajustá-lo ao tamanho de Loader" helpid="x20C41" text=".scaleContent" object="[mx.screens.Slide]" version="6"/>
								<string name="scaleX" tiptext="Especifica o fator de dimensionamento horizontal" helpid="x20F86" text=".scaleX" object="[mx.screens.Slide]" version="6"/>
								<string name="scaleY" tiptext="Especifica o fator de dimensionamento vertical" helpid="x20F87" text=".scaleY" object="[mx.screens.Slide]" version="6"/>
							</folder>
							<folder name="Métodos" id="Methods" tiptext="Métodos de Slide" version="6">
								<string name="addEventListener" tiptext="Adiciona um ouvinte para um evento" helpid="x20AD4" text=".addEventListener(% %)" object="[mx.screens.Slide]" version="6"/>
								<string name="createClassObject" tiptext="Cria um subobjeto usando seu nome de classe" helpid="x20F79" text=".createClassObject(% nomeClasse:Function, id:String, profundidade:Number, objinit:Object %)" object="[mx.screens.Slide]" version="6"/>
								<string name="createObject" tiptext="Cria um subobjeto usando seu nome de símbolo" helpid="x20F78" text=".createObject(% nomeLigação:String, id:String, profundidade:Number, objinit:Object %)" object="[mx.screens.Slide]" version="6"/>
								<string name="destroyObject" tiptext="Destrói o objeto especificado" helpid="x20F7A" text=".destroyObject(% id:String %)" object="[mx.screens.Slide]" version="6"/>
								<string name="getChildAt" tiptext="Retorna o filho na posição especificada" helpid="x20D4B" text=".getChildAt(% índiceFilho:Number %)" object="[mx.screens.Slide]" version="6"/>
								<string name="getChildScreen" tiptext="Obter o enésimo filho de uma tela" helpid="x2074F" text=".getChildScreen(% índiceFilho:Number %)" object="[mx.screens.Slide]" version="6"/>
								<string name="getChildSlide" tiptext="Obter o enésimo filho deste slide" helpid="x20761" text=".getChildSlide(% índiceFilho:Number %)" object="[mx.screens.Slide]" version="6"/>
								<string name="getFocus" tiptext="Retorna o componente que possui foco atualmente" helpid="x20F71" text=".getFocus(% %)" object="[mx.screens.Slide]" version="6"/>
								<string name="getStyle" tiptext="Obtém o valor de estilo associado à propriedade de estilo" helpid="x20F7D" text=".getStyle(% propEstilo:String %)" object="[mx.screens.Slide]" version="6"/>
								<string name="gotoFirstSlide" tiptext="Navegar até o primeiro slide-folha abaixo deste slide" helpid="x20762" text=".gotoFirstSlide(% %)" object="[mx.screens.Slide]" version="6"/>
								<string name="gotoLastSlide" tiptext="Navegar até o último slide-folha abaixo deste slide" helpid="x20763" text=".gotoLastSlide(% %)" object="[mx.screens.Slide]" version="6"/>
								<string name="gotoNextSlide" tiptext="Navegar até o próximo slide-folha após este slide" helpid="x20764" text=".gotoNextSlide(% %)" object="[mx.screens.Slide]" version="6"/>
								<string name="gotoPreviousSlide" tiptext="Navegar até o slide-folha anterior antes deste slide" helpid="x20765" text=".gotoPreviousSlide(% %)" object="[mx.screens.Slide]" version="6"/>
								<string name="gotoSlide" tiptext="Navegar até um slide diferente" helpid="x20766" text=".gotoSlide(% novoSlide:Slide %)" object="[mx.screens.Slide]" version="6"/>
								<string name="handleEvent" tiptext="Manipula todos os eventos" helpid="x20BD8" text=".handleEvent(% %)" object="[mx.screens.Slide]" version="6"/>
								<string name="invalidate" tiptext="Marca um objeto a ser redesenhado no próximo intervalo de quadros" helpid="x20F7E" text=".invalidate(% Nulo %)" object="[mx.screens.Slide]" version="6"/>
								<string name="load" tiptext="Informa Loader para iniciar o carregamento do seu conteúdo" helpid="x20C42" text=".load(% url:String %)" object="[mx.screens.Slide]" version="6"/>
								<string name="move" tiptext="Move o objeto até a localização especificada" helpid="x20F82" text=".move(% x:Number, y:Number, semEvento:Boolean %)" object="[mx.screens.Slide]" version="6"/>
								<string name="redraw" tiptext="Redesenha um objeto imediatamente" helpid="x20F83" text=".redraw(% bSempre:Boolean %)" object="[mx.screens.Slide]" version="6"/>
								<string name="setFocus" tiptext="Define o foco para este componente" helpid="x20F74" text=".setFocus(% %)" object="[mx.screens.Slide]" version="6"/>
								<string name="setSize" tiptext="Redimensiona o objeto até o tamanho especificado" helpid="x20F88" text=".setSize(% l:Number, a:Number, semEvento:Boolean %)" object="[mx.screens.Slide]" version="6"/>
								<string name="setStyle" tiptext="Define um valor de estilo para a propriedade de estilo especificada" helpid="x20F8A" text=".setStyle(%nomePropriedade:String, valor:String%)" object="[mx.screens.Slide]" version="6"/>
							</folder>
							<folder name="Eventos" id="Events" tiptext="Eventos de Slide" version="6">
								<string name="allTransitionsInDone" tiptext="evento allTransitionsInDone" helpid="x2073A" text=".addEventListener(&quot;allTransitionsInDone&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="allTransitionsOutDone" tiptext="evento allTransitionsOutDone" helpid="x2073B" text=".addEventListener(&quot;allTransitionsOutDone&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="complete" tiptext="evento complete" helpid="x20C38" text=".addEventListener(&quot;complete&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="draw" tiptext="evento draw" helpid="x20F7B" text=".addEventListener(&quot;draw&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="focusIn" tiptext="evento focusIn" helpid="x20F6E" text=".addEventListener(&quot;focusIn&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="focusOut" tiptext="evento focusOut" helpid="x20F6F" text=".addEventListener(&quot;focusOut&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="hide" tiptext="evento hide" helpid="x2073C" text=".addEventListener(&quot;hide&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="hideChild" tiptext="evento hideChild" helpid="x2073D" text=".addEventListener(&quot;hideChild&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="keyDown" tiptext="evento keyDown" helpid="x20F72" text=".addEventListener(&quot;keyDown&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="keyUp" tiptext="evento keyUp" helpid="x20F73" text=".addEventListener(&quot;keyUp&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="load" tiptext="evento load" helpid="x20F80" text=".addEventListener(&quot;load&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="mouseDown" tiptext="evento mouseDown" helpid="x2073E" text=".addEventListener(&quot;mouseDown&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="mouseDownSomewhere" tiptext="evento mouseDownSomewhere" helpid="x2073F" text=".addEventListener(&quot;mouseDownSomewhere&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="mouseMove" tiptext="evento mouseMove" helpid="x20740" text=".addEventListener(&quot;mouseMove&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="mouseOut" tiptext="evento mouseOut" helpid="x20770" text=".addEventListener(&quot;mouseOut&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="mouseOver" tiptext="evento mouseOver" helpid="x20742" text=".addEventListener(&quot;mouseOver&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="mouseUp" tiptext="evento mouseUp" helpid="x20743" text=".addEventListener(&quot;mouseUp&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="mouseUpSomewhere" tiptext="evento mouseUpSomewhere" helpid="x20744" text=".addEventListener(&quot;mouseUpSomewhere&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="move" tiptext="evento move" helpid="x20F81" text=".addEventListener(&quot;move&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="progress" tiptext="evento progress" helpid="x20C39" text=".addEventListener(&quot;progress&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="resize" tiptext="evento resize" helpid="x20F84" text=".addEventListener(&quot;resize&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="reveal" tiptext="evento reveal" helpid="x20745" text=".addEventListener(&quot;reveal&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="revealChild" tiptext="evento revealChild" helpid="x20746" text=".addEventListener(&quot;revealChild&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
								<string name="unload" tiptext="evento unload" helpid="x20F8C" text=".addEventListener(&quot;unload&quot;, %ouvinte%);" codehint="false" object="[mx.screens.Slide]" version="6"/>
							</folder>
						</folder>
					</folder>
					<folder name="Tipos" id="Types" index="true" tiptext="Tipos de componentes que podem ser usados para digitação intensa" helpid="x20000" version="6">
						<string name="Form" tiptext="Tipo Form" helpid="x20698" text="Form" object="mx.screens.Form" version="6"/>
						<string name="Slide" tiptext="Tipo Slide" 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>
