<?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>NeoEGM.com &#187; Story</title>
	<atom:link href="http://www.neoegm.com/tag/story/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neoegm.com</link>
	<description>Knowledge is inside</description>
	<lastBuildDate>Mon, 08 Jul 2024 05:38:01 +0000</lastBuildDate>
	<language>es-ES</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.39</generator>
	<item>
		<title>Historia de Íconos &#8211; Animación en Flash</title>
		<link>http://www.neoegm.com/es/blog/funny-flash-animations/icons-story-flash-animation/</link>
		<comments>http://www.neoegm.com/es/blog/funny-flash-animations/icons-story-flash-animation/#comments</comments>
		<pubDate>Sat, 19 Sep 2009 20:55:38 +0000</pubDate>
		<dc:creator><![CDATA[NeoEGM]]></dc:creator>
				<category><![CDATA[Funny Flash Animations]]></category>
		<category><![CDATA[Animation]]></category>
		<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[Icon]]></category>
		<category><![CDATA[ICQ]]></category>
		<category><![CDATA[Play]]></category>
		<category><![CDATA[Ruins]]></category>
		<category><![CDATA[Story]]></category>
		<category><![CDATA[War]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.neoegm.com/?p=1433</guid>
		<description><![CDATA[Esta es una animación de Flash que publicó Fepe hace ya bastante tiempo, pero que vale la pena que publique&#8230; Es la guerra que se desata, una vez cada tanto, entre los íconos de nuestro escritorio cuando dejamos la PC prendida y nos vamos&#8230; Así que ya sabemos qué pasó si, cuando volvemos, encontramos el [&#8230;]<div class='yarpp-related-rss'>
<strong>
Related posts:<ol>
<li><a href="http://www.neoegm.com/es/blog/funny-flash-animations/animator-vs-animation-2/" rel="bookmark" title="Animador vs. Animación II &#8211; Animación Flash">Animador vs. Animación II &#8211; Animación Flash </a></li>
<li><a href="http://www.neoegm.com/es/blog/funny-flash-animations/animator-vs-animation-1/" rel="bookmark" title="Animador vs. Animación I &#8211; Animación Flash">Animador vs. Animación I &#8211; Animación Flash </a></li>
<li><a href="http://www.neoegm.com/es/tech/programming/c-cpp/wxwidgets/celsius-to-fahrenheit/" rel="bookmark" title="Celsius a Fahrenheit">Celsius a Fahrenheit </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>Esta es una animación de Flash que publicó <a href="http://www.fepe55.com.ar/blog/2006/07/31/historia-de-iconos/">Fepe</a> hace ya bastante tiempo, pero que vale la pena que publique&#8230;</p>
<p>Es la guerra que se desata, una vez cada tanto, entre los íconos de nuestro escritorio cuando dejamos la PC prendida y nos vamos&#8230;</p>
<p>Así que ya sabemos qué pasó si, cuando volvemos, encontramos el escritorio en ruinas! <img src="http://www.neoegm.com/wp-includes/images/smilies/simple-smile.png" alt=":)" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>Hay que apretar &#8220;Reproducir&#8221; abajo para que comience&#8230;</p>

<object id="Flash_IconStory" width="500" height="334"><param name="movie" value="http://download.neoegm.com/media/flash/icon_story.swf"></param><param name="allowscriptaccess" value="always"></param><embed src="http://download.neoegm.com/media/flash/icon_story.swf" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" name="Flash_IconStory" width="500" height="334"></embed><div style="display: none; height:100%; width:100%; text-align: center; padding: 20px;"><strong><a href="http://www.neoegm.com/es/blog/funny-flash-animations/icons-story-flash-animation/">Acá hay un video. Ir al post a mirarlo.</a></strong></div></object>

<script type="text/javascript">
<!--
function getFlashMovieObject(movieName)
{
  if (window.document[movieName]) 
  {
      return window.document[movieName];
  }
  if (navigator.appName.indexOf("Microsoft Internet")==-1)
  {
    if (document.embeds && document.embeds[movieName])
      return document.embeds[movieName]; 
  }
  else // if (navigator.appName.indexOf("Microsoft Internet")!=-1)
  {
    return document.getElementById(movieName);
  }
}

var autostop_interval = new Array();
var autostop_count = new Array();

function tryautostop(id, playtext)
{
	try
	{
		if (getFlashMovieObject(id).PercentLoaded() != 100)
			return;

		if (!getFlashMovieObject(id).IsPlaying())
		{
			if (autostop_count[id] >= 10)
			{
				clearInterval(autostop_interval[id]);
				document.getElementById('flashplaylink').innerHTML = playtext;
			}
			else
				autostop_count[id]++;
		}
		else
		{
			autostop_count[id] = 0;
			getFlashMovieObject(id).StopPlay();
		}
	}
	catch (e)
	{
	}
}

autostop_count["Flash_IconStory"] = 0;
autostop_interval["Flash_IconStory"] = setInterval("tryautostop('Flash_IconStory', 'Reproducir')", 100);

function IntelligentPlayPause(link, playtext, stoptext, waittext)
{
	if (this.innerHTML == waittext)
		return;

	if (getFlashMovieObject('Flash_IconStory').IsPlaying())
	{
		getFlashMovieObject('Flash_IconStory').StopPlay();
		link.innerHTML = playtext;
	}
	else
	{
		getFlashMovieObject('Flash_IconStory').Play();
		link.innerHTML = stoptext;
	}
}
//-->
</script>
<div align="center">
<p class="download"><a id="flashplaylink" href="javascript:" onclick="IntelligentPlayPause(this, 'Reproducir', 'Pausar', 'Cargando...');">Cargando&#8230;</a></p>
</div>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="http://www.neoegm.com/es/blog/funny-flash-animations/icons-story-flash-animation/" title="centigrados a farenheit">centigrados a farenheit</a></li>
<li><a href="http://www.neoegm.com/es/blog/funny-flash-animations/icons-story-flash-animation/" title="conversion de farenheit a centigrados">conversion de farenheit a centigrados</a></li>
<li><a href="http://www.neoegm.com/es/blog/funny-flash-animations/icons-story-flash-animation/" title="conversion de grados centigrados a farenheit">conversion de grados centigrados a farenheit</a></li>
<li><a href="http://www.neoegm.com/es/blog/funny-flash-animations/icons-story-flash-animation/" title="pinball classic">pinball classic</a></li>
<li><a href="http://www.neoegm.com/es/blog/funny-flash-animations/icons-story-flash-animation/" title="grados fahrenheit a centigrados">grados fahrenheit a centigrados</a></li>
<li><a href="http://www.neoegm.com/es/blog/funny-flash-animations/icons-story-flash-animation/" title="grados celsius y fahrenheit">grados celsius y fahrenheit</a></li>
<li><a href="http://www.neoegm.com/es/blog/funny-flash-animations/icons-story-flash-animation/" title="grados centigrados a fahrenheit">grados centigrados a fahrenheit</a></li>
<li><a href="http://www.neoegm.com/es/blog/funny-flash-animations/icons-story-flash-animation/" title="formato control de asistencia">formato control de asistencia</a></li>
<li><a href="http://www.neoegm.com/es/blog/funny-flash-animations/icons-story-flash-animation/" title="convertidor de grados farenheit a celsius">convertidor de grados farenheit a celsius</a></li>
<li><a href="http://www.neoegm.com/es/blog/funny-flash-animations/icons-story-flash-animation/" title="convertidor de grados farenheit a centigrados">convertidor de grados farenheit a centigrados</a></li>
</ul>
<div class='yarpp-related-rss'>
<strong><p>Related posts:<ol>
<li><a href="http://www.neoegm.com/es/blog/funny-flash-animations/animator-vs-animation-2/" rel="bookmark" title="Animador vs. Animación II &#8211; Animación Flash">Animador vs. Animación II &#8211; Animación Flash </a></li>
<li><a href="http://www.neoegm.com/es/blog/funny-flash-animations/animator-vs-animation-1/" rel="bookmark" title="Animador vs. Animación I &#8211; Animación Flash">Animador vs. Animación I &#8211; Animación Flash </a></li>
<li><a href="http://www.neoegm.com/es/tech/programming/c-cpp/wxwidgets/celsius-to-fahrenheit/" rel="bookmark" title="Celsius a Fahrenheit">Celsius a Fahrenheit </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.neoegm.com/es/blog/funny-flash-animations/icons-story-flash-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
