<?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>Pablo Viale &#187; Flash</title>
	<atom:link href="http://www.viale.mx/index.php/category/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.viale.mx</link>
	<description>Consejos para diseño y desarrollo de aplicaciones web</description>
	<lastBuildDate>Wed, 29 Jun 2011 22:18:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Reproducir archivos FLV</title>
		<link>http://www.viale.mx/2007/11/20/reproducir-archivos-flv/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=reproducir-archivos-flv</link>
		<comments>http://www.viale.mx/2007/11/20/reproducir-archivos-flv/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 00:56:00 +0000</pubDate>
		<dc:creator>Pablo Viale</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.viale.com.mx/2007/11/20/reproducir-archivos-flv/</guid>
		<description><![CDATA[En ocasiones tengo archivos de Video de Flash (.flv) los cuales quiero únicamente abrirlos rápidamente para echarles un vistazo o para saber cuánto duran, etc. No es posible abrirlos con cualquiera de los reproductores de video populares. Importarlos a Flash y publicar una página solamente para ver su duración, es una tarea tediosa. Aquí te [...]]]></description>
			<content:encoded><![CDATA[<p>En ocasiones tengo archivos de Video de Flash (.flv) los cuales quiero únicamente abrirlos rápidamente para echarles un vistazo o para saber cuánto duran, etc.</p>
<p>No es posible abrirlos con cualquiera de los reproductores de video populares.  Importarlos a Flash y publicar una página solamente para ver su duración, es una tarea tediosa.</p>
<p>Aquí te pongo la liga de un reproductor de archivos FLV que te sacará del apuro y es ligero en su instalación.  Además es gratuito.</p>
<p><a href="http://www.flvsoft.com/flv_player/">Descarga Moyea FLV Player de aquí.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.viale.mx/2007/11/20/reproducir-archivos-flv/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cómo hacer un formulario en Flash</title>
		<link>http://www.viale.mx/2007/08/03/como-hacer-un-formulario-en-flash/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=como-hacer-un-formulario-en-flash</link>
		<comments>http://www.viale.mx/2007/08/03/como-hacer-un-formulario-en-flash/#comments</comments>
		<pubDate>Fri, 03 Aug 2007 19:01:16 +0000</pubDate>
		<dc:creator>Pablo Viale</dc:creator>
				<category><![CDATA[ASP.NET 2.0 / 3.5]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.viale.com.mx/2007/08/03/como-hacer-un-formulario-en-flash/</guid>
		<description><![CDATA[Para hacer un formulario en Flash, harás toda la interfase (cajas de texto, validadores, botones) en Flash, pero la parte del procesamiento de los datos (envío por mail o almacenamiento en una base de datos) deberá ser hecha mediante el servidor, utilizando ASP.NET por ejemplo. Nuestra película tendrá dos frames: Contendrá los campos, validador y [...]]]></description>
			<content:encoded><![CDATA[<p>Para hacer un formulario en Flash, harás toda la interfase (cajas de texto, validadores, botones) en Flash, pero la parte del procesamiento de los datos (envío por mail o almacenamiento en una base de datos) deberá ser hecha mediante el servidor, utilizando ASP.NET por ejemplo.</p>
<p>Nuestra película tendrá dos frames:</p>
<ol>
<li>Contendrá los campos, validador y botones del formulario.</li>
<li>Contendrá un mensaje de agradecimiento o cualquier otro elemento necesario post-envío.</li>
</ol>
<p>El validador será un símbolo con un texto que indique que no se han llenado todos los campos.</p>
<p>Lo primero es dibujar las cajas de textos en Flash en el primer frame de la película:</p>
<p><a href='http://www.viale.com.mx/wp-content/uploads/2007/08/formulario.gif' title='Formulario en Flash'><img src='http://www.viale.com.mx/wp-content/uploads/2007/08/formulario.gif' alt='Formulario en Flash' /></a></p>
<p>Aquí lo importante es establecer el campo <code>Var</code> con los nombres que utilizará la página ASP.NET para procesarlos.</p>
<p>Nota que establecí el nombre de la instancia a <code>fnombrecompleto</code> para que no interfiriera con el nombre de la variable.  El nombre de instancia lo utilizaré en el código.</p>
<p>Es tiempo de colocar un campo más, el validador y el botón:</p>
<p><a href='http://www.viale.com.mx/wp-content/uploads/2007/08/form3.gif' title='form3.gif'><img src='http://www.viale.com.mx/wp-content/uploads/2007/08/form3.gif' alt='form3.gif' /></a></p>
<p>El texto en rojo es un símbolo cuya instancia se llama <code>validador</code>.  Este símbolo debe aparecer o desaparecer si el campo está o no está capturado.</p>
<p>En el primer frame el validador debe estar oculto, así que haz clic en el primer frame y en agrega este código:</p>
<div class="igBar"><span id="lactionscript-3"><a href="#" onclick="javascript:showPlainTxt('actionscript-3'); return false;">Clic para mostrar texto plano</a></span></div>
<div class="syntax_hilite"><span class="langName">Actionscript:</span>
<div id="actionscript-3">
<div class="actionscript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0066CC;">stop</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">validador.<span style="color: #0066CC;">_visible</span> = <span style="color: #000000; font-weight: bold;">false</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Aprovechamos para agregar el <code>stop();</code> para que la película no muestre el segundo frame.</p>
<p>Ahora vamos a lo interesante, el código del botón:</p>
<div class="igBar"><span id="lactionscript-4"><a href="#" onclick="javascript:showPlainTxt('actionscript-4'); return false;">Clic para mostrar texto plano</a></span></div>
<div class="syntax_hilite"><span class="langName">Actionscript:</span>
<div id="actionscript-4">
<div class="actionscript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0066CC;">on</span><span style="color: #66cc66;">&#40;</span>release<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #000000; font-weight: bold;">var</span> errores = <span style="color: #cc66cc;color:#800000;">0</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>fnombrecompleto.<span style="color: #0066CC;">text</span> == <span style="color: #ff0000;">""</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; errores+=<span style="color: #cc66cc;color:#800000;">1</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>femail.<span style="color: #0066CC;">text</span> == <span style="color: #ff0000;">""</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; errores+=<span style="color: #cc66cc;color:#800000;">1</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span>&nbsp; &nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>errores&gt; <span style="color: #cc66cc;color:#800000;">0</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; validador.<span style="color: #0066CC;">_visible</span> = <span style="color: #000000; font-weight: bold;">true</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span> &nbsp; &nbsp; <span style="color: #b1b100;">else</span><span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #808080; font-style: italic;">//Enviar el formulario</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0066CC;">loadVariables</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"EnviarFormulario.aspx"</span>, <span style="color: #ff0000;">""</span>, <span style="color: #ff0000;">"GET"</span><span style="color: #66cc66;">&#41;</span>;&nbsp; &nbsp; </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0066CC;">gotoAndStop</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">2</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>La variable <code>errores</code> es la cuenta de los campos que son requeridos y que han dejado vacíos.  Por eso cuando encontramos que un campo requerido esta vacío, sumamos uno.  Después simplemente preguntamos si la variable <code>errores</code> es mayor que cero, en cuyo caso mostramos el validador, y si no es así, procedemos a enviar el formulario y brincar al frame 2, en el cual debemos colocar un texto de agradecimiento por haber enviado el formulario.</p>
<p>En la línea de <code>loadVariables</code>, el parámetro <code>EnviarFormulario.aspx</code> es una página que va a recibir los parámetros y procesarlos.  En ASP.NET los procesarías con <code>Request.Querystring("nombrecompleto")</code> ya que establecimos el método en <code>GET</code>. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.viale.mx/2007/08/03/como-hacer-un-formulario-en-flash/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cómo abrir un popup desde Flash</title>
		<link>http://www.viale.mx/2007/08/02/como-abrir-un-popup-desde-flash/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=como-abrir-un-popup-desde-flash</link>
		<comments>http://www.viale.mx/2007/08/02/como-abrir-un-popup-desde-flash/#comments</comments>
		<pubDate>Fri, 03 Aug 2007 01:07:10 +0000</pubDate>
		<dc:creator>Pablo Viale</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.viale.com.mx/2007/08/02/como-abrir-un-popup-desde-flash/</guid>
		<description><![CDATA[Para abrir un popup (ventana emergente) desde Flash, utiliza el siguiente código en un botón: Clic para mostrar texto plano Actionscript: on &#40;release&#41; &#123; &#160; &#160;getURL &#40;"javascript:NuevaVentana=window.open('Pagina.html','nombreVentana','width=400,height=300,left=0,top=0, toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No');&#160; NuevaVentana.focus(); void(0);"&#41;; &#125; Si quieres que se abra cuando la película pase por un frame específico, solamente quítale on (release), así: Clic para mostrar texto plano Actionscript: [...]]]></description>
			<content:encoded><![CDATA[<p>Para abrir un popup (ventana emergente) desde Flash, utiliza el siguiente código en un botón:</p>
<div class="igBar"><span id="lactionscript-7"><a href="#" onclick="javascript:showPlainTxt('actionscript-7'); return false;">Clic para mostrar texto plano</a></span></div>
<div class="syntax_hilite"><span class="langName">Actionscript:</span>
<div id="actionscript-7">
<div class="actionscript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0066CC;">on</span> <span style="color: #66cc66;">&#40;</span>release<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;<span style="color: #0066CC;">getURL</span> <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"javascript:NuevaVentana=window.open('Pagina.html','nombreVentana','width=400,height=300,left=0,top=0, toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No');&nbsp; NuevaVentana.focus(); void(0);"</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Si quieres que se abra cuando la película pase por un <code>frame</code> específico, solamente quítale <code>on (release)</code>, así:</p>
<div class="igBar"><span id="lactionscript-8"><a href="#" onclick="javascript:showPlainTxt('actionscript-8'); return false;">Clic para mostrar texto plano</a></span></div>
<div class="syntax_hilite"><span class="langName">Actionscript:</span>
<div id="actionscript-8">
<div class="actionscript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0066CC;">getURL</span> <span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"javascript:NuevaVentana=window.open('Pagina.html','nombreVentana','width=400,height=300,left=0,top=0, toolbar=No,location=No,scrollbars=No,status=No,resizable=No,fullscreen=No');&nbsp; NuevaVentana.focus(); void(0);"</span><span style="color: #66cc66;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>y coloca el código en el <code>frame</code> deseado.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viale.mx/2007/08/02/como-abrir-un-popup-desde-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Iniciar, detener y dar volumen a un sonido mediante Actionscript</title>
		<link>http://www.viale.mx/2007/07/20/iniciar-detener-y-dar-volumen-a-un-sonido-mediante-actionscript/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=iniciar-detener-y-dar-volumen-a-un-sonido-mediante-actionscript</link>
		<comments>http://www.viale.mx/2007/07/20/iniciar-detener-y-dar-volumen-a-un-sonido-mediante-actionscript/#comments</comments>
		<pubDate>Fri, 20 Jul 2007 17:22:27 +0000</pubDate>
		<dc:creator>Pablo Viale</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.viale.com.mx/2007/07/20/iniciar-detener-y-dar-volumen-a-un-sonido-mediante-actionscript/</guid>
		<description><![CDATA[En Flash, crear un sonido mediante Actionscript nos da mucha ventaja porque podemos tener total control sobre él. El primer paso es importar tu sonido a la librería, como lo haces normalmente. Para que el sonido pueda ser accedido mediante Actionscript, debes dar clic con el botón derecho sobre el sonido en la librería, y [...]]]></description>
			<content:encoded><![CDATA[<p>En Flash, crear un sonido mediante Actionscript nos da mucha ventaja porque podemos tener total control sobre él.</p>
<p>El primer paso es importar tu sonido a la librería, como lo haces normalmente. </p>
<p>Para que el sonido pueda ser accedido mediante Actionscript, debes dar clic con el botón derecho sobre el sonido en la librería, y seleccionar <code>Linkage...</code>:</p>
<p><a href='http://www.viale.com.mx/wp-content/uploads/2007/07/linkage.gif' title='Linkage'><img src='http://www.viale.com.mx/wp-content/uploads/2007/07/linkage.gif' alt='Linkage' /></a></p>
<p>Cuando lo hagas, aparecerá una ventana, en la cual tendrás que marcar la opción <code>Export for Actionscript</code> y especificar un nombre en el campo de texto <code>Identifier</code>:</p>
<p><a href='http://www.viale.com.mx/wp-content/uploads/2007/07/properties.gif' title='Properties'><img src='http://www.viale.com.mx/wp-content/uploads/2007/07/properties.gif' alt='Properties' /></a></p>
<p>Ahora el sonido puede ser accedido mediante Actionscript con el nombre de identificador que le diste.</p>
<p>Coloca estas porciones de código en los botones o frames en los que desees que se ejecute cada acción.</p>
<p><strong>Iniciar el sonido</strong></p>
<div class="igBar"><span id="lactionscript-12"><a href="#" onclick="javascript:showPlainTxt('actionscript-12'); return false;">Clic para mostrar texto plano</a></span></div>
<div class="syntax_hilite"><span class="langName">Actionscript:</span>
<div id="actionscript-12">
<div class="actionscript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">MiSonido = <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Sound</span><span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">this</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">MiSonido.<span style="color: #0066CC;">attachSound</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"s1"</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">MiSonido.<span style="color: #0066CC;">start</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">0</span>, <span style="color: #cc66cc;color:#800000;">1</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">//El 0 indica la posición en segundos en la que debe iniciar el sonido</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">//El 1 indica la cantidad de veces que deseas que se repita el sonido </span></div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p><strong>Detener el sonido</strong></p>
<div class="igBar"><span id="lactionscript-13"><a href="#" onclick="javascript:showPlainTxt('actionscript-13'); return false;">Clic para mostrar texto plano</a></span></div>
<div class="syntax_hilite"><span class="langName">Actionscript:</span>
<div id="actionscript-13">
<div class="actionscript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">MiSonido.<span style="color: #0066CC;">stop</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p><strong>Modificar el volumen del sonido</strong></p>
<div class="igBar"><span id="lactionscript-14"><a href="#" onclick="javascript:showPlainTxt('actionscript-14'); return false;">Clic para mostrar texto plano</a></span></div>
<div class="syntax_hilite"><span class="langName">Actionscript:</span>
<div id="actionscript-14">
<div class="actionscript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">MiSonido.<span style="color: #0066CC;">setVolume</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">50</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #808080; font-style: italic;">//Especificar un rango de 0 a 100 </span></div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.viale.mx/2007/07/20/iniciar-detener-y-dar-volumen-a-un-sonido-mediante-actionscript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cómo hacer transparente el fondo de una película de Flash</title>
		<link>http://www.viale.mx/2007/07/01/como-hacer-transparente-el-fondo-de-una-pelicula-de-flash/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=como-hacer-transparente-el-fondo-de-una-pelicula-de-flash</link>
		<comments>http://www.viale.mx/2007/07/01/como-hacer-transparente-el-fondo-de-una-pelicula-de-flash/#comments</comments>
		<pubDate>Sun, 01 Jul 2007 17:26:55 +0000</pubDate>
		<dc:creator>Pablo Viale</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.viale.com.mx/2007/07/01/como-hacer-transparente-el-fondo-de-una-pelicula-de-flash/</guid>
		<description><![CDATA[Para hacer transparente el fondo de una película de Flash: En el tag OBJECT coloca el siguiente parámetro: Clic para mostrar texto plano HTML: &#60;param name="wmode" value="transparent"&#62; En el tag EMBED coloca el siguiente parámetro: Clic para mostrar texto plano HTML: wmode=&#34;transparent&#34; Ejemplo: Clic para mostrar texto plano HTML: &#60;object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" &#160; &#160; codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="300" [...]]]></description>
			<content:encoded><![CDATA[<p>Para hacer transparente el fondo de una película de Flash:</p>
<p>En el tag <code>OBJECT</code> coloca el siguiente parámetro:</p>
<div class="igBar"><span id="lhtml-18"><a href="#" onclick="javascript:showPlainTxt('html-18'); return false;">Clic para mostrar texto plano</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-18">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/param.html"><span style="color: #000000; font-weight: bold;">&lt;param</span></a> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">"wmode"</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">"transparent"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>En el tag <code>EMBED</code> coloca el siguiente parámetro:</p>
<div class="igBar"><span id="lhtml-19"><a href="#" onclick="javascript:showPlainTxt('html-19'); return false;">Clic para mostrar texto plano</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-19">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">wmode=&quot;transparent&quot; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Ejemplo:</p>
<div class="igBar"><span id="lhtml-20"><a href="#" onclick="javascript:showPlainTxt('html-20'); return false;">Clic para mostrar texto plano</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-20">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/object.html"><span style="color: #000000; font-weight: bold;">&lt;object</span></a> <span style="color: #000066;">classid</span>=<span style="color: #ff0000;">"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"</span> </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #000066;">codebase</span>=<span style="color: #ff0000;">"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0"</span> <span style="color: #000066;">width</span>=<span style="color: #ff0000;">"300"</span> <span style="color: #000066;">height</span>=<span style="color: #ff0000;">"100"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><a href="http://december.com/html/4/element/param.html"><span style="color: #000000; font-weight: bold;">&lt;param</span></a> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">"movie"</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">"Images/Logo2.swf"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><a href="http://december.com/html/4/element/param.html"><span style="color: #000000; font-weight: bold;">&lt;param</span></a> <span style="color: #000066;">name</span>=quality <span style="color: #000066;">value</span>=high&gt;</span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #009900;"><a href="http://december.com/html/4/element/param.html"><span style="color: #000000; font-weight: bold;">&lt;param</span></a> <span style="color: #000066;">name</span>=<span style="color: #ff0000;">"wmode"</span> <span style="color: #000066;">value</span>=<span style="color: #ff0000;">"transparent"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;">&lt;embed <span style="color: #000066;">src</span>=<span style="color: #ff0000;">"Images/Logo2.swf"</span> </div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;quality=high </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;wmode=transparent</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;pluginspage=<span style="color: #ff0000;">"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"</span> </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;<span style="color: #000066;">type</span>=<span style="color: #ff0000;">"application/x-shockwave-flash"</span> <span style="color: #000066;">width</span>=<span style="color: #ff0000;">"300"</span> <span style="color: #000066;">height</span>=<span style="color: #ff0000;">"100"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span></div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;</span></a>/embed&gt;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/object&gt;</span></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.viale.mx/2007/07/01/como-hacer-transparente-el-fondo-de-una-pelicula-de-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Como cerrar un Popup y dirigir la ventana principal a otro URL con JavaScript</title>
		<link>http://www.viale.mx/2007/06/25/como-cerrar-un-popup-y-dirigir-la-ventana-principal-a-otro-url-con-javascript/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=como-cerrar-un-popup-y-dirigir-la-ventana-principal-a-otro-url-con-javascript</link>
		<comments>http://www.viale.mx/2007/06/25/como-cerrar-un-popup-y-dirigir-la-ventana-principal-a-otro-url-con-javascript/#comments</comments>
		<pubDate>Mon, 25 Jun 2007 23:49:24 +0000</pubDate>
		<dc:creator>Pablo Viale</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.viale.com.mx/2007/06/25/como-cerrar-la-ventana-parent-desde-un-popup-con-javascript/</guid>
		<description><![CDATA[Para hacer que se abra un Popup (o ventana emergente) desde una página web, colocamos este código de JavaScript dentro del tag body: Clic para mostrar texto plano HTML: &#60;body onLoad="window.open('popup.html','','width=500,height=500')"&#62; Ahora bien, se abre el Popup con la página popup.html. Una vez hecho esto, quiero que al oprimir una liga (ya sea imagen o [...]]]></description>
			<content:encoded><![CDATA[<p>Para hacer que se abra un <code>Popup</code> (o ventana emergente) desde una página web, colocamos este código de JavaScript dentro del tag <code>body</code>:</p>
<div class="igBar"><span id="lhtml-24"><a href="#" onclick="javascript:showPlainTxt('html-24'); return false;">Clic para mostrar texto plano</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-24">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/body.html"><span style="color: #000000; font-weight: bold;">&lt;body</span></a> <span style="color: #000066;">onLoad</span>=<span style="color: #ff0000;">"window.open('popup.html','','width=500,height=500')"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Ahora bien, se abre el <code>Popup</code> con la página <code>popup.html</code>.  Una vez hecho esto, quiero que al oprimir una liga (ya sea imagen o texto) se cierre el <code>popup</code> y la ventana principal cambie a otra dirección.</p>
<p>Para hacerlo, debemos colocar esta liga en la página <code>popup.html</code>:</p>
<div class="igBar"><span id="lhtml-25"><a href="#" onclick="javascript:showPlainTxt('html-25'); return false;">Clic para mostrar texto plano</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-25">
<div class="html">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #009900;"><a href="http://december.com/html/4/element/a.html"><span style="color: #000000; font-weight: bold;">&lt;a</span></a> <span style="color: #000066;">href</span>=<span style="color: #ff0000;">"javascript: window.opener.location.href = 'http://www.yahoo.com'; window.close();"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span>Ciérrame y cambia de página la ventana principal<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/a&gt;</span></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Como puedes ver hay dos instrucciones de JavaScript, la primera modifica el <code>URL</code> de la ventana principal y la segunda cierra el <code>popup</code>.</p>
<p><code>opener</code> hace referencia a la ventana desde la cual se mandó llamar el <code>popup</code>.</p>
<h2>Para hacerlo en Flash</h2>
<p>Si en tu <code>Popup</code> tienes una animación en Flash y quieres hacer lo mismo, es sencillo, coloca este código en un botón:</p>
<div class="igBar"><span id="lactionscript-26"><a href="#" onclick="javascript:showPlainTxt('actionscript-26'); return false;">Clic para mostrar texto plano</a></span></div>
<div class="syntax_hilite"><span class="langName">Actionscript:</span>
<div id="actionscript-26">
<div class="actionscript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0066CC;">on</span><span style="color: #66cc66;">&#40;</span>release<span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;<span style="color: #0066CC;">getURL</span><span style="color: #66cc66;">&#40;</span><span style="color: #ff0000;">"javascript: window.opener.location.href = 'http://www.yahoo.com'; window.close();"</span><span style="color: #66cc66;">&#41;</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.viale.mx/2007/06/25/como-cerrar-un-popup-y-dirigir-la-ventana-principal-a-otro-url-con-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exportar película de Flash a AVI con Windows Media Video 9 VCM</title>
		<link>http://www.viale.mx/2007/05/22/exportar-pelicula-de-flash-a-avi-con-windows-media-video-9-vcm/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=exportar-pelicula-de-flash-a-avi-con-windows-media-video-9-vcm</link>
		<comments>http://www.viale.mx/2007/05/22/exportar-pelicula-de-flash-a-avi-con-windows-media-video-9-vcm/#comments</comments>
		<pubDate>Wed, 23 May 2007 01:37:54 +0000</pubDate>
		<dc:creator>Pablo Viale</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.viale.com.mx/2007/05/22/exportar-pelicula-de-flash-a-avi-con-windows-media-video-9-vcm/</guid>
		<description><![CDATA[Si por azares del destino tienes que convertir una película de Flash a AVI, te habrás dado cuenta de que los AVIs resultantes quedan de un tamaño inmenso. Aquí está un tip: Descárgate los CODECs de Windows Media Video 9 VCM, de esta dirección, o búscalos en la página de Microsoft o Googlealos. Instálalos. En [...]]]></description>
			<content:encoded><![CDATA[<p>Si por azares del destino tienes que convertir una película de Flash a AVI, te habrás dado cuenta de que los AVIs resultantes quedan de un tamaño inmenso.</p>
<p>Aquí está un tip:  Descárgate los CODECs de Windows Media Video 9 VCM, <a href="http://www.microsoft.com/downloads/info.aspx?na=22&#038;p=3&#038;SrcDisplayLang=en&#038;SrcCategoryId=&#038;SrcFamilyId=&#038;u=%2fdownloads%2fdetails.aspx%3fFamilyID%3d0c99c648-5800-4aa3-a2fe-3de948689db8%26DisplayLang%3den">de esta dirección</a>, o búscalos en la página de Microsoft o Googlealos.</p>
<p>Instálalos.</p>
<p>En Flash, exporta la película con la opción de menú <code>Exportar Película</code> (no con <code>Publicar</code>), asegúrate de que esté marcada la opción <code>Compress Video</code> para que te aparezca a continuación la pantalla de compresores, y oprime <code>Ok</code>.</p>
<p>En la pantalla de compresores elige el recién instalado <code>Microsoft Windows Media Video 9</code> y si quieres más configuraciones, haz clic en <code>Configurar</code>.</p>
<p>Listo, exporta tu AVI.</p>
<p><em>El mismo archivo comprimido con un codec de los que vienen por default puede reducirse de 200MB a 2MB con una calidad impresionante</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viale.mx/2007/05/22/exportar-pelicula-de-flash-a-avi-con-windows-media-video-9-vcm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Modificar el cursor en botones de Flash</title>
		<link>http://www.viale.mx/2007/04/23/modificar-el-cursor-en-botones-de-flash/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=modificar-el-cursor-en-botones-de-flash</link>
		<comments>http://www.viale.mx/2007/04/23/modificar-el-cursor-en-botones-de-flash/#comments</comments>
		<pubDate>Tue, 24 Apr 2007 00:06:09 +0000</pubDate>
		<dc:creator>Pablo Viale</dc:creator>
				<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.viale.com.mx/2007/04/23/modificar-el-cursor-en-botones-de-flash/</guid>
		<description><![CDATA[Por default, los botones de Flash muestran el cursor de mano cuando se pasa el mouse sobre ellos. En ocasiones puede resultar útil o necesario que no se muestre la mano, sino el puntero regular: . Si queremos hacer esto, colocamos el siguiente código de Actionscript en nuestro botón: Clic para mostrar texto plano Actionscript: [...]]]></description>
			<content:encoded><![CDATA[<p>Por default, los botones de Flash muestran el cursor de mano <img src='http://www.viale.com.mx/wp-content/uploads/2007/04/manito.gif' alt='Mano' /> cuando se pasa el mouse sobre ellos.  En ocasiones puede resultar útil o necesario que no se muestre la mano, sino el puntero regular: <img src='http://www.viale.com.mx/wp-content/uploads/2007/04/puntero.gif' alt='Flecha' />.</p>
<p>Si queremos hacer esto, colocamos el siguiente código de Actionscript en nuestro botón:</p>
<div class="igBar"><span id="lactionscript-28"><a href="#" onclick="javascript:showPlainTxt('actionscript-28'); return false;">Clic para mostrar texto plano</a></span></div>
<div class="syntax_hilite"><span class="langName">Actionscript:</span>
<div id="actionscript-28">
<div class="actionscript">
<ol>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #0066CC;">on</span><span style="color: #66cc66;">&#40;</span>rollOver<span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp;boton.<span style="color: #0066CC;">useHandCursor</span> = <span style="color: #000000; font-weight: bold;">false</span>;</div>
</li>
<li style="font-family: 'Courier New', Courier, monospace; color: black; font-weight: normal; font-style: normal;color:#3A6A8B;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #66cc66;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Y listo.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.viale.mx/2007/04/23/modificar-el-cursor-en-botones-de-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

