<?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="https://www.neoegm.com/tag/story/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.neoegm.com</link>
	<description>Knowledge is inside</description>
	<lastBuildDate>Mon, 08 Jul 2024 05:38:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.2.39</generator>
	<item>
		<title>Icon&#8217;s Story &#8211; Flash Animation</title>
		<link>https://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/</link>
		<comments>https://www.neoegm.com/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[This is a Flash animation Fepe published a lot of time ago, but it&#8217;s worth to be posted&#8230; It&#8217;s the war that starts, once in a while, between our desktop&#8217;s icons when we leave the PC powered on and go somewhere else&#8230; So now we know what happended if, when we get back, get to [&#8230;]<div class='yarpp-related-rss'>
<strong>
Related posts:<ol>
<li><a href="https://www.neoegm.com/blog/funny-flash-animations/animator-vs-animation-2/" rel="bookmark" title="Animator vs. Animation II &#8211; Flash Animation">Animator vs. Animation II &#8211; Flash Animation </a></li>
<li><a href="https://www.neoegm.com/blog/funny-flash-animations/animator-vs-animation-1/" rel="bookmark" title="Animator vs. Animation I &#8211; Flash Animation">Animator vs. Animation I &#8211; Flash Animation </a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/celsius-to-fahrenheit/" rel="bookmark" title="Celsius to Fahrenheit">Celsius to Fahrenheit </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>This is a Flash animation <a href="http://www.fepe55.com.ar/blog/2006/07/31/historia-de-iconos/">Fepe</a> published a lot of time ago, but it&#8217;s worth to be posted&#8230;</p>
<p>It&#8217;s the war that starts, once in a while, between our desktop&#8217;s icons when we leave the PC powered on and go somewhere else&#8230;</p>
<p>So now we know what happended if, when we get back, get to find the desktop in ruins! <img src="https://www.neoegm.com/wp-includes/images/smilies/simple-smile.png" alt=":)" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p>
<p>You have to press &#8220;Play&#8221; below for it to start&#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/blog/funny-flash-animations/icons-story-flash-animation/">Here is a video. Go to the post to watch it.</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', 'Play')", 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, 'Play', 'Pause', 'Loading...');">Loading&#8230;</a></p>
</div>
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="https://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/" title="centigrados a farenheit">centigrados a farenheit</a></li>
<li><a href="https://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/" title="conversion de farenheit a centigrados">conversion de farenheit a centigrados</a></li>
<li><a href="https://www.neoegm.com/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="https://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/" title="pinball classic">pinball classic</a></li>
<li><a href="https://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/" title="grados fahrenheit a centigrados">grados fahrenheit a centigrados</a></li>
<li><a href="https://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/" title="grados celsius y fahrenheit">grados celsius y fahrenheit</a></li>
<li><a href="https://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/" title="grados centigrados a fahrenheit">grados centigrados a fahrenheit</a></li>
<li><a href="https://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/" title="formato control de asistencia">formato control de asistencia</a></li>
<li><a href="https://www.neoegm.com/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="https://www.neoegm.com/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="https://www.neoegm.com/blog/funny-flash-animations/animator-vs-animation-2/" rel="bookmark" title="Animator vs. Animation II &#8211; Flash Animation">Animator vs. Animation II &#8211; Flash Animation </a></li>
<li><a href="https://www.neoegm.com/blog/funny-flash-animations/animator-vs-animation-1/" rel="bookmark" title="Animator vs. Animation I &#8211; Flash Animation">Animator vs. Animation I &#8211; Flash Animation </a></li>
<li><a href="https://www.neoegm.com/tech/programming/c-cpp/wxwidgets/celsius-to-fahrenheit/" rel="bookmark" title="Celsius to Fahrenheit">Celsius to Fahrenheit </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>https://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
