<?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>Dream House &#187; flash</title>
	<atom:link href="http://sajjadhossain.com/tag/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://sajjadhossain.com</link>
	<description>Courage to do something...</description>
	<lastBuildDate>Wed, 10 Mar 2010 05:55:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>What to do to put an HTML element on top of a Flash object</title>
		<link>http://sajjadhossain.com/2009/05/30/what-to-do-to-put-an-html-element-on-top-of-a-flash-object/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed</link>
		<comments>http://sajjadhossain.com/2009/05/30/what-to-do-to-put-an-html-element-on-top-of-a-flash-object/#comments</comments>
		<pubDate>Sat, 30 May 2009 14:51:38 +0000</pubDate>
		<dc:creator>Mohammad Sajjad Hossain</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://sajjadhossain.com/?p=172</guid>
		<description><![CDATA[Many times this happens that in a page we have used a DHTML menu and a flash header and when we mouse over the menu, the menu could not be visible because of the flash object comes over the menu. Another situation could be &#8211; we used a block script and the page contains a [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Many times this happens that in a page we have used a DHTML menu and a flash header and when we mouse over the menu, the menu could not be visible because of the flash object comes over the menu. Another situation could be &#8211; we used a block script and the page contains a flash object and when the script is called the flash object could not be hide.<br />
<img class="aligncenter size-full wp-image-173" title="dhtml_flash_problem" src="http://sajjadhossain.com/wp-content/uploads/2009/05/dhtml_flash_problem.gif" alt="dhtml flash problem What to do to put an HTML element on top of a Flash object" width="488" height="297" /><br />
I faced these situations many times and searched web for a solution. Long ago I found a solution which worked for me to solve these problems and I am still using it.</p>
<p><strong>The solution</strong></p>
<p>If you are using an <code>object</code> tag, then add the following param in it.</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">&lt;param name=&quot;wmode&quot; value=&quot;transparent&quot; /&gt;</pre></div></div>

<p>If you are using an <code>embed</code> tag, then use the following attribute in it.</p>

<div class="wp_syntax"><div class="code"><pre class="html" style="font-family:monospace;">wmode=&quot;transparent&quot;</pre></div></div>

<p>I don&#8217;t know what these codes do <img src='http://sajjadhossain.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' title="What to do to put an HTML element on top of a Flash object" />  as I am not a flash expert, but they work. If anyone knows anything more about these codes then please share with us.</p>
<p><a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fsajjadhossain.com%2F2009%2F05%2F30%2Fwhat-to-do-to-put-an-html-element-on-top-of-a-flash-object%2F&amp;linkname=What%20to%20do%20to%20put%20an%20HTML%20element%20on%20top%20of%20a%20Flash%20object"><img src="http://sajjadhossain.com/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a> </p>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://sajjadhossain.com/2009/05/30/what-to-do-to-put-an-html-element-on-top-of-a-flash-object/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
