<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Acerca de Flash y otras cosas</title>
	<atom:link href="http://flashdeyo.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://flashdeyo.wordpress.com</link>
	<description>Another Flash Weblog</description>
	<lastBuildDate>Thu, 01 Sep 2011 18:07:45 +0000</lastBuildDate>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='flashdeyo.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Acerca de Flash y otras cosas</title>
		<link>http://flashdeyo.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://flashdeyo.wordpress.com/osd.xml" title="Acerca de Flash y otras cosas" />
	<atom:link rel='hub' href='http://flashdeyo.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Moved!</title>
		<link>http://flashdeyo.wordpress.com/2011/09/01/moved/</link>
		<comments>http://flashdeyo.wordpress.com/2011/09/01/moved/#comments</comments>
		<pubDate>Thu, 01 Sep 2011 18:06:44 +0000</pubDate>
		<dc:creator>biorex21</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://flashdeyo.wordpress.com/?p=18</guid>
		<description><![CDATA[Hey todos, me cambié de blog XD ahora estoy en  http://bioRex21.wordpress.com<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flashdeyo.wordpress.com&amp;blog=5943330&amp;post=18&amp;subd=flashdeyo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Hey todos, me cambié de blog XD ahora estoy en <a href="http://bioRex21.wordpress.com" target="_blank"> http://bioRex21.wordpress.com</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flashdeyo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flashdeyo.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flashdeyo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flashdeyo.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flashdeyo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flashdeyo.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flashdeyo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flashdeyo.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flashdeyo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flashdeyo.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flashdeyo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flashdeyo.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flashdeyo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flashdeyo.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flashdeyo.wordpress.com&amp;blog=5943330&amp;post=18&amp;subd=flashdeyo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flashdeyo.wordpress.com/2011/09/01/moved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/900daaaaad01f202db6d9e9b8131e3a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bioRex21</media:title>
		</media:content>
	</item>
		<item>
		<title>Obtener todos los children de un MovieClip</title>
		<link>http://flashdeyo.wordpress.com/2009/07/14/obtener-todos-los-children-de-un-movieclip/</link>
		<comments>http://flashdeyo.wordpress.com/2009/07/14/obtener-todos-los-children-de-un-movieclip/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 16:47:11 +0000</pubDate>
		<dc:creator>biorex21</dc:creator>
				<category><![CDATA[AS3]]></category>

		<guid isPermaLink="false">http://flashdeyo.wordpress.com/?p=14</guid>
		<description><![CDATA[for (var i:uint = 0; i &#60; target_mc.numChildren; i++){ trace (&#8216;\t&#124;\t &#8216; +i+&#8217;.\t name:&#8217; + target_mc.getChildAt(i).name + &#8216;\t type:&#8217; + typeof (target_mc.getChildAt(i))+ &#8216;\t&#8217; + target_mc.getChildAt(i)); } Fuente: http://www.matthijskamstra.nl/blog/index.php/2008/04/30/as2-to-as3-get-all-objects-in-a-movieclip/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flashdeyo.wordpress.com&amp;blog=5943330&amp;post=14&amp;subd=flashdeyo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>for (var i:uint = 0; i &lt; target_mc.numChildren; i++){<br />
trace (&#8216;\t|\t &#8216; +i+&#8217;.\t name:&#8217; + target_mc.getChildAt(i).name + &#8216;\t type:&#8217; + typeof (target_mc.getChildAt(i))+ &#8216;\t&#8217; + target_mc.getChildAt(i));<br />
}</p>
<p>Fuente:</p>
<p><a title="Fuente" href="http://www.matthijskamstra.nl/blog/index.php/2008/04/30/as2-to-as3-get-all-objects-in-a-movieclip/" target="_blank">http://www.matthijskamstra.nl/blog/index.php/2008/04/30/as2-to-as3-get-all-objects-in-a-movieclip/</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flashdeyo.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flashdeyo.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flashdeyo.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flashdeyo.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flashdeyo.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flashdeyo.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flashdeyo.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flashdeyo.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flashdeyo.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flashdeyo.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flashdeyo.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flashdeyo.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flashdeyo.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flashdeyo.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flashdeyo.wordpress.com&amp;blog=5943330&amp;post=14&amp;subd=flashdeyo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flashdeyo.wordpress.com/2009/07/14/obtener-todos-los-children-de-un-movieclip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/900daaaaad01f202db6d9e9b8131e3a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bioRex21</media:title>
		</media:content>
	</item>
		<item>
		<title>codigo para insertar flash (.swf) en HTML</title>
		<link>http://flashdeyo.wordpress.com/2009/03/13/codigo-para-insertar-flash-swf-en-html/</link>
		<comments>http://flashdeyo.wordpress.com/2009/03/13/codigo-para-insertar-flash-swf-en-html/#comments</comments>
		<pubDate>Sat, 14 Mar 2009 02:42:15 +0000</pubDate>
		<dc:creator>biorex21</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://flashdeyo.wordpress.com/?p=11</guid>
		<description><![CDATA[Encontré otro código para insertar flash en html, hasta ahora me ha funcionado: &#60;code&#62; &#60;object data=&#8221;movie.swf&#8221; type=&#8221;application/x-shockwave-flash&#8221; height=&#8221;321&#8243; width=&#8221;240&#8243;&#62; &#60;param name=&#8221;quality&#8221; value=&#8221;high&#8221;/&#62; &#60;param name=&#8221;menu&#8221; value=&#8221;false&#8221;/&#62; &#60;param name=&#8221;movie&#8221; value=&#8221;movie.swf&#8221;/&#62; &#60;/object&#62; &#60;/code&#62; Update: en dado caso que no funcione ese código, pueden intentar con éste: &#60;object classid=&#8221;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&#8243; codebase=&#8221;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0&#8243; width=&#8221;734&#8243; height=&#8221;376&#8243;&#62; &#60;param name=&#8221;movie&#8221; value=&#8221;MyFlashMovie.swf&#8221; /&#62; &#60;param name=&#8221;quality&#8221; value=&#8221;high&#8221; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flashdeyo.wordpress.com&amp;blog=5943330&amp;post=11&amp;subd=flashdeyo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Encontré otro código para insertar flash en html, hasta ahora me ha funcionado:</p>
<p>&lt;code&gt;<br />
&lt;object data=&#8221;movie.swf&#8221; type=&#8221;application/x-shockwave-flash&#8221; height=&#8221;321&#8243; width=&#8221;240&#8243;&gt;<br />
&lt;param name=&#8221;quality&#8221; value=&#8221;high&#8221;/&gt;<br />
&lt;param name=&#8221;menu&#8221; value=&#8221;false&#8221;/&gt;<br />
&lt;param name=&#8221;movie&#8221; value=&#8221;movie.swf&#8221;/&gt;<br />
&lt;/object&gt;</p>
<p>&lt;/code&gt;</p>
<p>Update: en dado caso que no funcione ese código, pueden intentar con éste:</p>
<p>&lt;object classid=&#8221;clsid:D27CDB6E-AE6D-11cf-96B8-444553540000&#8243; codebase=&#8221;http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0&#8243; width=&#8221;734&#8243; height=&#8221;376&#8243;&gt;<br />
&lt;param name=&#8221;movie&#8221; value=&#8221;MyFlashMovie.swf&#8221; /&gt;</p>
<p>&lt;param name=&#8221;quality&#8221; value=&#8221;high&#8221; /&gt;<br />
&lt;embed src=&#8221;MyFlashMovie.swf&#8221; quality=&#8221;high&#8221; pluginspage=&#8221;http://www.macromedia.com/go/getflashplayer&#8221; type=&#8221;application/x-shockwave-flash&#8221; width=&#8221;734&#8243; height=&#8221;376&#8243;&gt;&lt;/embed&gt;<br />
&lt;/object&gt;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flashdeyo.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flashdeyo.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flashdeyo.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flashdeyo.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flashdeyo.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flashdeyo.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flashdeyo.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flashdeyo.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flashdeyo.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flashdeyo.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flashdeyo.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flashdeyo.wordpress.com/11/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flashdeyo.wordpress.com/11/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flashdeyo.wordpress.com/11/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flashdeyo.wordpress.com&amp;blog=5943330&amp;post=11&amp;subd=flashdeyo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flashdeyo.wordpress.com/2009/03/13/codigo-para-insertar-flash-swf-en-html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/900daaaaad01f202db6d9e9b8131e3a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bioRex21</media:title>
		</media:content>
	</item>
		<item>
		<title>Foro de Alternativa3D y Papervison3D</title>
		<link>http://flashdeyo.wordpress.com/2009/01/11/foro-de-alternativa3d-y-papervison3d/</link>
		<comments>http://flashdeyo.wordpress.com/2009/01/11/foro-de-alternativa3d-y-papervison3d/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 06:23:57 +0000</pubDate>
		<dc:creator>biorex21</dc:creator>
				<category><![CDATA[Alternativa3D]]></category>
		<category><![CDATA[Papervision3D]]></category>

		<guid isPermaLink="false">http://flashdeyo.wordpress.com/?p=6</guid>
		<description><![CDATA[Para quienes buscan un sitio en español para hablar de estos 2 engines 3D para Flash, este foro parece ser el lugar indicado, aunque hay pocos participante y pocos temas, esta comunidad puede crecer con el apoyo de todos. http://www.alternativa3d.es<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flashdeyo.wordpress.com&amp;blog=5943330&amp;post=6&amp;subd=flashdeyo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Para quienes buscan un sitio en español para hablar de estos 2 engines 3D para Flash, <a href="http://www.alternativa3d.es" target="_blank">este foro</a> parece ser el lugar indicado, aunque hay pocos participante y pocos temas, esta comunidad puede crecer con el apoyo de todos.</p>
<p style="text-align:center;"><a href="http://www.alternativa3d.es"><img class="aligncenter" title="logo" src="http://alternativaplatform.com/ru/img/logo.gif" alt="" width="248" height="32" /></a></p>
<p><a href="http://www.alternativa3d.es"><img class="aligncenter" title="PV3D" src="http://f6design.com/journal/wp-content/uploads/2007/07/papervision_logo.jpg" alt="" width="207" height="71" /></a></p>
<p style="text-align:center;"><a title="http://www.alternativa3d.es" href="http://www.alternativa3d.es" target="_blank">http://www.alternativa3d.es</a><a href="/YO/bioFlash/Dise%C3%B1os/loading.swf"><br />
</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flashdeyo.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flashdeyo.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flashdeyo.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flashdeyo.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flashdeyo.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flashdeyo.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flashdeyo.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flashdeyo.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flashdeyo.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flashdeyo.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flashdeyo.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flashdeyo.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flashdeyo.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flashdeyo.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flashdeyo.wordpress.com&amp;blog=5943330&amp;post=6&amp;subd=flashdeyo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flashdeyo.wordpress.com/2009/01/11/foro-de-alternativa3d-y-papervison3d/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/900daaaaad01f202db6d9e9b8131e3a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bioRex21</media:title>
		</media:content>

		<media:content url="http://alternativaplatform.com/ru/img/logo.gif" medium="image">
			<media:title type="html">logo</media:title>
		</media:content>

		<media:content url="http://f6design.com/journal/wp-content/uploads/2007/07/papervision_logo.jpg" medium="image">
			<media:title type="html">PV3D</media:title>
		</media:content>
	</item>
		<item>
		<title>Inicio</title>
		<link>http://flashdeyo.wordpress.com/2008/12/23/inicio/</link>
		<comments>http://flashdeyo.wordpress.com/2008/12/23/inicio/#comments</comments>
		<pubDate>Tue, 23 Dec 2008 22:34:53 +0000</pubDate>
		<dc:creator>biorex21</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://flashdeyo.wordpress.com/?p=3</guid>
		<description><![CDATA[Declaro inaugurado este blog que dedicaré a las cosas que descubra y otras aventuras que tenga en el uso de la tecnología Flash, así como otras herramientas. No sé que más decir, pues espero que en algún momento sea de ayuda a otras personas.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flashdeyo.wordpress.com&amp;blog=5943330&amp;post=3&amp;subd=flashdeyo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Declaro inaugurado este blog que dedicaré a las cosas que descubra y otras aventuras que tenga en el uso de la tecnología Flash, así como otras herramientas.</p>
<p>No sé que más decir, pues espero que en algún momento sea de ayuda a otras personas.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/flashdeyo.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/flashdeyo.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/flashdeyo.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/flashdeyo.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/flashdeyo.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/flashdeyo.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/flashdeyo.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/flashdeyo.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/flashdeyo.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/flashdeyo.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/flashdeyo.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/flashdeyo.wordpress.com/3/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/flashdeyo.wordpress.com/3/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/flashdeyo.wordpress.com/3/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=flashdeyo.wordpress.com&amp;blog=5943330&amp;post=3&amp;subd=flashdeyo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://flashdeyo.wordpress.com/2008/12/23/inicio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/900daaaaad01f202db6d9e9b8131e3a8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">bioRex21</media:title>
		</media:content>
	</item>
	</channel>
</rss>
