<?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; ICQ</title>
	<atom:link href="http://www.neoegm.com/tag/icq/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.neoegm.com</link>
	<description>Knowledge is inside</description>
	<lastBuildDate>Thu, 22 Dec 2011 23:37:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Icon&#8217;s Story &#8211; Flash Animation</title>
		<link>http://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/</link>
		<comments>http://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>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 [...]<strong>
Related posts:<ol>
<li><a href='http://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='http://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='http://www.neoegm.com/tech/programming/c-cpp/wxwidgets/celsius-to-fahrenheit/' rel='bookmark' title='Celsius to Fahrenheit'>Celsius to Fahrenheit</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><!-- Start Shareaholic LikeButtonSetTop Automatic --><!-- End Shareaholic LikeButtonSetTop Automatic -->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='http://www.neoegm.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </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="http://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/" title="de farenheit a celsius">de farenheit a celsius</a></li>
<li><a href="http://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/" title="Calculo para convertir de grados centigrados a farenhéit">Calculo para convertir de grados centigrados a farenhéit</a></li>
<li><a href="http://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/" title="representando los grados centigrados y los grados farenheit">representando los grados centigrados y los grados farenheit</a></li>
<li><a href="http://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/" title="tabla de conversiones de grados celsius a kelvin">tabla de conversiones de grados celsius a kelvin</a></li>
<li><a href="http://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/" title="temperatura en diversos grados kelvin fahrenheit">temperatura en diversos grados kelvin fahrenheit</a></li>
<li><a href="http://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/" title="equivalente de grados farenheit a centigrados">equivalente de grados farenheit a centigrados</a></li>
<li><a href="http://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/" title="tabla conversion grados farenheit a centigrados">tabla conversion grados farenheit a centigrados</a></li>
<li><a href="http://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="http://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/" title="space cadet game record">space cadet game record</a></li>
<li><a href="http://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/" title="tabla centigrados a celsius">tabla centigrados a celsius</a></li>
</ul>
<div class="shr-publisher-1433"></div>
<p><!-- Start Shareaholic LikeButtonSetBottom Automatic --><!-- End Shareaholic LikeButtonSetBottom Automatic --></p>
<strong><p>Related posts:<ol>
<li><a href='http://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='http://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='http://www.neoegm.com/tech/programming/c-cpp/wxwidgets/celsius-to-fahrenheit/' rel='bookmark' title='Celsius to Fahrenheit'>Celsius to Fahrenheit</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.neoegm.com/blog/funny-flash-animations/icons-story-flash-animation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

