<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" version="2.0">

<channel>
	<title>CTRL + ENTER</title>
	
	<link>http://www.lasmovies.com/blog</link>
	<description>Recursos de flash</description>
	<lastBuildDate>Tue, 23 Feb 2010 14:59:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/lasmovies" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="lasmovies" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">lasmovies</feedburner:emailServiceId><feedburner:feedburnerHostname xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0">http://feedburner.google.com</feedburner:feedburnerHostname><item>
		<title>Carga y actualización de una imagen flash AS 3.0 / Image Load and Image update AS 3.0</title>
		<link>http://www.lasmovies.com/blog/carga-y-actualizacion-de-una-imagen-flash-as-3-0-image-load-and-image-update-as-3-0/</link>
		<comments>http://www.lasmovies.com/blog/carga-y-actualizacion-de-una-imagen-flash-as-3-0-image-load-and-image-update-as-3-0/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 15:02:29 +0000</pubDate>
		<dc:creator>@lasmovies</dc:creator>
				<category><![CDATA[AS3]]></category>

		<guid isPermaLink="false">http://www.lasmovies.com/blog/?p=250</guid>
		<description><![CDATA[Si esta interesado en crear una galería de imágenes programada en actionscript 3.0, y su objetivo es lograr que un contenedor actualice una serie de imágenes thumbs al ser presionadas. O si lo que necesita es cargar, o actualizar el mismo contenedor de imagen y que el contenedor siga funcionando correctamente, le recomiendo utilizar esta [...]]]></description>
			<content:encoded><![CDATA[<p>Si esta interesado en crear una galería de imágenes programada en actionscript 3.0, y su objetivo es lograr que un contenedor actualice una serie de imágenes thumbs al ser presionadas. O si lo que necesita es cargar, o actualizar el mismo contenedor de imagen y que el contenedor siga funcionando correctamente, le recomiendo utilizar esta función.</p>
<div class="igBar"><span id="lactionscript-6"><a href="#" onclick="javascript:showPlainTxt('actionscript-6'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">Actionscript:</span>
<div id="actionscript-6">
<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: #000000; font-weight: bold;">function</span> loadData<span style="color: #66cc66;">&#40;</span>_data,mc<span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">void</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;"><span style="color: #000000; font-weight: bold;">var</span> __l:Loader = <span style="color: #000000; font-weight: bold;">new</span> Loader<span style="color: #66cc66;">&#40;</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;">__l.<span style="color: #0066CC;">load</span><span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">new</span> URLRequest<span style="color: #66cc66;">&#40;</span>_data<span style="color: #66cc66;">&#41;</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;</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: #b1b100;">if</span><span style="color: #66cc66;">&#40;</span>mc.<span style="color: #006600;">numChildren</span>&amp;gt;<span style="color: #cc66cc;color:#800000;">0</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: #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;">mc.<span style="color: #006600;">removeChildAt</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">0</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;">mc.<span style="color: #006600;">addChildAt</span><span style="color: #66cc66;">&#40;</span>__l,<span style="color: #cc66cc;color:#800000;">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>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #b1b100;">else</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;">mc.<span style="color: #006600;">addChildAt</span><span style="color: #66cc66;">&#40;</span>__l,<span style="color: #cc66cc;color:#800000;">0</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;</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 para llamar la función:</p>
<div class="igBar"><span id="lactionscript-7"><a href="#" onclick="javascript:showPlainTxt('actionscript-7'); return false;">PLAIN TEXT</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: #000000; font-weight: bold;">var</span> <span style="color: #0066CC;">url</span>:<span style="color: #0066CC;">String</span> = <span style="color: #ff0000;">"/images/madmen_icon.jpg"</span>;<span style="color: #808080; font-style: italic;">//ruta donde esta la imagen</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">loadData<span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">url</span>,pic.<span style="color: #006600;">i</span><span style="color: #66cc66;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p><strong>Recomendaciones para utilizar la función:</strong></p>
<p>Crear un MovieClip contenedor, el cual tendrá internamente 3 elementos: Un MovieClip vacío con nombre de instancia "i" contenedor, una máscara que se aplica al Movieclip vacío "i" y una imagen de fondo para adornar la imagen que se va a cargar.</p>
<p>El resultado se debe ver así:</p>
<p>En el espacio de trabajo del MovieClip:</p>
<p style="text-align: center;">
<p style="text-align: center;"><img class="size-full wp-image-251  aligncenter" title="Preparando el Contenedor de la imagen" src="http://www.lasmovies.com/blog/wp-content/uploads/2010/02/instrucciones_2.jpg" alt="Preparando el Contenedor de la imagen" width="300" height="242" /></p>
<p style="text-align: center;">
<p>Y en la línea de tiempo:</p>
<p style="text-align: center;">
<p style="text-align: center;"><img class="size-full wp-image-252  aligncenter" title="Línea de tiempo contenedor de imagen" src="http://www.lasmovies.com/blog/wp-content/uploads/2010/02/instrucciones_3.jpg" alt="Línea de tiempo contenedor de imagen" width="267" height="56" /></p>
<p style="text-align: center;">
<p>Luego usamos el MovieClip en el escenario, acá un ejemplo:</p>
<p style="text-align: center;">
<p style="text-align: center;"><img class="size-full wp-image-253  aligncenter" title="Graficamente" src="http://www.lasmovies.com/blog/wp-content/uploads/2010/02/instrucciones_1.jpg" alt="Graficamente" width="300" height="153" /></p>
<p style="text-align: center;">
<p>La línea punteada es el MovieClip que acabamos de crear, debe tener como nombre de instancia pic, para poder hacer referencia al MovieClip vacío "i", que es donde se va a cargar la imagen, por medio de la instrucción:</p>
<div class="igBar"><span id="lactionscript-8"><a href="#" onclick="javascript:showPlainTxt('actionscript-8'); return false;">PLAIN TEXT</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: #000000; font-weight: bold;">var</span> <span style="color: #0066CC;">url</span>:<span style="color: #0066CC;">String</span> = <span style="color: #ff0000;">"/images/madmen_icon.jpg"</span>;<span style="color: #808080; font-style: italic;">//ruta donde esta la imagen</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">loadData<span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">url</span>,pic.<span style="color: #006600;">i</span><span style="color: #66cc66;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Si la url es correcta, tiene un tamaño adecuado para cargar debajo de una máscara y esta en el mismo servidor el resultado es:</p>
<p style="text-align: center;">
<p style="text-align: center;"><img class="size-full wp-image-254  aligncenter" title="Resultado Final" src="http://www.lasmovies.com/blog/wp-content/uploads/2010/02/instrucciones_4.jpg" alt="Resultado Final" width="169" height="81" /></p>
<p><strong>Nota:</strong> Para cargar imágenes que están en otro dominio, por ejemplo facebook, flickr, entre otros, es necesario tener un mecanismo de seguridad que le diga al cargador que esta cargando un recurso externo permitido. Para esto se debe incluír:</p>
<p>Políticas de seguridad:</p>
<div class="igBar"><span id="lactionscript-9"><a href="#" onclick="javascript:showPlainTxt('actionscript-9'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">Actionscript:</span>
<div id="actionscript-9">
<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: #000000; font-weight: bold;">var</span> loaderContext:LoaderContext = <span style="color: #000000; font-weight: bold;">new</span> LoaderContext<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;">loaderContext.<span style="color: #006600;">checkPolicyFile</span> = <span style="color: #000000; font-weight: bold;">true</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Se le pasa la autorización al loader:</p>
<div class="igBar"><span id="lactionscript-10"><a href="#" onclick="javascript:showPlainTxt('actionscript-10'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">Actionscript:</span>
<div id="actionscript-10">
<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;">_loader.<span style="color: #0066CC;">load</span><span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">new</span> URLRequest<span style="color: #66cc66;">&#40;</span><span style="color: #0066CC;">url</span><span style="color: #66cc66;">&#41;</span>,loaderContext<span style="color: #66cc66;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lasmovies.com/blog/carga-y-actualizacion-de-una-imagen-flash-as-3-0-image-load-and-image-update-as-3-0/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Parar la linea de tiempo por x segundos y luego seguir, flash as 2.0</title>
		<link>http://www.lasmovies.com/blog/parar-la-linea-de-tiempo-por-x-segundos-y-luego-seguir-flash-as-2-0/</link>
		<comments>http://www.lasmovies.com/blog/parar-la-linea-de-tiempo-por-x-segundos-y-luego-seguir-flash-as-2-0/#comments</comments>
		<pubDate>Wed, 16 Sep 2009 14:03:05 +0000</pubDate>
		<dc:creator>@lasmovies</dc:creator>
				<category><![CDATA[AS2]]></category>
		<category><![CDATA[as2]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[parar]]></category>
		<category><![CDATA[settimeOut]]></category>
		<category><![CDATA[tiempo]]></category>

		<guid isPermaLink="false">http://www.lasmovies.com/blog/parar-la-linea-de-tiempo-por-x-segundos-y-luego-seguir-flash-as-2-0/</guid>
		<description><![CDATA[Cuando se animan banners, a veces es necesario que un frame se muestre por determinado tiempo, la solución para esto es agregar frames calculando un tiempo de duración, esto puede ser molesto o demorado según el caso. Si queremos estar seguros del tiempo de duración del frame, agregamos el siguiente script en el frame que [...]]]></description>
			<content:encoded><![CDATA[<p>Cuando se animan banners, a veces es necesario que un frame se muestre por determinado tiempo, la solución para esto es agregar frames calculando un tiempo de duración, esto puede ser molesto o demorado según el caso. Si queremos estar seguros del tiempo de duración del frame, agregamos el siguiente script en el frame que necesitamos una pausa por un determinando tiempo en segundos.</p>
<p>Nota: Cada que se requiera una pausa, se recomienda cambiar el nombre a la función seguir.</p>
<div class="igBar"><span id="lactionscript-12"><a href="#" onclick="javascript:showPlainTxt('actionscript-12'); return false;">PLAIN TEXT</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;"><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;">seg = <span style="color: #cc66cc;color:#800000;">5</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: #000000; font-weight: bold;">function</span> seguir<span style="color: #66cc66;">&#40;</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;"><span style="color: #808080; font-style: italic;">//Poner accion a seguir ejemplo play();</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>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">setTimeout<span style="color: #66cc66;">&#40;</span>seguir,seg*<span style="color: #cc66cc;color:#800000;">1000</span><span style="color: #66cc66;">&#41;</span>; </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Uso: </p>
<p>seg: Cunatos segundos se va a parar la linea de tiempo<br />
Dentro de la función, poner la instrucción que se ejecuta cuando pasa el tiempo, por ejemplo play, gotoAndPlay("frame").</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lasmovies.com/blog/parar-la-linea-de-tiempo-por-x-segundos-y-luego-seguir-flash-as-2-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>getHoroscopo AS 3 – (signs of the zodiac)</title>
		<link>http://www.lasmovies.com/blog/gethoroscopo-as-3-signs-of-the-zodiac/</link>
		<comments>http://www.lasmovies.com/blog/gethoroscopo-as-3-signs-of-the-zodiac/#comments</comments>
		<pubDate>Mon, 07 Sep 2009 13:23:26 +0000</pubDate>
		<dc:creator>@lasmovies</dc:creator>
				<category><![CDATA[AS3]]></category>

		<guid isPermaLink="false">http://www.lasmovies.com/blog/?p=244</guid>
		<description><![CDATA[Por acá dejo una función en Actionscript 3 que permite saber el signo del zodiaco según la fecha de nacimiento.
Modo de uso:
PLAIN TEXT
Actionscript:




trace&#40;getHoroscopo&#40;1,7&#41;&#41; 






Función:
PLAIN TEXT
Actionscript:




//function getHoroscopo(dia:Number, mes:Number):String


function getHoroscopo&#40;dia:Number, mes:Number&#41;:Number


&#123;


&#160; &#160; var _year:Number = new Date&#40;&#41;.getFullYear&#40;&#41;;


&#160; &#160; 


&#160; &#160; if&#40;new Date&#40;_year,mes,dia&#41;&#62;=new Date&#40;_year,2,21&#41; &#38;&#38; new Date&#40;_year,mes,dia&#41; &#60;= new Date&#40;_year,3,20&#41;&#41;


&#160; &#160; &#123;


&#160; &#160; &#160; &#160; //return &#34;Aries&#34;;


&#160; &#160; [...]]]></description>
			<content:encoded><![CDATA[<p>Por acá dejo una función en Actionscript 3 que permite saber el signo del zodiaco según la fecha de nacimiento.</p>
<p>Modo de uso:</p>
<div class="igBar"><span id="lactionscript-15"><a href="#" onclick="javascript:showPlainTxt('actionscript-15'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">Actionscript:</span>
<div id="actionscript-15">
<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;">trace</span><span style="color: #66cc66;">&#40;</span>getHoroscopo<span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">1</span>,<span style="color: #cc66cc;color:#800000;">7</span><span style="color: #66cc66;">&#41;</span><span style="color: #66cc66;">&#41;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Función:</p>
<div class="igBar"><span id="lactionscript-16"><a href="#" onclick="javascript:showPlainTxt('actionscript-16'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">Actionscript:</span>
<div id="actionscript-16">
<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: #808080; font-style: italic;">//function getHoroscopo(dia:Number, mes:Number):String</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><span style="color: #000000; font-weight: bold;">function</span> getHoroscopo<span style="color: #66cc66;">&#40;</span>dia:<span style="color: #0066CC;">Number</span>, mes:<span style="color: #0066CC;">Number</span><span style="color: #66cc66;">&#41;</span>:<span style="color: #0066CC;">Number</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;">&#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: #000000; font-weight: bold;">var</span> _year:<span style="color: #0066CC;">Number</span> = <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span><span style="color: #66cc66;">&#41;</span>.<span style="color: #0066CC;">getFullYear</span><span style="color: #66cc66;">&#40;</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;">&nbsp; &nbsp; </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><span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,mes,dia<span style="color: #66cc66;">&#41;</span>&gt;=<span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,<span style="color: #cc66cc;color:#800000;">2</span>,<span style="color: #cc66cc;color:#800000;">21</span><span style="color: #66cc66;">&#41;</span> &amp;&amp; <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,mes,dia<span style="color: #66cc66;">&#41;</span> &lt;= <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,<span style="color: #cc66cc;color:#800000;">3</span>,<span style="color: #cc66cc;color:#800000;">20</span><span style="color: #66cc66;">&#41;</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;">&nbsp; &nbsp; <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; <span style="color: #808080; font-style: italic;">//return &quot;Aries&quot;;</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; <span style="color: #b1b100;">return</span> <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; <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; <span style="color: #b1b100;">if</span><span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,mes,dia<span style="color: #66cc66;">&#41;</span>&gt;=<span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,<span style="color: #cc66cc;color:#800000;">3</span>,<span style="color: #cc66cc;color:#800000;">21</span><span style="color: #66cc66;">&#41;</span> &amp;&amp; <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,mes,dia<span style="color: #66cc66;">&#41;</span> &lt;= <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,<span style="color: #cc66cc;color:#800000;">4</span>,<span style="color: #cc66cc;color:#800000;">21</span><span style="color: #66cc66;">&#41;</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;">&nbsp; &nbsp; <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; <span style="color: #808080; font-style: italic;">//return &quot;Tauro&quot;;</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; <span style="color: #b1b100;">return</span> <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></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; <span style="color: #b1b100;">if</span><span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,mes,dia<span style="color: #66cc66;">&#41;</span>&gt;=<span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,<span style="color: #cc66cc;color:#800000;">4</span>,<span style="color: #cc66cc;color:#800000;">22</span><span style="color: #66cc66;">&#41;</span> &amp;&amp; <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,mes,dia<span style="color: #66cc66;">&#41;</span> &lt;= <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,<span style="color: #cc66cc;color:#800000;">5</span>,<span style="color: #cc66cc;color:#800000;">21</span><span style="color: #66cc66;">&#41;</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;">&nbsp; &nbsp; <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; <span style="color: #808080; font-style: italic;">//return &quot;Géminis&quot;;</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; <span style="color: #b1b100;">return</span> <span style="color: #cc66cc;color:#800000;">2</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></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; <span style="color: #b1b100;">if</span><span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,mes,dia<span style="color: #66cc66;">&#41;</span>&gt;=<span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,<span style="color: #cc66cc;color:#800000;">5</span>,<span style="color: #cc66cc;color:#800000;">22</span><span style="color: #66cc66;">&#41;</span> &amp;&amp; <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,mes,dia<span style="color: #66cc66;">&#41;</span> &lt;= <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,<span style="color: #cc66cc;color:#800000;">6</span>,<span style="color: #cc66cc;color:#800000;">23</span><span style="color: #66cc66;">&#41;</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;">&nbsp; &nbsp; <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; <span style="color: #808080; font-style: italic;">//return &quot;Cáncer&quot;;</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; <span style="color: #b1b100;">return</span> <span style="color: #cc66cc;color:#800000;">3</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></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; <span style="color: #b1b100;">if</span><span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,mes,dia<span style="color: #66cc66;">&#41;</span>&gt;=<span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,<span style="color: #cc66cc;color:#800000;">6</span>,<span style="color: #cc66cc;color:#800000;">24</span><span style="color: #66cc66;">&#41;</span> &amp;&amp; <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,mes,dia<span style="color: #66cc66;">&#41;</span> &lt;= <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,<span style="color: #cc66cc;color:#800000;">7</span>,<span style="color: #cc66cc;color:#800000;">23</span><span style="color: #66cc66;">&#41;</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;">&nbsp; &nbsp; <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; <span style="color: #808080; font-style: italic;">//return &quot;Leo&quot;;</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; <span style="color: #b1b100;">return</span> <span style="color: #cc66cc;color:#800000;">4</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></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; <span style="color: #b1b100;">if</span><span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,mes,dia<span style="color: #66cc66;">&#41;</span>&gt;=<span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,<span style="color: #cc66cc;color:#800000;">7</span>,<span style="color: #cc66cc;color:#800000;">24</span><span style="color: #66cc66;">&#41;</span> &amp;&amp; <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,mes,dia<span style="color: #66cc66;">&#41;</span> &lt;= <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,<span style="color: #cc66cc;color:#800000;">8</span>,<span style="color: #cc66cc;color:#800000;">23</span><span style="color: #66cc66;">&#41;</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;">&nbsp; &nbsp; <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; <span style="color: #808080; font-style: italic;">//return &quot;Virgo&quot;;</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; <span style="color: #b1b100;">return</span> <span style="color: #cc66cc;color:#800000;">5</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></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; <span style="color: #b1b100;">if</span><span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,mes,dia<span style="color: #66cc66;">&#41;</span>&gt;=<span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,<span style="color: #cc66cc;color:#800000;">8</span>,<span style="color: #cc66cc;color:#800000;">24</span><span style="color: #66cc66;">&#41;</span> &amp;&amp; <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,mes,dia<span style="color: #66cc66;">&#41;</span> &lt;= <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,<span style="color: #cc66cc;color:#800000;">9</span>,<span style="color: #cc66cc;color:#800000;">23</span><span style="color: #66cc66;">&#41;</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;">&nbsp; &nbsp; <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; <span style="color: #808080; font-style: italic;">//return &quot;Libra&quot;;</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; <span style="color: #b1b100;">return</span> <span style="color: #cc66cc;color:#800000;">6</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></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; <span style="color: #b1b100;">if</span><span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,mes,dia<span style="color: #66cc66;">&#41;</span>&gt;=<span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,<span style="color: #cc66cc;color:#800000;">9</span>,<span style="color: #cc66cc;color:#800000;">24</span><span style="color: #66cc66;">&#41;</span> &amp;&amp; <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,mes,dia<span style="color: #66cc66;">&#41;</span> &lt;= <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,<span style="color: #cc66cc;color:#800000;">10</span>,<span style="color: #cc66cc;color:#800000;">22</span><span style="color: #66cc66;">&#41;</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;">&nbsp; &nbsp; <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; <span style="color: #808080; font-style: italic;">//return &quot;Escorpio&quot;;</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; <span style="color: #b1b100;">return</span> <span style="color: #cc66cc;color:#800000;">7</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></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; <span style="color: #b1b100;">if</span><span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,mes,dia<span style="color: #66cc66;">&#41;</span>&gt;=<span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,<span style="color: #cc66cc;color:#800000;">10</span>,<span style="color: #cc66cc;color:#800000;">23</span><span style="color: #66cc66;">&#41;</span> &amp;&amp; <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,mes,dia<span style="color: #66cc66;">&#41;</span> &lt;= <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,<span style="color: #cc66cc;color:#800000;">11</span>,<span style="color: #cc66cc;color:#800000;">21</span><span style="color: #66cc66;">&#41;</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;">&nbsp; &nbsp; <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; <span style="color: #808080; font-style: italic;">//return &quot;Sagitario&quot;;</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; <span style="color: #b1b100;">return</span> <span style="color: #cc66cc;color:#800000;">8</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></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; <span style="color: #b1b100;">if</span><span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year+<span style="color: #cc66cc;color:#800000;">1</span>,mes,dia<span style="color: #66cc66;">&#41;</span>&gt;=<span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,<span style="color: #cc66cc;color:#800000;">11</span>,<span style="color: #cc66cc;color:#800000;">22</span><span style="color: #66cc66;">&#41;</span> &amp;&amp; <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,mes,dia<span style="color: #66cc66;">&#41;</span> &lt;= <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,<span style="color: #cc66cc;color:#800000;">0</span>,<span style="color: #cc66cc;color:#800000;">20</span><span style="color: #66cc66;">&#41;</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;">&nbsp; &nbsp; <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; <span style="color: #808080; font-style: italic;">//return &quot;Capricornio&quot;;</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; <span style="color: #b1b100;">return</span> <span style="color: #cc66cc;color:#800000;">9</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></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; <span style="color: #b1b100;">if</span><span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,mes,dia<span style="color: #66cc66;">&#41;</span>&gt;=<span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,<span style="color: #cc66cc;color:#800000;">0</span>,<span style="color: #cc66cc;color:#800000;">21</span><span style="color: #66cc66;">&#41;</span> &amp;&amp; <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,mes,dia<span style="color: #66cc66;">&#41;</span> &lt;= <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,<span style="color: #cc66cc;color:#800000;">2</span>,<span style="color: #cc66cc;color:#800000;">19</span><span style="color: #66cc66;">&#41;</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;">&nbsp; &nbsp; <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; <span style="color: #808080; font-style: italic;">//return &quot;Acuario&quot;;</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; <span style="color: #b1b100;">return</span> <span style="color: #cc66cc;color:#800000;">10</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></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; <span style="color: #b1b100;">if</span><span style="color: #66cc66;">&#40;</span><span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,mes,dia<span style="color: #66cc66;">&#41;</span>&gt;=<span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,<span style="color: #cc66cc;color:#800000;">1</span>,<span style="color: #cc66cc;color:#800000;">20</span><span style="color: #66cc66;">&#41;</span> &amp;&amp; <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,mes,dia<span style="color: #66cc66;">&#41;</span> &lt;= <span style="color: #000000; font-weight: bold;">new</span> <span style="color: #0066CC;">Date</span><span style="color: #66cc66;">&#40;</span>_year,<span style="color: #cc66cc;color:#800000;">2</span>,<span style="color: #cc66cc;color:#800000;">20</span><span style="color: #66cc66;">&#41;</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;">&nbsp; &nbsp; <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; <span style="color: #808080; font-style: italic;">//return &quot;Piscis&quot;;</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; <span style="color: #b1b100;">return</span> <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></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; <span style="color: #808080; font-style: italic;">//return &quot;-1&quot;;</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: #b1b100;">return</span> -<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;"><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;</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;">//trace(getHoroscopo(1,7)); </span></div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lasmovies.com/blog/gethoroscopo-as-3-signs-of-the-zodiac/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Vamos pa’ finales</title>
		<link>http://www.lasmovies.com/blog/vamos-pa-finales/</link>
		<comments>http://www.lasmovies.com/blog/vamos-pa-finales/#comments</comments>
		<pubDate>Wed, 06 May 2009 21:34:42 +0000</pubDate>
		<dc:creator>@lasmovies</dc:creator>
				<category><![CDATA[Universidad]]></category>
		<category><![CDATA[action script]]></category>
		<category><![CDATA[diseño]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[PORTAFOLIO]]></category>
		<category><![CDATA[universidad]]></category>

		<guid isPermaLink="false">http://www.lasmovies.com/blog/vamos-pa-finales/</guid>
		<description><![CDATA[Llegaron los finales y tengo muchas ganas de sacar buenos proyectos, vamos a ver que pasa.
Sitio para promocionar una "empresa" con un hobby personal, el tema es bolsa de jugadores, es decir los jugadores callejeros o competitivos que les cuesta encontrar un buen equipo para jugar o los equipos que necesitan jugadores pero no los [...]]]></description>
			<content:encoded><![CDATA[<p>Llegaron los finales y tengo muchas ganas de sacar buenos proyectos, vamos a ver que pasa.</p>
<p>Sitio para promocionar una "empresa" con un hobby personal, el tema es bolsa de jugadores, es decir los jugadores callejeros o competitivos que les cuesta encontrar un buen equipo para jugar o los equipos que necesitan jugadores pero no los encuentran acuden al sitio y ven toda la información de los jugadores disponible.</p>
<p>Idea que tenia desde hace años y que implemente en el colegio en el siguiente link.</p>
<p>http://www.geocities.com/xaca000/</p>
<p>Vamos a ver que tal queda la versión 2.0.</p>
<p>
<object width="640" height="480">
<param name="movie" value="http://www.lasmovies.com/blog/wp-content/uploads/2009/05/bj1.swf"></param>
<param name="quality" value="high"></param>
<param name="wmode" value="window"></param>
<param name="menu" value="false"></param>
<param name="bgcolor" value="#FFFFFF"></param>
<embed type="application/x-shockwave-flash" width="640" height="480" src="http://www.lasmovies.com/blog/wp-content/uploads/2009/05/bj1.swf" quality="high" bgcolor="#FFFFFF" wmode="window" menu="false" ></embed>
</object>
</p>
<p>Próxima semana, actualización de secciones y más personajes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lasmovies.com/blog/vamos-pa-finales/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recuperar password de wordpress</title>
		<link>http://www.lasmovies.com/blog/recuperar-password-de-wordpress/</link>
		<comments>http://www.lasmovies.com/blog/recuperar-password-de-wordpress/#comments</comments>
		<pubDate>Wed, 21 Jan 2009 22:03:14 +0000</pubDate>
		<dc:creator>@lasmovies</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[cambiar contraseña de wordpress]]></category>
		<category><![CDATA[cambiar password]]></category>
		<category><![CDATA[change wordpress password]]></category>
		<category><![CDATA[perdi mi contraseña de wordpress]]></category>

		<guid isPermaLink="false">http://www.lasmovies.com/blog/recuperar-password-de-wordpress/</guid>
		<description><![CDATA[Herramientas:

Conocimientos del panel de control del sitio.
Acceso a phpMyadmin

Nota: Este truco funciona para la versión instalable de wordpress.
Si olvidamos el password de wordpress, podemos cambiarlo desde el administrador de la base de datos siguiendo estos sencillos pasos.
Lo primero es entrar al panel de control del sitio, y seleccionar la base de datos del blog.
Luego revisamos [...]]]></description>
			<content:encoded><![CDATA[<p>Herramientas:</p>
<ul>
<li>Conocimientos del panel de control del sitio.</li>
<li>Acceso a phpMyadmin</li>
</ul>
<p>Nota: Este truco funciona para la versión instalable de wordpress.</p>
<p>Si olvidamos el password de wordpress, podemos cambiarlo desde el administrador de la base de datos siguiendo estos sencillos pasos.</p>
<p>Lo primero es entrar al panel de control del sitio, y seleccionar la base de datos del blog.</p>
<p>Luego revisamos las tablas de la base de datos y seleccionamos la tabla wp_user, la cuál contiene la información del usuario administrador.</p>
<p style="text-align: center"><img src="http://farm4.static.flickr.com/3473/3216497312_58fa18620d.jpg" class="aligncenter" /></p>
<p style="text-align: left">Luego vamos a la pesaña examinar y buscamos el usuario administrador, por lo general el nombre de usuario es "admin".  Presionamos el ícono de edición para modificar los datos de este registro.</p>
<p style="text-align: center"><img src="http://farm4.static.flickr.com/3261/3216497316_d4d8a475ff.jpg" class="aligncenter" /></p>
<p>Se recarga la página con la posibilidad de modificar varios campos, para este caso vamos a cambiar el valor de user_pass, se debe borrar el valor actual.</p>
<p style="text-align: center"><img src="http://farm4.static.flickr.com/3332/3216497318_a366ceeac2.jpg" class="aligncenter" /></p>
<p>Copiamos la nueva clave, para este ejemplo la clave es 123</p>
<p style="text-align: center"><img src="http://farm4.static.flickr.com/3096/3216497332_46e40252ff.jpg" class="aligncenter" /></p>
<p>Seleccionamos la función MD5 y presionamos continuar para guardar los cambios</p>
<p style="text-align: center"><img src="http://farm4.static.flickr.com/3300/3216507300_c3efc5d1cf.jpg" class="aligncenter" /></p>
<p>La ventana se recarga y tenemos una respuesta de mysql, informando la consulta que realizó</p>
<p style="text-align: center"><img src="http://farm4.static.flickr.com/3470/3216497322_31fd330557.jpg" class="aligncenter" /></p>
<p>Si volvemos a entrar vemos una cadena de texto con una serie de carácteres entre letras y números, si queremos verificar la cadena generada lo podemos hacer con la ayuda de un conversor de md5 en línea, pulsar la foto para ir al link.</p>
<p><a href="http://www.md5oogle.com/"></p>
<p style="text-align: center"><img src="http://farm4.static.flickr.com/3417/3216497330_fba4eaa1f5.jpg" class="aligncenter" style="border: medium none " /></p>
<p></a></p>
<p>Revisamos la cadena en el campo user_pass, y verificamos que sea la misma</p>
<p style="text-align: center"><img src="http://farm4.static.flickr.com/3301/3216507302_209272571e.jpg" class="aligncenter" /></p>
<p>Listo la contraseña ha sido cambiada, ahora vamos al cms e ingresamos el usuario y el password nuevo.</p>
<p>es decir user: admin password: 123.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lasmovies.com/blog/recuperar-password-de-wordpress/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Borrar comentarios spam en wordpress</title>
		<link>http://www.lasmovies.com/blog/borrar-comentarios-spam-en-wordpress/</link>
		<comments>http://www.lasmovies.com/blog/borrar-comentarios-spam-en-wordpress/#comments</comments>
		<pubDate>Fri, 09 Jan 2009 16:28:34 +0000</pubDate>
		<dc:creator>@lasmovies</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[eliminar comentarios spam]]></category>
		<category><![CDATA[spam wordpress]]></category>

		<guid isPermaLink="false">http://www.lasmovies.com/blog/borrar-comentarios-spam-en-wordpress/</guid>
		<description><![CDATA[En estos días he estado en operaciones de mantenimiento y actualización de la versión de wordpress. Queria compartir un truco para las personas que reciben ataques de comentarios spam.
Nota: Tener precaución de ejecutar código SQL, ya que podemos borrar comentarios o datos valiosos. antes de continuar se recomienda hacer una copia de seguridad de la [...]]]></description>
			<content:encoded><![CDATA[<p>En estos días he estado en operaciones de mantenimiento y actualización de la versión de wordpress. Queria compartir un truco para las personas que reciben ataques de comentarios spam.</p>
<p>Nota: Tener precaución de ejecutar código SQL, ya que podemos borrar comentarios o datos valiosos. antes de continuar se recomienda hacer una copia de seguridad de la base de datos.</p>
<p>En mi caso estaba recibiendo spam de una dos direcciones ip,  para moderar estos comentarios por el cms me tomaba mucho tiempo porque eran aproximadamente 450 comentarios,   si borraba todos los comentarios corría el riesgo de borrar comentarios bien intensionados.</p>
<p>Primero vamos a la pestaña donde administramos los comentarios dentro del cms de wordpress, y anotamos la dirección ip de los comentarios spam.</p>
<p style="text-align: center"><img src="http://farm4.static.flickr.com/3433/3181898755_f98db3a159.jpg" /></p>
<p style="text-align: center">&nbsp;</p>
<p>Luego, accedemos a phpMyAdmin del servidor donde tenemos alojado el blog. vamos a la pestaña de SQL (Esta sección nos permite ejecutar código SQL directamente en la base de datos)</p>
<p>Si no sabe que es SQL, acá un pequeño manual <a href="http://www.desarrolloweb.com/manuales/9/" target="_blank">para ver el manual click aquí</a></p>
<p style="text-align: center" align="left"><img src="http://farm4.static.flickr.com/3512/3182699548_fd3c588dbd.jpg" /></p>
<p>El código sql para borrar todos los comentarios de esa dirección ip, es el siguiente:</p>
<div class="igBar"><span id="lhtml-18"><a href="#" onclick="javascript:showPlainTxt('html-18'); return false;">PLAIN TEXT</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;">DELETE FROM `wp_comments` WHERE `wp_comments`.`comment_author_IP` = '190.29.74.141' </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Escribimos eso en el campo para ejecutar la consulta y le demas continuar y listo.</p>
<p>Obtenemos un mensaje con el número de comentarios borrados.</p>
<p>Luego vamos a la sección para moderar los comentarios y vemos que los comentarios de la dirección ip xxx, se han eliminado.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lasmovies.com/blog/borrar-comentarios-spam-en-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Feliz Navidad</title>
		<link>http://www.lasmovies.com/blog/feliz-navidad/</link>
		<comments>http://www.lasmovies.com/blog/feliz-navidad/#comments</comments>
		<pubDate>Wed, 24 Dec 2008 17:11:21 +0000</pubDate>
		<dc:creator>@lasmovies</dc:creator>
				<category><![CDATA[minipost]]></category>
		<category><![CDATA[as 3.0]]></category>
		<category><![CDATA[blog xaca]]></category>
		<category><![CDATA[Navidad flash]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://www.lasmovies.com/blog/feliz-navidad/</guid>
		<description><![CDATA[Hola...
Para todos los usuarios conocidos y desconocidos del blog, les deseo una Feliz Navidad, gracias por dejar sus visitas, comentarios y demás "insumos" de la vida web. A la gente de twitter muy bueno saber del diario vivir de cada uno y poder seguir sus experiencias.
Que el niño Dios les traiga todo lo que le [...]]]></description>
			<content:encoded><![CDATA[<p>Hola...</p>
<p>Para todos los usuarios conocidos y desconocidos del blog, les deseo una Feliz Navidad, gracias por dejar sus visitas, comentarios y demás "insumos" de la vida web. A la gente de twitter muy bueno saber del diario vivir de cada uno y poder seguir sus experiencias.</p>
<p>Que el niño Dios les traiga todo lo que le pidieron, sino que el próximo año las oportunidades de empleo y negocios les den para llevar acabo sus sueños y deseos.</p>
<p>Espero que se sigan dando la pasadita por acá y que sigamos en contacto.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lasmovies.com/blog/feliz-navidad/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Portafolio de algunos juegos</title>
		<link>http://www.lasmovies.com/blog/portafolio-de-algunos-juegos/</link>
		<comments>http://www.lasmovies.com/blog/portafolio-de-algunos-juegos/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 20:30:14 +0000</pubDate>
		<dc:creator>@lasmovies</dc:creator>
				<category><![CDATA[PORTAFOLIO]]></category>
		<category><![CDATA[as 2]]></category>
		<category><![CDATA[AS2]]></category>
		<category><![CDATA[juego de ir por la carretera]]></category>
		<category><![CDATA[juego de rompecabezas]]></category>
		<category><![CDATA[juego para pintar. flash]]></category>
		<category><![CDATA[juego vestir personajes]]></category>
		<category><![CDATA[juegos flash]]></category>
		<category><![CDATA[juegos medellin]]></category>
		<category><![CDATA[videojuegos medellin]]></category>

		<guid isPermaLink="false">http://www.lasmovies.com/blog/portafolio-de-algunos-juegos/</guid>
		<description><![CDATA[He tenido la posibilidad de participar en la programación y estructuración de la navegación de la siguiente lista de juegos, en el blog he publicado algunos trucos y consejos para realizar estos juegos, sin embargo si alguien esta interesado en saber como se hizo alguna funcionalidad, los invito a que posteen sus dudas para compartilas [...]]]></description>
			<content:encoded><![CDATA[<p>He tenido la posibilidad de participar en la programación y estructuración de la navegación de la siguiente lista de juegos, en el blog he publicado algunos trucos y consejos para realizar estos juegos, sin embargo si alguien esta interesado en saber como se hizo alguna funcionalidad, los invito a que posteen sus dudas para compartilas con los demás.</p>
<p>Nota: para probar el juego click en la imagen.</p>
<p><a href="http://www.freskids.com/secciones/juegos/a-pintar/aPintar.html"></p>
<p style="text-align: center"><img src="http://www.lasmovies.com/blog/wp-content/uploads/2008/12/juego1.jpg" style="border: medium none " height="221" width="346" /></p>
<p></a></p>
<p><a href="http://www.freskids.com/secciones/juegos/rompecabezas/rompecabezas.html"></p>
<p style="text-align: center"><img src="http://www.lasmovies.com/blog/wp-content/uploads/2008/12/juego2.jpg" style="border: medium none " /></p>
<p></a><br />
<a href="http://www.freskids.com/secciones/juegos/rompecabezas/rompecabezas.html"></p>
<p style="text-align: center"><img src="http://www.lasmovies.com/blog/wp-content/uploads/2008/12/juego3.jpg" style="border: medium none " /></p>
<p></a><br />
<a href="http://www.freskids.com/secciones/juegos/rompecabezas/rompecabezas.html"></p>
<p style="text-align: center"><img src="http://www.lasmovies.com/blog/wp-content/uploads/2008/12/juego4.jpg" style="border: medium none " /></p>
<p></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lasmovies.com/blog/portafolio-de-algunos-juegos/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Optimizar banners por medio de programación</title>
		<link>http://www.lasmovies.com/blog/optimizar-banners-por-medio-de-programacion/</link>
		<comments>http://www.lasmovies.com/blog/optimizar-banners-por-medio-de-programacion/#comments</comments>
		<pubDate>Mon, 01 Dec 2008 18:36:56 +0000</pubDate>
		<dc:creator>@lasmovies</dc:creator>
				<category><![CDATA[AS2]]></category>
		<category><![CDATA[animación por actionscript]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[motif ad kit]]></category>
		<category><![CDATA[optimizar peso de banners]]></category>
		<category><![CDATA[optmizar el peso de un banner.]]></category>

		<guid isPermaLink="false">http://www.lasmovies.com/blog/optimizar-banners-por-medio-de-programacion/</guid>
		<description><![CDATA[Cuando un cliente realiza una campaña que va a estar presente en diferentes medios web, la mayoria (portales, periodicos, revistas, entre otros).  Exigen un peso mínimo del banner que se va a mostrar según sus dimensiones.
Generalmente esto restringe demasiado la interacción del banner si se realiza del modo tradicional, es decir con animción por [...]]]></description>
			<content:encoded><![CDATA[<p>Cuando un cliente realiza una campaña que va a estar presente en diferentes medios web, la mayoria (portales, periodicos, revistas, entre otros).  Exigen un peso mínimo del banner que se va a mostrar según sus dimensiones.</p>
<p>Generalmente esto restringe demasiado la interacción del banner si se realiza del modo tradicional, es decir con animción por línea de tiempo con interpolación.</p>
<p>Para no limitar la creatividad y para cumplir con requisitos de peso, acá dejo unos tips que pueden ser muy utiles para sacar una campaña exitosa.</p>
<ol>
<li>No se debe crear banners compuestos de más de tres pasos.</li>
<li>Optimizar las imágenes fotografías a una calidad del 90%</li>
<li>Utilizar gráficos vectoriales, vale la pena sobretodo porque las campañas manejan diferentes tamaños.</li>
<li>Animar por programación.</li>
<li>Evitar cargas externas de archivos (Posiblemente a algunos usuarios no les funcione) .</li>
</ol>
<p>A continuación les dejo un pequeño ejemplo, el reto era crear un banner de 336x850, con animación y con un peso total de 60 kb.</p>
<p>Modifique las imagenes del original, acá pongo un banner que pesa 5,74 KB, aplicando los tips anteriores.</p>
<p>
<object width="336" height="850">
<param name="movie" value="http://www.lasmovies.com/blog/wp-content/uploads/2008/12/336x850.swf"></param>
<param name="quality" value="high"></param>
<param name="wmode" value="window"></param>
<param name="menu" value="false"></param>
<param name="bgcolor" value="#FFFFFF"></param>
<embed type="application/x-shockwave-flash" width="336" height="850" src="http://www.lasmovies.com/blog/wp-content/uploads/2008/12/336x850.swf" quality="high" bgcolor="#FFFFFF" wmode="window" menu="false" ></embed>
</object>
</p>
<p>El código utilizado para animar los copies es el siguiente:</p>
<div class="igBar"><span id="lactionscript-20"><a href="#" onclick="javascript:showPlainTxt('actionscript-20'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">Actionscript:</span>
<div id="actionscript-20">
<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;">import</span> mx.<span style="color: #006600;">transitions</span>.<span style="color: #006600;">Tween</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;"><span style="color: #808080; font-style: italic;">/*</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;">SCRIPT BY: Andrés Bedoya Tobón</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;">email: lasmovies@gmail.com</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;">page: www.lasmovies.com/blog</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;">*/</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;"><span style="color: #000000; font-weight: bold;">function</span> hideImages<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;"><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;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; copy1.<span style="color: #0066CC;">_visible</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;">&nbsp; &nbsp; copy2.<span style="color: #0066CC;">_visible</span> = <span style="color: #000000; font-weight: bold;">false</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; copy3.<span style="color: #0066CC;">_visible</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;">&nbsp;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;"><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;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">hideImages<span style="color: #66cc66;">&#40;</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;">playBanner<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;">&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: #000000; font-weight: bold;">function</span> playBanner<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;"><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; </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: #000000; font-weight: bold;">var</span> met = mx.<span style="color: #006600;">transitions</span>.<span style="color: #006600;">easing</span>.<span style="color: #006600;">Back</span>.<span style="color: #006600;">easeIn</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; hideImages<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;">&nbsp; &nbsp; copy1.<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; copy2.<span style="color: #0066CC;">_visible</span> = <span style="color: #000000; font-weight: bold;">false</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; copy3.<span style="color: #0066CC;">_visible</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;">&nbsp; &nbsp; <span style="color: #808080; font-style: italic;">//t1 = new Tween(img1, &quot;_x&quot;, met, 541, 0, 0.5, true);</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; t1 = <span style="color: #000000; font-weight: bold;">new</span> Tween<span style="color: #66cc66;">&#40;</span>copy1, <span style="color: #ff0000;">"_y"</span>, met, -<span style="color: #cc66cc;color:#800000;">100</span>,copy1.<span style="color: #0066CC;">_y</span>, <span style="color: #cc66cc;color:#800000;">0</span>.<span style="color: #cc66cc;color:#800000;">5</span>, <span style="color: #000000; font-weight: bold;">true</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;">&nbsp; &nbsp; </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; t1.<span style="color: #006600;">onMotionFinished</span> = <span style="color: #000000; font-weight: bold;">function</span><span style="color: #66cc66;">&#40;</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;">&nbsp; &nbsp; <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; </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; setTimeout<span style="color: #66cc66;">&#40;</span>frame2,<span style="color: #cc66cc;color:#800000;">3000</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: #808080; font-style: italic;">//frame2();</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; </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>
<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;"><span style="color: #000000; font-weight: bold;">function</span> frame2<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;"><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; <span style="color: #000000; font-weight: bold;">var</span> met = mx.<span style="color: #006600;">transitions</span>.<span style="color: #006600;">easing</span>.<span style="color: #006600;">Strong</span>.<span style="color: #006600;">easeIn</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; copy1.<span style="color: #0066CC;">_visible</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;">&nbsp; &nbsp; copy2.<span style="color: #0066CC;">_visible</span> = <span style="color: #000000; font-weight: bold;">true</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; copy3.<span style="color: #0066CC;">_visible</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;">&nbsp; &nbsp; </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: #808080; font-style: italic;">//img2.swapDepths(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: #808080; font-style: italic;">//t2 = new Tween(img2, &quot;_x&quot;, met, -541, 0, 0.5, true);</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; t2 = <span style="color: #000000; font-weight: bold;">new</span> Tween<span style="color: #66cc66;">&#40;</span>copy2, <span style="color: #ff0000;">"_y"</span>, met, <span style="color: #cc66cc;color:#800000;">400</span>, copy2.<span style="color: #0066CC;">_y</span>, <span style="color: #cc66cc;color:#800000;">1</span>, <span style="color: #000000; font-weight: bold;">true</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;">&nbsp; &nbsp; t2.<span style="color: #006600;">onMotionFinished</span> = <span style="color: #000000; font-weight: bold;">function</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;">&nbsp; &nbsp; <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; setTimeout<span style="color: #66cc66;">&#40;</span>frame3,<span style="color: #cc66cc;color:#800000;">3000</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; <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>
<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;"><span style="color: #000000; font-weight: bold;">function</span> frame3<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;"><span style="color: #66cc66;">&#123;</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; </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: #000000; font-weight: bold;">var</span> met = mx.<span style="color: #006600;">transitions</span>.<span style="color: #006600;">easing</span>.<span style="color: #006600;">Bounce</span>.<span style="color: #006600;">easeIn</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; copy1.<span style="color: #0066CC;">_visible</span> = <span style="color: #000000; font-weight: bold;">false</span>;</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; copy2.<span style="color: #0066CC;">_visible</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;">&nbsp; &nbsp; copy3.<span style="color: #0066CC;">_visible</span> = <span style="color: #000000; font-weight: bold;">true</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; </div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; t3 = <span style="color: #000000; font-weight: bold;">new</span> Tween<span style="color: #66cc66;">&#40;</span>copy3, <span style="color: #ff0000;">"_y"</span>, met,-<span style="color: #cc66cc;color:#800000;">100</span>,copy3.<span style="color: #0066CC;">_y</span>, <span style="color: #cc66cc;color:#800000;">0</span>.<span style="color: #cc66cc;color:#800000;">5</span>, <span style="color: #000000; font-weight: bold;">true</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;">&nbsp; &nbsp; t3.<span style="color: #006600;">onMotionFinished</span> = <span style="color: #000000; font-weight: bold;">function</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;">&nbsp; &nbsp; <span style="color: #66cc66;">&#123;</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; <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; </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 para animar las bolas cayendo, se utiliza un script que se explica en uno de los post anteriores:</p>
<p>http://www.lasmovies.com/blog/efecto-de-objetos-cayendo-v1/</p>
<p>Nota: He trabajado en campañas masivas de marketing, los tips que se explican acá son utiles para la mayoría de medios en Colombia. Para el caso del exterior o dependiendo de los requerimientos para medir el éxito de la campaña se debe utilizar obligatoriamente animación por línea de tiempo, este es el caso de las campañas que exigen reporte de click utilizando motif ad kit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lasmovies.com/blog/optimizar-banners-por-medio-de-programacion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Navegación condicional</title>
		<link>http://www.lasmovies.com/blog/navegacion-condicional/</link>
		<comments>http://www.lasmovies.com/blog/navegacion-condicional/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 14:51:48 +0000</pubDate>
		<dc:creator>@lasmovies</dc:creator>
				<category><![CDATA[AS2]]></category>
		<category><![CDATA[dias de la semana]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[menú]]></category>
		<category><![CDATA[navegación condicional]]></category>

		<guid isPermaLink="false">http://www.lasmovies.com/blog/navegacion-condicional/</guid>
		<description><![CDATA[Muchas veces necesitamos crear funcionalidades en un menú o en una sección que queremos habilitar sólo si se cumple con un parámetro en particular. En el siguiente ejemplo se tiene en cuentaque las secciones se habiliten sólo si cumple con la condición del día, que va dado por un número así (lunes 1, martes 2, [...]]]></description>
			<content:encoded><![CDATA[<p>Muchas veces necesitamos crear funcionalidades en un menú o en una sección que queremos habilitar sólo si se cumple con un parámetro en particular. En el siguiente ejemplo se tiene en cuentaque las secciones se habiliten sólo si cumple con la condición del día, que va dado por un número así (lunes 1, martes 2, ...)</p>
<p>
<object width="550" height="400">
<param name="movie" value="http://www.lasmovies.com/blog/wp-content/uploads/2008/11/tanga.swf"></param>
<param name="quality" value="high"></param>
<param name="wmode" value="window"></param>
<param name="menu" value="false"></param>
<param name="bgcolor" value="#FFFFFF"></param>
<param name="flashvars" value="dias=2"></param>
<embed type="application/x-shockwave-flash" width="550" height="400" src="http://www.lasmovies.com/blog/wp-content/uploads/2008/11/tanga.swf" quality="high" bgcolor="#FFFFFF" wmode="window" menu="false" flashvars="dias=2" ></embed>
</object>
</p>
<p>Para pasarle el parametro con la líbreria swfObject así:</p>
<div class="igBar"><span id="lhtml-22"><a href="#" onclick="javascript:showPlainTxt('html-22'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">HTML:</span>
<div id="html-22">
<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/script.html"><span style="color: #000000; font-weight: bold;">&lt;script</span></a> <span style="color: #000066;">src</span>=<span style="color: #ff0000;">"swfobject.js"</span> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">"text/javascript"</span><span style="color: #000000; font-weight: bold;">&gt;</span></a></span><span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/script&gt;</span></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;"><a href="http://december.com/html/4/element/script.html"><span style="color: #000000; font-weight: bold;">&lt;script</span></a> <span style="color: #000066;">type</span>=<span style="color: #ff0000;">"text/javascript"</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;">var s1 = new SWFObject(&quot;tanga.swf&quot;,&quot;ply&quot;,&quot;849&quot;,&quot;629&quot;,&quot;9&quot;,&quot;#FFFFFF&quot;);</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">s1.addVariable(&quot;dias&quot;,&quot;2&quot;);</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;">s1.addParam(&quot;wmode&quot;,&quot;transparent&quot;);</div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">s1.write(&quot;container&quot;);</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: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/script&gt;</span></span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lasmovies.com/blog/navegacion-condicional/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
