<?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>dawnerd &#187; z-index</title>
	<atom:link href="http://dawnerd.com/tag/z-index/feed/" rel="self" type="application/rss+xml" />
	<link>http://dawnerd.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Fri, 13 Aug 2010 18:20:31 +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>Making Flash Obey Z-Index</title>
		<link>http://dawnerd.com/post/11_making-flash-obey-z-index/</link>
		<comments>http://dawnerd.com/post/11_making-flash-obey-z-index/#comments</comments>
		<pubDate>Thu, 22 May 2008 20:08:45 +0000</pubDate>
		<dc:creator>Troy Whiteley</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[wmode]]></category>
		<category><![CDATA[z-index]]></category>

		<guid isPermaLink="false">http://dawnerd.com/?p=11</guid>
		<description><![CDATA[A common problem with Flash is that it usually will not listen to the z-index of the page. This causes drop down navigation items to appear under the flash. However, there is a neat way to make flash behave correctly &#8230; <a href="http://dawnerd.com/post/11_making-flash-obey-z-index/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>A common problem with Flash is that it usually will not listen to the z-index of the page. This causes drop down navigation items to appear under the flash. However, there is a neat way to make flash behave correctly while respecting the XHTML standard. <span id="more-11"></span></p>
<p>We will use the script I put together in the <a href="http://dawnerd.com/html/2008/05/09/simple-xhtml-flash-embedding/">Simple XHTML Flash Embedding</a> article.</p>
<p>The parameter Flash needs is called &#8220;wmode.&#8221; We need to set &#8220;wmode&#8221; to &#8216;transparent.&#8217;</p>
<pre>
<code markup="none">
<object type="application/x-shockwave-flash" data="yourswf.swf" width="100" height="100"><param name="movie" value="yourswf.swf" /><param name="wmode" value="transparent" /><img src="no-flash.png" width="100" height="100" alt="" />
</object>
</code>
</pre>
<p><em>note: wmode can be set as an inline attribute but will break the pages validation.</em></p>
<p>&#8220;Wmode&#8221; is known to cause some problems, so check in all browsers before you go live with anything.</p>
]]></content:encoded>
			<wfw:commentRss>http://dawnerd.com/post/11_making-flash-obey-z-index/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
