<?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>idealMind &#187; embed object</title>
	<atom:link href="http://blog.idealmind.com.br/tag/embed-object/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.idealmind.com.br</link>
	<description>Soluções que facilitam a sua vida</description>
	<lastBuildDate>Mon, 26 Dec 2011 00:11:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Embed Object &#8211; a WordPress plugin to embed youTube videos and flash</title>
		<link>http://blog.idealmind.com.br/wordpress/embed-object-wordpress-plugin-youtube-flash/</link>
		<comments>http://blog.idealmind.com.br/wordpress/embed-object-wordpress-plugin-youtube-flash/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 18:27:59 +0000</pubDate>
		<dc:creator>Wellington Ribeiro</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[embed in wordpress]]></category>
		<category><![CDATA[embed object]]></category>
		<category><![CDATA[embed video]]></category>
		<category><![CDATA[embed youtube]]></category>
		<category><![CDATA[wordpress embed plugin]]></category>
		<category><![CDATA[wordpress flash]]></category>
		<category><![CDATA[wordpress flash embed]]></category>
		<category><![CDATA[wordpress video]]></category>
		<category><![CDATA[wordpress video embed]]></category>
		<category><![CDATA[wordpress youtube]]></category>
		<category><![CDATA[youtube wordpress embed]]></category>

		<guid isPermaLink="false">http://blog.idealmind.com.br/?p=221</guid>
		<description><![CDATA[With this plugin you can easily embed flash objects and YouTube videos in your wordpress blog. You can use it in posts and pages, and you can use any attribute that you want, like FlashVars and wmode, and others.

Com este plugiun você pode inserir objetos flash e vídeos do youTube facilmente em seu blog. Você pode usá-lo em posts e em páginas, com qualquer atributo que você quiser, como FlashVars, para passar parâmetros ara o flash, e wmode, para transparência do background.]]></description>
			<content:encoded><![CDATA[<div id="HOTWordsTxt" name="HOTWordsTxt"><h2>Atualização do Plugin &#8211; Plugin Update</h2>
<blockquote>
<p><b>English</b><br />Embed Object was uptadet to version 1.3, and now, it works on any content of your blog, including rss</p>
<p><b>Português</b><br />Atualização para a versão 1.3: agora o plugin Embed Object funciona em qualquer parte do seu blog, incluindo feeds rss.</p>
</blockquote>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="XWV9MWQD7PMLG">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/pt_BR/i/scr/pixel.gif" width="1" height="1"><br />
</form>
</p>
<h2>ENGLISH</h2>
<p>With this plugin you can easily embed flash objects and YouTube videos in your wordpress blog. You can use it in posts and pages, and you can use any attribute that you want, like <strong>FlashVars</strong> and <strong>wmode</strong>, and others.</p>
<p><strong>To use it is very simple</strong></p>
<blockquote><p>[embeded:  src="http://www.example.com/yourfile.swf" width="560" height="340" ]</p></blockquote>
<p>This will write the HTML code below:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;object width=&quot;560&quot;  height=&quot;340&quot;&gt;
	&lt;param name=&quot;movie&quot; value=&quot;http://www.example.com/yourfile.swf&quot;&gt;&lt;/param&gt;
	&lt;embed src=&quot;http://www.example.com.br/yourfile.swf&quot; width=&quot;560&quot; height=&quot;340&quot;&gt;&lt;/embed&gt;
&lt;/object&gt;
</pre>
<p><strong>You can use other attributes</strong></p>
<blockquote><p>[embeded:  src="http://www.example.com/yourfile.swf" wmode="transparent" allowscriptaccess="always" allowfullscreen="true" FlashVars="foo=Hello%20Worldgraph=first+line%0Dsecond+line" width="560" height="340" ]</p></blockquote>
<p>This will write the HTML code below:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;object width=&quot;560&quot;  height=&quot;340&quot;&gt;
	&lt;param name=&quot;movie&quot; value=&quot;http://www.example.com/yourfile.swf&quot;&gt;&lt;/param&gt;
	&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;
	&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;
	&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;
	&lt;param name=&quot;FlashVars&quot; value=&quot;foo=Hello%20Worldgraph=first+line%0Dsecond+line&quot;&gt;&lt;/param&gt;
	&lt;embed src=&quot;http://www.example.com.br/yourfile.swf&quot; wmode=&quot;transparent&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; FlashVars=&quot;foo=Hello%20Worldgraph=first+line%0Dsecond+line&quot; width=&quot;560&quot; height=&quot;340&quot;&gt;&lt;/embed&gt;
&lt;/object&gt;
</pre>
<p><strong>Installation</strong></p>
<ol>
<li><strong>Download</strong> the plugin at <a href="http://wordpress.org/extend/plugins/embed-object/" target="_blank">http://wordpress.org/extend/plugins/embed-object/</a></li>
<li><strong>Unzip</strong> the file, then <strong>upload</strong> embedObjet folder to the &#8216;/wp-content/plugins/&#8217; directory</li>
<li><strong>Activate</strong> the plugin through the &#8216;Plugins&#8217; menu in WordPress</li>
</ol>
<p>Alternatively, you can install it using the options in the plugin section &#8220;<strong>install a plugin in .zip format</strong>&#8221; of wordpress panel.</p>
<p><strong>Example with an youTube video</strong></p>
<p>Below we have an youTube code to embed:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;
	&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/NopuJ_OYjsk&amp;hl=pt_BR&amp;fs=1&amp;&quot;&gt;&lt;/param&gt;
	&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;
	&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;
	&lt;embed src=&quot;http://www.youtube.com/v/NopuJ_OYjsk&amp;hl=pt_BR&amp;fs=1&amp;&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;
&lt;/object&gt;
</pre>
<p>All that you need to do is:</p>
<blockquote><p>[embeded:  src="http://www.youtube.com/v/NopuJ_OYjsk&amp;hl=pt_BR&amp;fs=1&amp;" width="425" height="344" allowFullScreen="true" allowscriptaccess="aways" ]</p></blockquote>
<p>And you can see the result below:</p>
<p>
			<object width="425"  height="344">
				<param name="movie" value="http://www.youtube.com/v/NopuJ_OYjsk&amp;hl=pt_BR&amp;fs=1&amp;"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="aways"></param>

				<embed src="http://www.youtube.com/v/NopuJ_OYjsk&amp;hl=pt_BR&amp;fs=1&amp;"  allowFullScreen="true" allowscriptaccess="aways" width="425"  height="344"></embed>
			</object>
		</p>
<p>With this plugin you&#8217;ll never need to do what the video above says!</p>
<p>Enjoy!</p>
<p><strong>Licence</strong></p>
<p><a style="color: #2970a6; text-decoration: none;" href="http://www.gnu.org/licenses/gpl-3.0.txt" target="_blank">GNU GENERAL PUBLIC LICENSE</a></p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="XWV9MWQD7PMLG">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypal.com/pt_BR/i/scr/pixel.gif" width="1" height="1"><br />
</form>
</p>
<h2>PORTUGUÊS</h2>
<p>Com este plugin você pode inserir objetos flash e vídeos do youTube facilmente em seu blog. Você pode usá-lo em posts e em páginas, com qualquer atributo que você quiser, como <strong>FlashVars</strong>, para passar parâmetros ara o flash, e <strong>wmode</strong>, para transparência do background.</p>
<p><strong>Para usar é muito simples</strong></p>
<blockquote><p>[embeded:  src="http://www.exemplo.com.br/seuarquivo.swf" width="560" height="340"  ]</p></blockquote>
<p>Isto vai escrever o código HTML abaixo:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;object width=&quot;560&quot;  height=&quot;340&quot;&gt;
	&lt;param name=&quot;movie&quot; value=&quot;http://www.exemplo.com.br/seuarquivo.swf&quot;&gt;&lt;/param&gt;
	&lt;embed src=&quot;http://www.exemplo.com.br/seuarquivo.swf&quot; width=&quot;560&quot; height=&quot;340&quot;&gt;&lt;/embed&gt;
&lt;/object&gt;
</pre>
<p><strong>E você pode usar outros atributos</strong></p>
<blockquote><p>[embeded:  src="http://www.exemplo.com.br/seuarquivo.swf" wmode="transparent" allowscriptaccess="always" allowfullscreen="true" FlashVars="foo=Hello%20Worldgraph=first+line%0Dsecond+line" width="560" height="340" ]</p></blockquote>
<p>Isto vai escrever o código HTML abaixo:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;object width=&quot;560&quot;  height=&quot;340&quot;&gt;
	&lt;param name=&quot;movie&quot; value=&quot;http://www.exemplo.com.br/seuarquivo.swf&quot;&gt;&lt;/param&gt;
	&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot;&gt;&lt;/param&gt;
	&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;
	&lt;param name=&quot;allowfullscreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;
	&lt;param name=&quot;FlashVars&quot; value=&quot;foo=Hello%20Worldgraph=first+line%0Dsecond+line&quot;&gt;&lt;/param&gt;
	&lt;embed src=&quot;http://www.exemplo.com.br/seuarquivo.swf&quot; wmode=&quot;transparent&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; FlashVars=&quot;foo=Hello%20Worldgraph=first+line%0Dsecond+line&quot; width=&quot;560&quot; height=&quot;340&quot;&gt;&lt;/embed&gt;
&lt;/object&gt;
</pre>
<p><strong>Instalação</strong></p>
<ol>
<li><span style="font-weight: bold;">Faça o</span><strong> Download</strong> do plugin em <a href="http://wordpress.org/extend/plugins/embed-object/" target="_blank">http://wordpress.org/extend/plugins/embed-object/</a></li>
<li><strong>Descompacte</strong> o arquivo e depois faça o <strong>upload</strong> da pasta embedObjet para o diretório &#8216;/wp-content/plugins/&#8217;</li>
<li><strong>Ative</strong> o plugin através do menu &#8216;Plugins&#8217; do WordPress</li>
</ol>
<p>Como alternativa, você pode instalar o plugin na opção &#8220;<strong>instalar um plugin no formato .zip</strong>&#8221; na seção de plugins do wordpress.</p>
<p><strong>Exemplo com um vídeo do youTube</strong> Abaixo temos um código HTML fornecido pelo youTube:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;object width=&quot;425&quot; height=&quot;344&quot;&gt;
	&lt;param name=&quot;movie&quot; value=&quot;http://www.youtube.com/v/NopuJ_OYjsk&amp;hl=pt_BR&amp;fs=1&amp;&quot;&gt;&lt;/param&gt;
	&lt;param name=&quot;allowFullScreen&quot; value=&quot;true&quot;&gt;&lt;/param&gt;
	&lt;param name=&quot;allowscriptaccess&quot; value=&quot;always&quot;&gt;&lt;/param&gt;
	&lt;embed src=&quot;http://www.youtube.com/v/NopuJ_OYjsk&amp;hl=pt_BR&amp;fs=1&amp;&quot; type=&quot;application/x-shockwave-flash&quot; allowscriptaccess=&quot;always&quot; allowfullscreen=&quot;true&quot; width=&quot;425&quot; height=&quot;344&quot;&gt;&lt;/embed&gt;
&lt;/object&gt;
</pre>
<p>Tudo o que você precisa fazer é:</p>
<blockquote><p>[embeded:  src="http://www.youtube.com/v/NopuJ_OYjsk&amp;hl=pt_BR&amp;fs=1&amp;" width="425" height="344" allowFullScreen="true" allowscriptaccess="aways" ]</p></blockquote>
<p>E você pode ver o resultado abaixo:</p>
<p>
			<object width="425"  height="344">
				<param name="movie" value="http://www.youtube.com/v/NopuJ_OYjsk&amp;hl=pt_BR&amp;fs=1&amp;"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="aways"></param>

				<embed src="http://www.youtube.com/v/NopuJ_OYjsk&amp;hl=pt_BR&amp;fs=1&amp;"  allowFullScreen="true" allowscriptaccess="aways" width="425"  height="344"></embed>
			</object>
		</p>
<p>Com este plugin você nunca vai precisar fazer o que é dito no vídeo acima!</p>
<p>E isso é tudo!</p>
<p><strong>Licença</strong></p>
<p><strong></strong> <a style="color: #2970a6; text-decoration: none;" href="http://www.gnu.org/licenses/gpl-3.0.txt" target="_blank">GNU GENERAL PUBLIC LICENSE</a></p>
<p><a style="color: #2970a6; text-decoration: none;" href="http://www.gnu.org/licenses/gpl-3.0.txt" target="_blank"></a>Deixe seu comentário!<br />
<h3 class='related_post_title'>Posts Relacionados:</h3>
<ul class='related_post'>
<li>Nenhum</li>
</ul>
</div>]]></content:encoded>
			<wfw:commentRss>http://blog.idealmind.com.br/wordpress/embed-object-wordpress-plugin-youtube-flash/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
	</channel>
</rss>

