<?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; Play</title>
	<atom:link href="https://www.neoegm.com/tag/play/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>
		<item>
		<title>Generating Paranoia &#8211; Wash Well Your Hands With Protex (Advertising Spot)</title>
		<link>https://www.neoegm.com/blog/advertising-spots/generando-paranoia-lava-con-protex-bien-tus-manos-spot-publicitario/</link>
		<comments>https://www.neoegm.com/blog/advertising-spots/generando-paranoia-lava-con-protex-bien-tus-manos-spot-publicitario/#comments</comments>
		<pubDate>Sat, 22 Aug 2009 16:28:28 +0000</pubDate>
		<dc:creator><![CDATA[NeoEGM]]></dc:creator>
				<category><![CDATA[Advertising Spots]]></category>
		<category><![CDATA[Advertisement]]></category>
		<category><![CDATA[Bacteria]]></category>
		<category><![CDATA[Clean]]></category>
		<category><![CDATA[Confort]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[Goof]]></category>
		<category><![CDATA[Hands]]></category>
		<category><![CDATA[Lyrics]]></category>
		<category><![CDATA[Maquiavelo]]></category>
		<category><![CDATA[Need]]></category>
		<category><![CDATA[Paranoia]]></category>
		<category><![CDATA[Pet]]></category>
		<category><![CDATA[Play]]></category>
		<category><![CDATA[Pleasure]]></category>
		<category><![CDATA[Protex]]></category>
		<category><![CDATA[Sickness]]></category>
		<category><![CDATA[Soap]]></category>
		<category><![CDATA[Spot]]></category>
		<category><![CDATA[The end justifies the means]]></category>
		<category><![CDATA[Toilette]]></category>
		<category><![CDATA[Unsafety]]></category>
		<category><![CDATA[Video]]></category>
		<category><![CDATA[Wash]]></category>
		<category><![CDATA[YouTube]]></category>

		<guid isPermaLink="false">http://www.neoegm.com/?p=1022</guid>
		<description><![CDATA[The objective of an advertisement is always trying to generate a need in the people. Commonly, a confort or additional pleasure need. But there&#8217;s a limit&#8230; You shouldn&#8217;t try to instill people an unsafety feeling which leads to paranoia, just to raise your product&#8217;s sales. However, lots of companies do it, because they think, like [&#8230;]<div class='yarpp-related-rss'>
<strong>
Related posts:<ol>
<li><a href="https://www.neoegm.com/blog/advertising-spots/philips-square-bulb-advertising-spot/" rel="bookmark" title="Philips Square Bulb (Advertising Spot)">Philips Square Bulb (Advertising Spot) </a></li>
<li><a href="https://www.neoegm.com/blog/advertising-spots/philips-domino-philips-ecotone-advertising-spot/" rel="bookmark" title="Philips Domino (Philips Ecotone Advertising Spot)">Philips Domino (Philips Ecotone Advertising Spot) </a></li>
<li><a href="https://www.neoegm.com/blog/advertising-spots/xbox-360-spot-casting/" rel="bookmark" title="Xbox 360 Spot Casting">Xbox 360 Spot Casting </a></li>
</ol>
</div>
]]></description>
				<content:encoded><![CDATA[<p>The objective of an advertisement is always trying to generate a need in the people. Commonly, a confort or additional pleasure need. But there&#8217;s a limit&#8230; You shouldn&#8217;t try to instill people an unsafety feeling which leads to paranoia, just to raise your product&#8217;s sales. However, lots of companies do it, because they think, like Maquiavelo, that &#8220;<em>the end justifies the means</em>&#8220;&#8230;</p>
<p>Here we have a sample of that&#8230; The lyrics of the jingle are below&#8230; Both in the advertisement&#8217;s original language (spanish)  and in english&#8230;</p>
<p><object width="500" height="405"><param name="movie" value="http://www.youtube.com/v/bxHnBSAgOpo&#038;hl=en&#038;fs=1&#038;border=1"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/bxHnBSAgOpo&#038;hl=en&#038;fs=1&#038;border=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="500" height="405"></embed></object></p>
<p><span id="more-1022"></span></p>
<blockquote><p>
<strong>Lyrics (Spanish)</strong></p>
<p>No te lavaste las manos<br />
Hay bacterias en todo lo que tocamos<br />
Te puedes enfermar<br />
Varias veces te las tienes que lavar</p>
<p>Espera!<br />
Después de ir al baño<br />
Espera!<br />
Después de jugar un rato<br />
Espera!<br />
Después de toser o estornudar<br />
O si a tu mascota acabas de tocar</p>
<p>Lava con Protex bien tus manos</p>
<p>Dale una mano a tu salud<br />
Protex, para la buena salud de la piel
</p></blockquote>
<blockquote><p>
<strong>Lyrics (English)</strong></p>
<p>You haven&#8217;t cleaned up your hands<br />
There are baterias in everything we touch<br />
You can get sick<br />
Lots of times you have to clean them up</p>
<p>Wait!<br />
After going to the toilette<br />
Wait!<br />
After playing for a while<br />
Wait!<br />
After coughing or sneezing<br />
Or if you have just touched your pet</p>
<p>Wash well your hands with Protex</p>
<p>Give a hand to your health<br />
Protex, for a good skin&#8217;s health
</p></blockquote>
<p><strong>Goof:</strong> note how, in the time 0:22, after &#8220;disinfecting the hands&#8221;, there are still some &#8220;bacterias&#8221; moving around!<br />
<h4>Incoming search terms for the article:</h4>
<ul>
<li><a href="https://www.neoegm.com/blog/advertising-spots/generando-paranoia-lava-con-protex-bien-tus-manos-spot-publicitario/" title="cancion de protex">cancion de protex</a></li>
<li><a href="https://www.neoegm.com/blog/advertising-spots/generando-paranoia-lava-con-protex-bien-tus-manos-spot-publicitario/" title="Lava con Protex Bien tus Manos LETRA">Lava con Protex Bien tus Manos LETRA</a></li>
<li><a href="https://www.neoegm.com/blog/advertising-spots/generando-paranoia-lava-con-protex-bien-tus-manos-spot-publicitario/" title="propaganda de protex">propaganda de protex</a></li>
<li><a href="https://www.neoegm.com/blog/advertising-spots/generando-paranoia-lava-con-protex-bien-tus-manos-spot-publicitario/" title="letra de la cancion de protex">letra de la cancion de protex</a></li>
<li><a href="https://www.neoegm.com/blog/advertising-spots/generando-paranoia-lava-con-protex-bien-tus-manos-spot-publicitario/" title="propaganda protex">propaganda protex</a></li>
<li><a href="https://www.neoegm.com/blog/advertising-spots/generando-paranoia-lava-con-protex-bien-tus-manos-spot-publicitario/" title="lava con protex bien tus manos">lava con protex bien tus manos</a></li>
<li><a href="https://www.neoegm.com/blog/advertising-spots/generando-paranoia-lava-con-protex-bien-tus-manos-spot-publicitario/" title="jabon protex">jabon protex</a></li>
<li><a href="https://www.neoegm.com/blog/advertising-spots/generando-paranoia-lava-con-protex-bien-tus-manos-spot-publicitario/" title="letra de la propaganda de protex">letra de la propaganda de protex</a></li>
<li><a href="https://www.neoegm.com/blog/advertising-spots/generando-paranoia-lava-con-protex-bien-tus-manos-spot-publicitario/" title="te lavaste las manos hay bacterias en todo lo que tocamos">te lavaste las manos hay bacterias en todo lo que tocamos</a></li>
<li><a href="https://www.neoegm.com/blog/advertising-spots/generando-paranoia-lava-con-protex-bien-tus-manos-spot-publicitario/" title="cancion protex">cancion protex</a></li>
</ul>
<div class='yarpp-related-rss'>
<strong><p>Related posts:<ol>
<li><a href="https://www.neoegm.com/blog/advertising-spots/philips-square-bulb-advertising-spot/" rel="bookmark" title="Philips Square Bulb (Advertising Spot)">Philips Square Bulb (Advertising Spot) </a></li>
<li><a href="https://www.neoegm.com/blog/advertising-spots/philips-domino-philips-ecotone-advertising-spot/" rel="bookmark" title="Philips Domino (Philips Ecotone Advertising Spot)">Philips Domino (Philips Ecotone Advertising Spot) </a></li>
<li><a href="https://www.neoegm.com/blog/advertising-spots/xbox-360-spot-casting/" rel="bookmark" title="Xbox 360 Spot Casting">Xbox 360 Spot Casting </a></li>
</ol></p>
</div>
]]></content:encoded>
			<wfw:commentRss>https://www.neoegm.com/blog/advertising-spots/generando-paranoia-lava-con-protex-bien-tus-manos-spot-publicitario/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
