<?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>Lotushints &#187; flash</title>
	<atom:link href="http://www.lotushints.com/tag/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lotushints.com</link>
	<description>Lotus Notes tips &#38; tricks you always hoped you will not need</description>
	<lastBuildDate>Wed, 14 Jul 2010 06:00:04 +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>Absolute positioned objects hiding behind flash animation</title>
		<link>http://www.lotushints.com/2009/07/absolute-positioned-objects-hiding-behind-flash-animation/</link>
		<comments>http://www.lotushints.com/2009/07/absolute-positioned-objects-hiding-behind-flash-animation/#comments</comments>
		<pubDate>Mon, 20 Jul 2009 06:00:45 +0000</pubDate>
		<dc:creator>Vladimir Kocjancic</dc:creator>
				<category><![CDATA[Best practices]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[absolute]]></category>
		<category><![CDATA[embed]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://www.lotushints.com/?p=383</guid>
		<description><![CDATA[Anyone dealing with HTML will or already has encountered an interesting behavior of embedded objects and absolute positioned objects. When embedded object (e.g. flash animation) is positioned over part or entire absolute positioned object, absolute position object is always displayed behind embedded one. What to do? A first thing that I always thought of was [...]]]></description>
			<content:encoded><![CDATA[<p>Anyone dealing with HTML will or already has encountered an interesting behavior of embedded objects and absolute positioned objects. When embedded object (e.g. flash animation) is positioned over part or entire absolute positioned object, absolute position object is always displayed behind embedded one.</p>
<p><span id="more-383"></span></p>
<p><strong>What to do?</strong></p>
<p>A first thing that I always thought of was z-indexes. Only one problem there. Z-index doesn&#8217;t work  in Internet Explorer in this case. But how can it be solved?</p>
<p>There is an attribute you can set for embedded objects called <em>wmode</em>. If this attribute contains value of <em>transparent</em>, you will force embedded object to display behind the absolute positioned one.</p>
<p>Example:
<pre>
&lt;embed width="465" height="285"
type="application/x-shockwave-flash" src="myflashanimation.swf"
style="" name="movie_player" quality="high"
allowfullscreen="true" allowscriptaccess="always" flashvars=""
<strong>wmode="transparent"</strong> id="movie_player"/&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.lotushints.com/2009/07/absolute-positioned-objects-hiding-behind-flash-animation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
