<?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>Top rated never dies &#187; video</title>
	<atom:link href="http://www.toprated.com.br/tag/video/feed" rel="self" type="application/rss+xml" />
	<link>http://www.toprated.com.br</link>
	<description>Top Rated é um blog sobre o mundo do design com dicas, tutoriais e inspiracao. Artigos sobre CSS, HTML, Photoshop. E claro, um pouco de bom humor</description>
	<lastBuildDate>Fri, 06 Jan 2012 21:09:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Vídeo tutorial: Player de vídeo Flex + XML</title>
		<link>http://www.toprated.com.br/video-tutorial-player-de-video-flex-xml</link>
		<comments>http://www.toprated.com.br/video-tutorial-player-de-video-flex-xml#comments</comments>
		<pubDate>Mon, 13 Sep 2010 14:40:29 +0000</pubDate>
		<dc:creator>Domênico Citrângulo</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[Tutoriais]]></category>
		<category><![CDATA[desenvolvimento]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.toprated.com.br/?p=1970</guid>
		<description><![CDATA[Há alguns dias recebi uma <a href="http://www.toprated.com.br/sugestoes">sugestão</a> para um novo post (sim, eu leio todas) bem interessante do <a href="lucaspknot@gmail.com">Lucas</a>: um tutorial de como criar um player de vídeo flash alimentado via XML. Resolvi então aceitar a sugestão, porém como já existem dezenas de bons exemplos de players por aí, vou fazer algo um pouco diferente e mostrar como criar um video player usando Flex. E acreditem é absurdamente fácil, rápido e simples.]]></description>
			<content:encoded><![CDATA[<div id="download"><a href="http://www.toprated.com.br/static-content/player-flex/player-flex-tutorial.zip">Download</a></div>
<div id="demo"><a href="http://www.toprated.com.br/static-content/player-flex/demo/" target="_blank">Demo</a></div>
<p><script type='text/javascript' src='/mediaplayer/swfobject.js'></script></p>
<p><br clear="all" /></p>
<div id='video-div'>
<div id='mediaspace'></div>
<div id='mask'><img id="mask-player" src="/wp-content/uploads/2010/09/v3.gif"></img></div>
</div>
<p></p>
<p>Link para instalação do <a href="http://www.adobe.com/br/products/flashbuilder/?sdid=GWQLW" target="_blank">Flash Builder 4.</a></p>
<style>
#video-div {
position:relative;
}
#mediaspace { z-index:10; }
#mask {
position:absolute;
cursor:pointer;
top:0;
left:0;
z-index:20;
width:709px;
height:399px;
}
</style>
<p><script type='text/javascript'>
  var so = new SWFObject('/mediaplayer/player.swf','mpl','709','424','9');
  so.addParam('allowfullscreen','true');
  so.addParam('allowscriptaccess','always');
  so.addParam('wmode','transparent');
  so.addVariable('file','/static-content/player-flex/player.mp4');
  so.addVariable('backcolor','FFFFFF');
  so.addVariable('frontcolor','333333');
  so.addVariable('lightcolor','333333');
  so.addVariable('screencolor','EEEEEE');
  so.addVariable('playerready','playerReadyCallback');
  so.write('mediaspace');
</script></p>
<p><script>
var player;
function playerReadyCallback(obj) {
	player = document.getElementById(obj['id']);
        $('#mask-player').click(function() {
        $('#mask').fadeOut();
        player.sendEvent("PLAY","true");
        });
};
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.toprated.com.br/video-tutorial-player-de-video-flex-xml/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Vídeo tutorial: Como corrigir seu CSS rapidamente usando a Firebug</title>
		<link>http://www.toprated.com.br/video-tutorial-como-corrigir-seu-css-rapidamente-usando-a-firebug</link>
		<comments>http://www.toprated.com.br/video-tutorial-como-corrigir-seu-css-rapidamente-usando-a-firebug#comments</comments>
		<pubDate>Wed, 18 Aug 2010 01:41:03 +0000</pubDate>
		<dc:creator>Domênico Citrângulo</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Desenvolvimento]]></category>
		<category><![CDATA[Tutoriais]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[desenvolvimento]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.toprated.com.br/?p=2094</guid>
		<description><![CDATA[No dia a dia de quem desenvolve páginas, sites e aplicativos baseados na web, a <strong>correção de pequenos problemas relacionados ao CSS</strong> é algo constante. Se você trabalha em uma agência digital ou administrando um portal também deve conviver com esse tipo de necessidade. Neste <strong>vídeo tutorial</strong>, o primeiro do blog, vou mostrar como você pode usar a extensão <a href="http://getfirebug.com/" target="_blank">Firebug</a> do Firefox para acelerar e aprimorar o processo de correção desses problemas.]]></description>
			<content:encoded><![CDATA[<p><script type='text/javascript' src='/mediaplayer/swfobject.js'></script></p>
<div id='video-div'>
<div id='mediaspace'></div>
<div id='mask'><img id="mask-player" src="/static-content/firebug/mask-player.gif"></img></div>
</div>
<p></p>
<p>Link para instalação da Firebug: <a href="http://getfirebug.com/" target="_blank">http://getfirebug.com/</a></p>
<style>
#video-div {
position:relative;
}
#mediaspace { z-index:10; }
#mask {
position:absolute;
cursor:pointer;
top:0;
left:0;
z-index:20;
background:url(/static-content/firebug/mask-vid.gif) no-repeat;
width:709px;
height:435px;
}
</style>
<p><script type='text/javascript'>
  var so = new SWFObject('/mediaplayer/player.swf','mpl','709','460','9');
  so.addParam('allowfullscreen','true');
  so.addParam('allowscriptaccess','always');
  so.addParam('wmode','transparent');
  so.addVariable('file','/static-content/firebug/firebug.mp4');
  so.addVariable('backcolor','FFFFFF');
  so.addVariable('frontcolor','333333');
  so.addVariable('lightcolor','333333');
  so.addVariable('screencolor','EEEEEE');
  so.addVariable('playerready','playerReadyCallback');
  so.write('mediaspace');
</script></p>
<p><script>
var player;
function playerReadyCallback(obj) {
	player = document.getElementById(obj['id']);
        $('#mask-player').click(function() {
        $('#mask-player').fadeOut();
        player.sendEvent("PLAY","true");
        });
};
</script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.toprated.com.br/video-tutorial-como-corrigir-seu-css-rapidamente-usando-a-firebug/feed</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>Está se sentindo triste? Validate it!!</title>
		<link>http://www.toprated.com.br/esta-se-sentindo-triste-validate-it</link>
		<comments>http://www.toprated.com.br/esta-se-sentindo-triste-validate-it#comments</comments>
		<pubDate>Wed, 13 May 2009 11:14:42 +0000</pubDate>
		<dc:creator>Domênico Citrângulo</dc:creator>
				<category><![CDATA[cinema]]></category>
		<category><![CDATA[dicas de videos]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[video engraçado]]></category>
		<category><![CDATA[videos mais assistidos]]></category>
		<category><![CDATA[you tube]]></category>

		<guid isPermaLink="false">http://www.toprated.com.br/?p=840</guid>
		<description><![CDATA[<object width="620" height="381"><param name="movie" value="http://www.youtube.com/v/Cbk980jV7Ao&#038;hl=pt-br&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Cbk980jV7Ao&#038;hl=pt-br&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="620" height="381"></embed></object>]]></description>
			<content:encoded><![CDATA[<object width="620" height="381"><param name="movie" value="http://www.youtube.com/v/Cbk980jV7Ao&#038;hl=pt-br&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/Cbk980jV7Ao&#038;hl=pt-br&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="620" height="381"></embed></object>]]></content:encoded>
			<wfw:commentRss>http://www.toprated.com.br/esta-se-sentindo-triste-validate-it/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>World Builder</title>
		<link>http://www.toprated.com.br/world-builder</link>
		<comments>http://www.toprated.com.br/world-builder#comments</comments>
		<pubDate>Fri, 06 Mar 2009 16:55:54 +0000</pubDate>
		<dc:creator>Domênico Citrângulo</dc:creator>
				<category><![CDATA[arte]]></category>
		<category><![CDATA[cinema]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[inspiracao]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.toprated.com.br/?p=752</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="500" height="281"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=3365942&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=3365942&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="500" height="281"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.toprated.com.br/world-builder/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Os vídeos mais engraçados da internet</title>
		<link>http://www.toprated.com.br/os-videos-mais-engracados-da-internet</link>
		<comments>http://www.toprated.com.br/os-videos-mais-engracados-da-internet#comments</comments>
		<pubDate>Fri, 27 Feb 2009 00:10:20 +0000</pubDate>
		<dc:creator>Domênico Citrângulo</dc:creator>
				<category><![CDATA[diversão]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[comunidades]]></category>
		<category><![CDATA[dicas]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[lista]]></category>
		<category><![CDATA[video]]></category>
		<category><![CDATA[you tube]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.toprated.com.br/?p=736</guid>
		<description><![CDATA[Durante o carnaval fiquei navegando pela internet e com a ajuda de um amigo descobri o link de uma lista chamada &#8220;You should Have seen This&#8221;, traduzindo: &#8220;Você deveria ter visto isso&#8221;. Quando você entra, o autor, Mister Greg Hunter, criou uma lista com as 99 situações (videos, games, fotos) que se você não viu, [...]]]></description>
			<content:encoded><![CDATA[<p>Durante o carnaval fiquei navegando pela internet e com a ajuda de um amigo descobri o link de uma lista chamada &#8220;You should Have seen This&#8221;, traduzindo: &#8220;Você deveria ter visto isso&#8221;.</p>
<p>Quando você entra, o autor, Mister Greg Hunter, criou uma lista com as 99 situações (videos, games, fotos) que se você não viu, já ouviu falar ou deve ver e que se passaram no mundo web.</p>
<p> São situações engraçadissimas que vão desde as mais conhecidas como: &#8220;<a class="Bottom" href="http://www.youtube.com/watch?v=5P6UU6m3cqk" target="_blank">laughing baby&#8221;</a> até algumas que eu nunca tinha visto, como: &#8220;<a class="Bottom" href="http://failblog.org/" target="_blank">fail blog</a>&#8221; .</p>
<p>Vale a pena reservar umas boas horas e fôlego pras risadas.  :)</p>
<p style="text-align: center;"><a href="http://www.youshouldhaveseenthis.com/" target="_blank"><img class="size-medium wp-image-737 aligncenter" title="lista_videos_internet" src="http://www.toprated.com.br/wp-content/uploads/2009/02/lista_videos_internet-300x148.jpg" alt="" width="300" height="148" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.toprated.com.br/os-videos-mais-engracados-da-internet/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Video #2 &#8211; Stop Global Warming</title>
		<link>http://www.toprated.com.br/video-2-stop-global-warming</link>
		<comments>http://www.toprated.com.br/video-2-stop-global-warming#comments</comments>
		<pubDate>Mon, 22 Sep 2008 12:25:49 +0000</pubDate>
		<dc:creator>Domênico Citrângulo</dc:creator>
				<category><![CDATA[publicidade]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.toprated.com.br/?p=345</guid>
		<description><![CDATA[CG e Pós-produção da SeagullsFly.]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="404" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="src" value="http://www.dailymotion.com/swf/k3kmdxWq6fVEtpLR3M" /><embed type="application/x-shockwave-flash" width="500" height="404" src="http://www.dailymotion.com/swf/k3kmdxWq6fVEtpLR3M" allowscriptaccess="always" allowfullscreen="true"></embed></object><br style="clear:both" >CG e Pós-produção da <a href="http://www.seagullsfly.com/" target="_blank">SeagullsFly</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.toprated.com.br/video-2-stop-global-warming/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Video Inspiration: Motion Experiments</title>
		<link>http://www.toprated.com.br/video-inspiration-motion-experiments</link>
		<comments>http://www.toprated.com.br/video-inspiration-motion-experiments#comments</comments>
		<pubDate>Mon, 22 Sep 2008 11:48:03 +0000</pubDate>
		<dc:creator>Domênico Citrângulo</dc:creator>
				<category><![CDATA[arte]]></category>
		<category><![CDATA[cinema]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[inspiracao]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.toprated.com.br/?p=343</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="401" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=1619106&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="500" height="401" src="http://vimeo.com/moogaloop.swf?clip_id=1619106&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.toprated.com.br/video-inspiration-motion-experiments/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fazendo arte com post-it</title>
		<link>http://www.toprated.com.br/fazendo-arte-com-post-it</link>
		<comments>http://www.toprated.com.br/fazendo-arte-com-post-it#comments</comments>
		<pubDate>Tue, 16 Sep 2008 14:44:48 +0000</pubDate>
		<dc:creator>Domênico Citrângulo</dc:creator>
				<category><![CDATA[cinema]]></category>
		<category><![CDATA[Humor]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[arte]]></category>
		<category><![CDATA[post-it]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.toprated.com.br/?p=321</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="282" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://vimeo.com/moogaloop.swf?clip_id=1700732&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed type="application/x-shockwave-flash" width="500" height="282" src="http://vimeo.com/moogaloop.swf?clip_id=1700732&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.toprated.com.br/fazendo-arte-com-post-it/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sofia, a cachorra mais esperta do mundo</title>
		<link>http://www.toprated.com.br/a-cachorra-mais-esperta-do-mundo-sofia</link>
		<comments>http://www.toprated.com.br/a-cachorra-mais-esperta-do-mundo-sofia#comments</comments>
		<pubDate>Tue, 16 Sep 2008 13:13:00 +0000</pubDate>
		<dc:creator>Domênico Citrângulo</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[cachorro]]></category>
		<category><![CDATA[esperto]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.toprated.com.br/?p=316</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="406" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/4-3EyMPzMoo&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="500" height="406" src="http://www.youtube.com/v/4-3EyMPzMoo&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.toprated.com.br/a-cachorra-mais-esperta-do-mundo-sofia/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Barack Roll</title>
		<link>http://www.toprated.com.br/barack-roll</link>
		<comments>http://www.toprated.com.br/barack-roll#comments</comments>
		<pubDate>Thu, 21 Aug 2008 02:14:28 +0000</pubDate>
		<dc:creator>Domênico Citrângulo</dc:creator>
				<category><![CDATA[diversão]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[obama]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://www.toprated.com.br/?p=142</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="500" height="403" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/65I0HNvTDH4&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="500" height="403" src="http://www.youtube.com/v/65I0HNvTDH4&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.toprated.com.br/barack-roll/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

