<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.5" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Efecto de texto máquina de escribir.</title>
	<link>http://www.after-hours.org/2006/12/29/efecto-de-texto-maquina-de-escribir/</link>
	<description></description>
	<pubDate>Sat, 22 Nov 2008 10:12:34 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.5</generator>

	<item>
		<title>by: pilottand</title>
		<link>http://www.after-hours.org/2006/12/29/efecto-de-texto-maquina-de-escribir/#comment-2125</link>
		<pubDate>Mon, 14 May 2007 11:30:11 +0000</pubDate>
		<guid>http://www.after-hours.org/2006/12/29/efecto-de-texto-maquina-de-escribir/#comment-2125</guid>
					<description>Hola

Quería saber como puedo hacer para colocarle el sonido de la máquina

gracias</description>
		<content:encoded><![CDATA[<p>Hola</p>
<p>Quería saber como puedo hacer para colocarle el sonido de la máquina</p>
<p>gracias
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: paco</title>
		<link>http://www.after-hours.org/2006/12/29/efecto-de-texto-maquina-de-escribir/#comment-1658</link>
		<pubDate>Wed, 25 Apr 2007 12:26:47 +0000</pubDate>
		<guid>http://www.after-hours.org/2006/12/29/efecto-de-texto-maquina-de-escribir/#comment-1658</guid>
					<description>Gracias, muy buen tutorial. Por cierto, ¿habría alguna manera de cambiar el color del texto?</description>
		<content:encoded><![CDATA[<p>Gracias, muy buen tutorial. Por cierto, ¿habría alguna manera de cambiar el color del texto?
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: toni</title>
		<link>http://www.after-hours.org/2006/12/29/efecto-de-texto-maquina-de-escribir/#comment-443</link>
		<pubDate>Tue, 20 Mar 2007 12:23:13 +0000</pubDate>
		<guid>http://www.after-hours.org/2006/12/29/efecto-de-texto-maquina-de-escribir/#comment-443</guid>
					<description>Hola edgardo,

tendría que modificar la clase y añadir un método que pare el tipeo. La modifico y lo pongo en el blog.

saludos</description>
		<content:encoded><![CDATA[<p>Hola edgardo,</p>
<p>tendría que modificar la clase y añadir un método que pare el tipeo. La modifico y lo pongo en el blog.</p>
<p>saludos
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: edgardo</title>
		<link>http://www.after-hours.org/2006/12/29/efecto-de-texto-maquina-de-escribir/#comment-404</link>
		<pubDate>Tue, 20 Mar 2007 03:47:16 +0000</pubDate>
		<guid>http://www.after-hours.org/2006/12/29/efecto-de-texto-maquina-de-escribir/#comment-404</guid>
					<description>muy buen efecto! 
me preguntaba si no hay forma de detener el tipeo, ya que quiero que cada vez que el mouse esté sobre un botón tipee una leyenda diferente. He probado, y si no se termina de escribir la leyenda anterior parece sobreescribirse la nueva sobre ella.</description>
		<content:encoded><![CDATA[<p>muy buen efecto!<br />
me preguntaba si no hay forma de detener el tipeo, ya que quiero que cada vez que el mouse esté sobre un botón tipee una leyenda diferente. He probado, y si no se termina de escribir la leyenda anterior parece sobreescribirse la nueva sobre ella.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: sergioelmoreno</title>
		<link>http://www.after-hours.org/2006/12/29/efecto-de-texto-maquina-de-escribir/#comment-140</link>
		<pubDate>Sat, 17 Feb 2007 07:37:30 +0000</pubDate>
		<guid>http://www.after-hours.org/2006/12/29/efecto-de-texto-maquina-de-escribir/#comment-140</guid>
					<description>Gracias Toni, ahora funciona perfecto!

Un saludo
:)</description>
		<content:encoded><![CDATA[<p>Gracias Toni, ahora funciona perfecto!</p>
<p>Un saludo<br />
:)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: toni</title>
		<link>http://www.after-hours.org/2006/12/29/efecto-de-texto-maquina-de-escribir/#comment-137</link>
		<pubDate>Sat, 17 Feb 2007 05:52:49 +0000</pubDate>
		<guid>http://www.after-hours.org/2006/12/29/efecto-de-texto-maquina-de-escribir/#comment-137</guid>
					<description>Tambien tienes que modificar la clase para que te admita el salto de línea:

Abre el archivo Typewriter.as y modifica el método exec como sigue 

[AS]
	private function exec() {
		this.textfield.html = true;
		this.textfield.htmlText = this.string.substr(0, index);
		index  ;
		if (index &gt; this.string.length) {
			clearInterval(interval);
		}
	}
[/AS]

Saludos</description>
		<content:encoded><![CDATA[<p>Tambien tienes que modificar la clase para que te admita el salto de línea:</p>
<p>Abre el archivo Typewriter.as y modifica el método exec como sigue </p>
<div class="igBar"><span id="lactionscript-1"><a href="#" onclick="javascript:showPlainTxt('actionscript-1'); return false;">PLAIN TEXT</a></span></div>
<div class="syntax_hilite"><span class="langName">Actionscript:</span>
<div id="actionscript-1">
<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;">private</span> <span style="color: #000000; font-weight: bold;">function</span> exec<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;">&nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0066CC;">this</span>.<span style="color: #0066CC;">textfield</span>.<span style="color: #0066CC;">html</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; &nbsp; &nbsp; <span style="color: #0066CC;">this</span>.<span style="color: #0066CC;">textfield</span>.<span style="color: #0066CC;">htmlText</span> = <span style="color: #0066CC;">this</span>.<span style="color: #0066CC;">string</span>.<span style="color: #0066CC;">substr</span><span style="color: #66cc66;">&#40;</span><span style="color: #cc66cc;color:#800000;">0</span>, <span style="color: #0066CC;">index</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: #0066CC;">index</span>&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; <span style="color: #b1b100;">if</span> <span style="color: #66cc66;">&#40;</span>index&gt; <span style="color: #0066CC;">this</span>.<span style="color: #0066CC;">string</span>.<span style="color: #0066CC;">length</span><span style="color: #66cc66;">&#41;</span> <span style="color: #66cc66;">&#123;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style="color: #0066CC;">clearInterval</span><span style="color: #66cc66;">&#40;</span>interval<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; &nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span></div>
</li>
<li style="font-weight: bold;color:#26536A;">
<div style="font-family: 'Courier New', Courier, monospace; font-weight: normal;">&nbsp; &nbsp; <span style="color: #66cc66;">&#125;</span> </div>
</li>
</ol>
</div>
</div>
</div>
<p></p>
<p>Saludos
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: sergioelmoreno</title>
		<link>http://www.after-hours.org/2006/12/29/efecto-de-texto-maquina-de-escribir/#comment-131</link>
		<pubDate>Fri, 16 Feb 2007 12:24:19 +0000</pubDate>
		<guid>http://www.after-hours.org/2006/12/29/efecto-de-texto-maquina-de-escribir/#comment-131</guid>
					<description>Hola, una pregunta simple:

¿Es posible incluir en el string etiquetas html? (saltos de linea, negritas o enlaces?)
He probado a incluir antes de declarar el string lo siguiente
mystring.html = true;
en la caja de texto (he dibujado una a mano) está marcada la opcion de admitir etiquetas html y dentro del texto las etiquetas en el siguiente formato : '&#60;br&#62;'
pero no me funciona.

Gracias de todas formas por este magnifico tutorial
Un saludo 
:)</description>
		<content:encoded><![CDATA[<p>Hola, una pregunta simple:</p>
<p>¿Es posible incluir en el string etiquetas html? (saltos de linea, negritas o enlaces?)<br />
He probado a incluir antes de declarar el string lo siguiente<br />
mystring.html = true;<br />
en la caja de texto (he dibujado una a mano) está marcada la opcion de admitir etiquetas html y dentro del texto las etiquetas en el siguiente formato : '&lt;br&gt;'<br />
pero no me funciona.</p>
<p>Gracias de todas formas por este magnifico tutorial<br />
Un saludo<br />
:)
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: toni</title>
		<link>http://www.after-hours.org/2006/12/29/efecto-de-texto-maquina-de-escribir/#comment-45</link>
		<pubDate>Fri, 12 Jan 2007 17:06:49 +0000</pubDate>
		<guid>http://www.after-hours.org/2006/12/29/efecto-de-texto-maquina-de-escribir/#comment-45</guid>
					<description>Hola Fabian, tienes diferentes opciones puede que alguna se adapte a tus necesidades:

1. Con flashvars, puedes pasar parámetros desde html a flash, claro que esto solo te sirve cuando cargas la película de flash.

2. Con externalInterface puedes establacer una comunicación fuida entre flash y javascript, en el blog hay un ejemplo (flashtracer)

3. Para mi la mejor opción, sería utilizar un archivo externo a flash (.txt o .xml) que contendría los textos.

saludos.</description>
		<content:encoded><![CDATA[<p>Hola Fabian, tienes diferentes opciones puede que alguna se adapte a tus necesidades:</p>
<p>1. Con flashvars, puedes pasar parámetros desde html a flash, claro que esto solo te sirve cuando cargas la película de flash.</p>
<p>2. Con externalInterface puedes establacer una comunicación fuida entre flash y javascript, en el blog hay un ejemplo (flashtracer)</p>
<p>3. Para mi la mejor opción, sería utilizar un archivo externo a flash (.txt o .xml) que contendría los textos.</p>
<p>saludos.
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Fabián</title>
		<link>http://www.after-hours.org/2006/12/29/efecto-de-texto-maquina-de-escribir/#comment-44</link>
		<pubDate>Fri, 12 Jan 2007 14:47:35 +0000</pubDate>
		<guid>http://www.after-hours.org/2006/12/29/efecto-de-texto-maquina-de-escribir/#comment-44</guid>
					<description>Toni:
¿Sería posible que la cadena de texto no estuviera en el interior del flash sino en el html?
La idea sería que con un único archivo swf se pudiera presentar cualquier texto corto con efecto de máquina de escribir.
Me interesaría especialmente para un Flash MX 2004.
Gracias</description>
		<content:encoded><![CDATA[<p>Toni:<br />
¿Sería posible que la cadena de texto no estuviera en el interior del flash sino en el html?<br />
La idea sería que con un único archivo swf se pudiera presentar cualquier texto corto con efecto de máquina de escribir.<br />
Me interesaría especialmente para un Flash MX 2004.<br />
Gracias
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Hardface</title>
		<link>http://www.after-hours.org/2006/12/29/efecto-de-texto-maquina-de-escribir/#comment-26</link>
		<pubDate>Fri, 05 Jan 2007 17:09:17 +0000</pubDate>
		<guid>http://www.after-hours.org/2006/12/29/efecto-de-texto-maquina-de-escribir/#comment-26</guid>
					<description>Guai!

Es curioso ver como si pones el textField aliniado 'left' o 'right' va mucho más rápido, por lo menos en player de mac.</description>
		<content:encoded><![CDATA[<p>Guai!</p>
<p>Es curioso ver como si pones el textField aliniado 'left' o 'right' va mucho más rápido, por lo menos en player de mac.
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
