<?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>AG Prime Blog &#187; valid</title>
	<atom:link href="http://blog.ag-prime.com/tag/valid/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.ag-prime.com</link>
	<description>Afla ce idei ne-au mai venit...</description>
	<lastBuildDate>Thu, 15 Dec 2011 10:55:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Cross browser XHTML Valid Flash embed</title>
		<link>http://blog.ag-prime.com/2009/06/cross-browser-xhtml-valid-flash-embed/</link>
		<comments>http://blog.ag-prime.com/2009/06/cross-browser-xhtml-valid-flash-embed/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 14:41:03 +0000</pubDate>
		<dc:creator>gabriel.ungureanu</dc:creator>
				<category><![CDATA[Tips]]></category>
		<category><![CDATA[Web development]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[valid]]></category>
		<category><![CDATA[w3c]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://blog.ag-prime.com/?p=154</guid>
		<description><![CDATA[Hey, I recently had to write a cross-browser and XHTML Valid code, that embeds Flash content. Well, this is a very discused issue, and found a very simple solution to it via (http://robertnyman.com/2007/02/01/how-to-write-valid-htmlxhtml-code-to-include-flash/) &#60;object type=&#34;application/x-shockwave-flash&#34; id=&#34;name&#34; width=&#34;100%&#34; height=&#34;40&#34; data=&#34;http://www.example.com/path/to/flash/name.swf&#34;&#62; &#60;param name=&#34;movie&#34; value=&#34;http://www.example.com/path/to/flash/name.swf&#34; /&#62; &#60;param name=&#34;quality&#34; value=&#34;high&#34; /&#62; &#60;param name=&#34;wmode&#34; value=&#34;transparent&#34; /&#62; &#60;param name=&#34;allowScriptAccess&#34; value=&#34;sameDomain&#34; /&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>Hey,</p>
<p>I recently had to write a cross-browser and XHTML Valid code, that embeds Flash content. Well, this is a very discused issue, and found a very simple solution to it <img src='http://blog.ag-prime.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  via (<a rel="nofolow" href="http://robertnyman.com/2007/02/01/how-to-write-valid-htmlxhtml-code-to-include-flash/" target="_blank">http://robertnyman.com/2007/02/01/how-to-write-valid-htmlxhtml-code-to-include-flash/</a>)</p>

<div class="wp_syntax"><div class="code"><pre class="html4strict" style="font-family:monospace;"><span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">object</span> <span style="color: #000066;">type</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;application/x-shockwave-flash&quot;</span></span>
<span style="color: #009900;">	<span style="color: #000066;">id</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;name&quot;</span> <span style="color: #000066;">width</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;100%&quot;</span> <span style="color: #000066;">height</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;40&quot;</span></span>
<span style="color: #009900;">	<span style="color: #000066;">data</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.example.com/path/to/flash/name.swf&quot;</span>&gt;</span>
		<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;movie&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;http://www.example.com/path/to/flash/name.swf&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
		<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;quality&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;high&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
		<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;wmode&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;transparent&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
		<span style="color: #009900;">&lt;<span style="color: #000000; font-weight: bold;">param</span> <span style="color: #000066;">name</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;allowScriptAccess&quot;</span> <span style="color: #000066;">value</span><span style="color: #66cc66;">=</span><span style="color: #ff0000;">&quot;sameDomain&quot;</span> <span style="color: #66cc66;">/</span>&gt;</span>
<span style="color: #009900;">&lt;<span style="color: #66cc66;">/</span><span style="color: #000000; font-weight: bold;">object</span>&gt;</span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.ag-prime.com/2009/06/cross-browser-xhtml-valid-flash-embed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

