
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Adobe Flash &#187; datos as3</title>
	<atom:link href="http://www.adobeflash.es/category/datos-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.adobeflash.es</link>
	<description>Adobe Flash :: Agregador de Blogs sobre Adobe Flash y Actionscript en castellano</description>
	<lastBuildDate>Thu, 01 Sep 2011 10:34:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Loop en AS3. Utilización de For y Array.</title>
		<link>http://feedproxy.google.com/~r/As3Ideas/~3/cSKp2RdFWO8/</link>
		<comments>http://feedproxy.google.com/~r/As3Ideas/~3/cSKp2RdFWO8/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 06:15:49 +0000</pubDate>
		<dc:creator>EsK</dc:creator>
				<category><![CDATA[array as3]]></category>
		<category><![CDATA[bucle as3]]></category>
		<category><![CDATA[datos as3]]></category>
		<category><![CDATA[ESK Ideas]]></category>
		<category><![CDATA[iteracion as3]]></category>
		<category><![CDATA[iterador as3]]></category>
		<category><![CDATA[loop as3]]></category>
		<category><![CDATA[tutorial as3]]></category>
		<category><![CDATA[var as3]]></category>
		<category><![CDATA[variable as3]]></category>

		<guid isPermaLink="false">http://as3ideas.com/?p=417</guid>
		<description><![CDATA[En el artículo anterior vimos cómo <a href="/loop-en-as3-for/">utilizar el <strong>loop For</strong></a> para evitar repetir innecesariamente código y acciones en la programación de una aplicación con ActionScript3. Sin embargo, muchas veces podemos potenciar su utilización cuando lo utilizamos en conjunto con un <strong>Array</strong>, y de esta forma podemos automatizar mucho más la ejecución de nuestra aplicación. En primer lugar trataremos por encima el array y algunas propiedades esenciales, para ver cómo utilizar esta combinación. Después desarrollaremos tres ejemplos de cómo utilizar esta combinación en distintas utilidades.
<p><a href="http://feedads.g.doubleclick.net/~a/R49udntO5noQ_Wao2rn6sbB05xU/0/da"><img src="http://feedads.g.doubleclick.net/~a/R49udntO5noQ_Wao2rn6sbB05xU/0/di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~a/R49udntO5noQ_Wao2rn6sbB05xU/1/da"><img src="http://feedads.g.doubleclick.net/~a/R49udntO5noQ_Wao2rn6sbB05xU/1/di" border="0"></img></a></p><img src="http://feeds.feedburner.com/~r/As3Ideas/~4/cSKp2RdFWO8" height="1">


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><span style="background-color:yellow">Este es un agregador de feeds de blogs relacionados con la Plataforma Flash de Adobe, no es el creador de los contenidos que contiene.</span></p>
<p>Este post fue creado por <a href="http://as3ideas.com" target="_blank">EsK</a> en el blog <a href="http://as3ideas.com" target="_blank">http://as3ideas.com</a>.<br/> Deberías haber sido redirigido al post original mediante Javascript, de no se así puedes acceder a él desde el siguiente enlace:<br/><a href="http://feedproxy.google.com/~r/As3Ideas/~3/cSKp2RdFWO8/" target="_blank">http://feedproxy.google.com/~r/As3Ideas/~3/cSKp2RdFWO8/</a></p>
<script type="text/javascript">
window.location = "http://feedproxy.google.com/~r/As3Ideas/~3/cSKp2RdFWO8/"
</script>
<p><span style="background-color:yellow">Post agregado:</span></p>
En el artículo anterior vimos cómo <a href="http://feedproxy.google.com/loop-en-as3-for/" target="_blank">utilizar el <strong>loop For</strong></a> para evitar repetir innecesariamente código y acciones en la programación de una aplicación con ActionScript3. Sin embargo, muchas veces podemos potenciar su utilización cuando lo utilizamos en conjunto con un <strong>Array</strong>, y de esta forma podemos automatizar mucho más la ejecución de nuestra aplicación. En primer lugar trataremos por encima el array y algunas propiedades esenciales, para ver cómo utilizar esta combinación. Después desarrollaremos tres ejemplos de cómo utilizar esta combinación en distintas utilidades.
<p><a href="http://feedads.g.doubleclick.net/~a/R49udntO5noQ_Wao2rn6sbB05xU/0/da" target="_blank"><img src="http://feedads.g.doubleclick.net/~a/R49udntO5noQ_Wao2rn6sbB05xU/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/R49udntO5noQ_Wao2rn6sbB05xU/1/da" target="_blank"><img src="http://feedads.g.doubleclick.net/~a/R49udntO5noQ_Wao2rn6sbB05xU/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/As3Ideas/~4/cSKp2RdFWO8" height="1" width="1"/>
<p><span style="background-color:yellow">Autor del post:</span> <a href="http://as3ideas.com" target="_blank">EsK</a><br/>
<span style="background-color:yellow">Enlace original:</span> <a href="http://feedproxy.google.com/~r/As3Ideas/~3/cSKp2RdFWO8/" target="_blank">http://feedproxy.google.com/~r/As3Ideas/~3/cSKp2RdFWO8/</a></p>]]></content:encoded>
			<wfw:commentRss>http://as3ideas.com/2010/01/27/loop-en-as3-utilizacion-for-y-array/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eliminar los acentos y tildes. Funcion con AS3.</title>
		<link>http://feedproxy.google.com/~r/As3Ideas/~3/mpgY0hxUhJo/</link>
		<comments>http://feedproxy.google.com/~r/As3Ideas/~3/mpgY0hxUhJo/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 05:16:17 +0000</pubDate>
		<dc:creator>EsK</dc:creator>
				<category><![CDATA[acentos as3]]></category>
		<category><![CDATA[datos as3]]></category>
		<category><![CDATA[ESK Ideas]]></category>
		<category><![CDATA[funcion as3]]></category>
		<category><![CDATA[mayusculas as3]]></category>
		<category><![CDATA[minusculas as3]]></category>
		<category><![CDATA[string as3]]></category>
		<category><![CDATA[texto as3]]></category>
		<category><![CDATA[tildes as3]]></category>
		<category><![CDATA[tutorial as3]]></category>

		<guid isPermaLink="false">http://as3ideas.com/?p=378</guid>
		<description><![CDATA[AS3: Como eliminar los acentos de una frase o palabra en ActionScript 3 con Flash o Flex.
<p><a href="http://feedads.g.doubleclick.net/~a/7pGQq7tiYMr33wvUsUpeZr8sU_4/0/da"><img src="http://feedads.g.doubleclick.net/~a/7pGQq7tiYMr33wvUsUpeZr8sU_4/0/di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~a/7pGQq7tiYMr33wvUsUpeZr8sU_4/1/da"><img src="http://feedads.g.doubleclick.net/~a/7pGQq7tiYMr33wvUsUpeZr8sU_4/1/di" border="0"></img></a></p><img src="http://feeds.feedburner.com/~r/As3Ideas/~4/mpgY0hxUhJo" height="1">


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><span style="background-color:yellow">Este es un agregador de feeds de blogs relacionados con la Plataforma Flash de Adobe, no es el creador de los contenidos que contiene.</span></p>
<p>Este post fue creado por <a href="http://as3ideas.com" target="_blank">EsK</a> en el blog <a href="http://as3ideas.com" target="_blank">http://as3ideas.com</a>.<br/> Deberías haber sido redirigido al post original mediante Javascript, de no se así puedes acceder a él desde el siguiente enlace:<br/><a href="http://feedproxy.google.com/~r/As3Ideas/~3/mpgY0hxUhJo/" target="_blank">http://feedproxy.google.com/~r/As3Ideas/~3/mpgY0hxUhJo/</a></p>
<script type="text/javascript">
window.location = "http://feedproxy.google.com/~r/As3Ideas/~3/mpgY0hxUhJo/"
</script>
<p><span style="background-color:yellow">Post agregado:</span></p>
AS3: Como eliminar los acentos de una frase o palabra en ActionScript 3 con Flash o Flex.
<p><a href="http://feedads.g.doubleclick.net/~a/7pGQq7tiYMr33wvUsUpeZr8sU_4/0/da" target="_blank"><img src="http://feedads.g.doubleclick.net/~a/7pGQq7tiYMr33wvUsUpeZr8sU_4/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/7pGQq7tiYMr33wvUsUpeZr8sU_4/1/da" target="_blank"><img src="http://feedads.g.doubleclick.net/~a/7pGQq7tiYMr33wvUsUpeZr8sU_4/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/As3Ideas/~4/mpgY0hxUhJo" height="1" width="1"/>
<p><span style="background-color:yellow">Autor del post:</span> <a href="http://as3ideas.com" target="_blank">EsK</a><br/>
<span style="background-color:yellow">Enlace original:</span> <a href="http://feedproxy.google.com/~r/As3Ideas/~3/mpgY0hxUhJo/" target="_blank">http://feedproxy.google.com/~r/As3Ideas/~3/mpgY0hxUhJo/</a></p>]]></content:encoded>
			<wfw:commentRss>http://as3ideas.com/2010/01/21/eliminar-acentos-y-tildes-funcion-as3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Condicionales AS3. Switch-Case</title>
		<link>http://feedproxy.google.com/~r/As3Ideas/~3/rKJTtNZYRnw/</link>
		<comments>http://feedproxy.google.com/~r/As3Ideas/~3/rKJTtNZYRnw/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 07:37:01 +0000</pubDate>
		<dc:creator>EsK</dc:creator>
				<category><![CDATA[condicional as3]]></category>
		<category><![CDATA[datos as3]]></category>
		<category><![CDATA[else if as3]]></category>
		<category><![CDATA[ESK Ideas]]></category>
		<category><![CDATA[funcion as3]]></category>
		<category><![CDATA[if as3]]></category>
		<category><![CDATA[swicth-case as3]]></category>
		<category><![CDATA[switch as3]]></category>
		<category><![CDATA[switch default as3]]></category>

		<guid isPermaLink="false">http://as3ideas.com/?p=326</guid>
		<description><![CDATA[Para ActionScript 3 existe un condicional muy utilizado en varios lenguajes de programación, y es precisamente el condicional SWITCH. Este nos permite realizar distintas acciones dependiendo del resultado que nos arroje la condición que hayamos establecido, lo cual puede ser muy útil para las aplicaciones que dessarrollamos en Flash y Flex. Podríamos suponer que queremos [...]
<p><a href="http://feedads.g.doubleclick.net/~a/shWu7d0r8MqSXn7vh9dKq-aYSYw/0/da"><img src="http://feedads.g.doubleclick.net/~a/shWu7d0r8MqSXn7vh9dKq-aYSYw/0/di" border="0"></img></a><br />
<a href="http://feedads.g.doubleclick.net/~a/shWu7d0r8MqSXn7vh9dKq-aYSYw/1/da"><img src="http://feedads.g.doubleclick.net/~a/shWu7d0r8MqSXn7vh9dKq-aYSYw/1/di" border="0"></img></a></p><img src="http://feeds.feedburner.com/~r/As3Ideas/~4/rKJTtNZYRnw" height="1">


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><span style="background-color:yellow">Este es un agregador de feeds de blogs relacionados con la Plataforma Flash de Adobe, no es el creador de los contenidos que contiene.</span></p>
<p>Este post fue creado por <a href="http://as3ideas.com" target="_blank">EsK</a> en el blog <a href="http://as3ideas.com" target="_blank">http://as3ideas.com</a>.<br/> Deberías haber sido redirigido al post original mediante Javascript, de no se así puedes acceder a él desde el siguiente enlace:<br/><a href="http://feedproxy.google.com/~r/As3Ideas/~3/rKJTtNZYRnw/" target="_blank">http://feedproxy.google.com/~r/As3Ideas/~3/rKJTtNZYRnw/</a></p>
<script type="text/javascript">
window.location = "http://feedproxy.google.com/~r/As3Ideas/~3/rKJTtNZYRnw/"
</script>
<p><span style="background-color:yellow">Post agregado:</span></p>
Para ActionScript 3 existe un condicional muy utilizado en varios lenguajes de programación, y es precisamente el condicional SWITCH. Este nos permite realizar distintas acciones dependiendo del resultado que nos arroje la condición que hayamos establecido, lo cual puede ser muy útil para las aplicaciones que dessarrollamos en Flash y Flex. Podríamos suponer que queremos [...]
<p><a href="http://feedads.g.doubleclick.net/~a/shWu7d0r8MqSXn7vh9dKq-aYSYw/0/da" target="_blank"><img src="http://feedads.g.doubleclick.net/~a/shWu7d0r8MqSXn7vh9dKq-aYSYw/0/di" border="0" ismap="true"></img></a><br/>
<a href="http://feedads.g.doubleclick.net/~a/shWu7d0r8MqSXn7vh9dKq-aYSYw/1/da" target="_blank"><img src="http://feedads.g.doubleclick.net/~a/shWu7d0r8MqSXn7vh9dKq-aYSYw/1/di" border="0" ismap="true"></img></a></p><img src="http://feeds.feedburner.com/~r/As3Ideas/~4/rKJTtNZYRnw" height="1" width="1"/>
<p><span style="background-color:yellow">Autor del post:</span> <a href="http://as3ideas.com" target="_blank">EsK</a><br/>
<span style="background-color:yellow">Enlace original:</span> <a href="http://feedproxy.google.com/~r/As3Ideas/~3/rKJTtNZYRnw/" target="_blank">http://feedproxy.google.com/~r/As3Ideas/~3/rKJTtNZYRnw/</a></p>]]></content:encoded>
			<wfw:commentRss>http://as3ideas.com/2009/12/30/condicionales-as3-switch-case/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

