<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: swfObject help when placing a div over flash</title>
	<atom:link href="http://www.BrianYerkes.com/swfobject-help-when-placing-a-div-over-flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.BrianYerkes.com/swfobject-help-when-placing-a-div-over-flash/</link>
	<description>My life, designed and explained</description>
	<lastBuildDate>Thu, 22 Jul 2010 11:11:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Damodahran</title>
		<link>http://www.BrianYerkes.com/swfobject-help-when-placing-a-div-over-flash/comment-page-1/#comment-24922</link>
		<dc:creator>Damodahran</dc:creator>
		<pubDate>Thu, 22 Jul 2010 05:04:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.BrianYerkes.com/swfobject-help-when-placing-a-div-over-flash/#comment-24922</guid>
		<description>Thank you StevenM. 

I got the solution from your reference link.</description>
		<content:encoded><![CDATA[<p>Thank you StevenM. </p>
<p>I got the solution from your reference link.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: StevenM</title>
		<link>http://www.BrianYerkes.com/swfobject-help-when-placing-a-div-over-flash/comment-page-1/#comment-24903</link>
		<dc:creator>StevenM</dc:creator>
		<pubDate>Wed, 21 Jul 2010 18:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.BrianYerkes.com/swfobject-help-when-placing-a-div-over-flash/#comment-24903</guid>
		<description>@Cristopher + everyone else -

This method is old and outdated. Please do not use it. Refer to a tutorial that deals with the modern version of the script. IE- http://nooshu.com/swfobject-2-2-and-wmode-transparent/</description>
		<content:encoded><![CDATA[<p>@Cristopher + everyone else -</p>
<p>This method is old and outdated. Please do not use it. Refer to a tutorial that deals with the modern version of the script. IE- <a href="http://nooshu.com/swfobject-2-2-and-wmode-transparent/" rel="nofollow">http://nooshu.com/swfobject-2-2-and-wmode-transparent/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Damodharan</title>
		<link>http://www.BrianYerkes.com/swfobject-help-when-placing-a-div-over-flash/comment-page-1/#comment-24504</link>
		<dc:creator>Damodharan</dc:creator>
		<pubDate>Tue, 13 Jul 2010 13:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.BrianYerkes.com/swfobject-help-when-placing-a-div-over-flash/#comment-24504</guid>
		<description>This works good in static contents. I want the same with dynamically. I wrote the following codes,

var params1 = {movie:&quot;Flash/SlideShowPlayer.swf?xml_path=Flash/SlideShowDetails.aspx?FromPage=MyPage&amp;Dat=&quot;+ Date.parse(new Date()),quality:&quot;high&quot;, wmode: &quot;transparent&quot;, allowscriptaccess: &quot;always&quot;, defer: &quot;defer&quot;};
    swfobject.embedSWF(&quot;Flash/SlideShowPlayer.swf?xml_path=Flash/SlideShowDetails.aspx?FromPage=MyPage&amp;Dat=&quot;+ Date.parse(new Date()), &quot;divSlideShow&quot;, &quot;485px&quot;, &quot;420px&quot;, &quot;7.0.0&quot;, &quot;assets/expressInstall.swf&quot;,&quot;&quot;,params1,&quot;&quot;);                  

The &quot;SlideshowDetails.aspx&quot; page dynamically generates the xml input. It doesn&#039;t work after update anything</description>
		<content:encoded><![CDATA[<p>This works good in static contents. I want the same with dynamically. I wrote the following codes,</p>
<p>var params1 = {movie:&#8221;Flash/SlideShowPlayer.swf?xml_path=Flash/SlideShowDetails.aspx?FromPage=MyPage&amp;Dat=&#8221;+ Date.parse(new Date()),quality:&#8221;high&#8221;, wmode: &#8220;transparent&#8221;, allowscriptaccess: &#8220;always&#8221;, defer: &#8220;defer&#8221;};<br />
    swfobject.embedSWF(&#8220;Flash/SlideShowPlayer.swf?xml_path=Flash/SlideShowDetails.aspx?FromPage=MyPage&amp;Dat=&#8221;+ Date.parse(new Date()), &#8220;divSlideShow&#8221;, &#8220;485px&#8221;, &#8220;420px&#8221;, &#8220;7.0.0&#8243;, &#8220;assets/expressInstall.swf&#8221;,&#8221;",params1,&#8221;");                  </p>
<p>The &#8220;SlideshowDetails.aspx&#8221; page dynamically generates the xml input. It doesn&#8217;t work after update anything</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cristopher</title>
		<link>http://www.BrianYerkes.com/swfobject-help-when-placing-a-div-over-flash/comment-page-1/#comment-23021</link>
		<dc:creator>Cristopher</dc:creator>
		<pubDate>Wed, 23 Jun 2010 17:06:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.BrianYerkes.com/swfobject-help-when-placing-a-div-over-flash/#comment-23021</guid>
		<description>This works great in all browsers except on Gecko engines like safari and Google Chrome does anybody know why and how to fix it?</description>
		<content:encoded><![CDATA[<p>This works great in all browsers except on Gecko engines like safari and Google Chrome does anybody know why and how to fix it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Danny</title>
		<link>http://www.BrianYerkes.com/swfobject-help-when-placing-a-div-over-flash/comment-page-1/#comment-22781</link>
		<dc:creator>Danny</dc:creator>
		<pubDate>Fri, 18 Jun 2010 19:03:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.BrianYerkes.com/swfobject-help-when-placing-a-div-over-flash/#comment-22781</guid>
		<description>Until I found your post I was sooo annoyed.  Spend two nights up until 6 AM trying to figure this out.  Thanks so much!</description>
		<content:encoded><![CDATA[<p>Until I found your post I was sooo annoyed.  Spend two nights up until 6 AM trying to figure this out.  Thanks so much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nok</title>
		<link>http://www.BrianYerkes.com/swfobject-help-when-placing-a-div-over-flash/comment-page-1/#comment-21555</link>
		<dc:creator>Nok</dc:creator>
		<pubDate>Wed, 19 May 2010 08:32:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.BrianYerkes.com/swfobject-help-when-placing-a-div-over-flash/#comment-21555</guid>
		<description>Thanks

After my dropdown menu are behide swfOblect. Then I add this code 

so.addParam(&quot;wmode&quot;, &quot;transparent&quot;);


in



var so = new SWFObject(&#039;slideshow.swf&#039;,&#039;mpl&#039;,&#039;310&#039;,&#039;310&#039;,&#039;8&#039;);
so.addParam(&#039;allowscriptaccess&#039;,&#039;always&#039;);
so.addParam(&#039;allowfullscreen&#039;,&#039;true&#039;);
so.addVariable(&#039;height&#039;,&#039;310&#039;);
so.addVariable(&#039;width&#039;,&#039;310&#039;);
so.addParam(&quot;wmode&quot;, &quot;transparent&quot;);
so.write(&#039;player&#039;);



After It&#039;s work.</description>
		<content:encoded><![CDATA[<p>Thanks</p>
<p>After my dropdown menu are behide swfOblect. Then I add this code </p>
<p>so.addParam(&#8220;wmode&#8221;, &#8220;transparent&#8221;);</p>
<p>in</p>
<p>var so = new SWFObject(&#8216;slideshow.swf&#8217;,'mpl&#8217;,&#8217;310&#8242;,&#8217;310&#8242;,&#8217;8&#8242;);<br />
so.addParam(&#8216;allowscriptaccess&#8217;,'always&#8217;);<br />
so.addParam(&#8216;allowfullscreen&#8217;,'true&#8217;);<br />
so.addVariable(&#8216;height&#8217;,&#8217;310&#8242;);<br />
so.addVariable(&#8216;width&#8217;,&#8217;310&#8242;);<br />
so.addParam(&#8220;wmode&#8221;, &#8220;transparent&#8221;);<br />
so.write(&#8216;player&#8217;);</p>
<p>After It&#8217;s work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: saira</title>
		<link>http://www.BrianYerkes.com/swfobject-help-when-placing-a-div-over-flash/comment-page-1/#comment-21043</link>
		<dc:creator>saira</dc:creator>
		<pubDate>Thu, 06 May 2010 08:51:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.BrianYerkes.com/swfobject-help-when-placing-a-div-over-flash/#comment-21043</guid>
		<description>Thanks for this
see flash professional and higher page rank tutorials see this link
http://www.tutorials99.com</description>
		<content:encoded><![CDATA[<p>Thanks for this<br />
see flash professional and higher page rank tutorials see this link<br />
<a href="http://www.tutorials99.com" rel="nofollow">http://www.tutorials99.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Animesh</title>
		<link>http://www.BrianYerkes.com/swfobject-help-when-placing-a-div-over-flash/comment-page-1/#comment-19216</link>
		<dc:creator>Animesh</dc:creator>
		<pubDate>Tue, 16 Mar 2010 14:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.BrianYerkes.com/swfobject-help-when-placing-a-div-over-flash/#comment-19216</guid>
		<description>Thanks owner
wmode=”transparent” this code very helpful it save my lots of time</description>
		<content:encoded><![CDATA[<p>Thanks owner<br />
wmode=”transparent” this code very helpful it save my lots of time</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Un-Googleable</title>
		<link>http://www.BrianYerkes.com/swfobject-help-when-placing-a-div-over-flash/comment-page-1/#comment-18974</link>
		<dc:creator>Un-Googleable</dc:creator>
		<pubDate>Thu, 11 Mar 2010 21:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.BrianYerkes.com/swfobject-help-when-placing-a-div-over-flash/#comment-18974</guid>
		<description>Yes! Thank you!</description>
		<content:encoded><![CDATA[<p>Yes! Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abhay</title>
		<link>http://www.BrianYerkes.com/swfobject-help-when-placing-a-div-over-flash/comment-page-1/#comment-17296</link>
		<dc:creator>Abhay</dc:creator>
		<pubDate>Wed, 13 Jan 2010 11:49:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.BrianYerkes.com/swfobject-help-when-placing-a-div-over-flash/#comment-17296</guid>
		<description>Thanks man, that article is excellently discussed.
It solved all the problems i was facing regarding flash. 
You made me a hero.... thanks...</description>
		<content:encoded><![CDATA[<p>Thanks man, that article is excellently discussed.<br />
It solved all the problems i was facing regarding flash.<br />
You made me a hero&#8230;. thanks&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
