<?xml version="1.0"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>Drawar Thread: css / overlaying SWF</title>
<link>http://drawar.com/notes/</link>
<description>Drawar Thread: css / overlaying SWF</description>
<language>en</language>
<pubDate>Thu, 04 Dec 2008 19:20:45 +0000</pubDate>

<item>
<title>css / overlaying SWF</title>
<link>http://drawar.com/design/notes/12273/p/1/#response-120533</link>
<pubDate>Wed, 19 Nov 2008 04:56:17</pubDate>
<dc:creator>Griffith</dc:creator>
<guid isPermaLink="false">120533</guid>
<description>&lt;p&gt;I did a few things to fix it:&lt;/p&gt;
&lt;p&gt;In the object tag add inline css or a class/id with the following definitions:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;position:absolute;&lt;br /&gt;
z-index:0;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;And in the embed tag add the wmode=&quot;opaque&quot; code:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;embed height=&amp;quot;269&amp;quot; width=&amp;quot;770&amp;quot; type=&amp;quot;application/x-shockwave-flash&amp;quot; pluginspage=&amp;quot;http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&amp;quot; quality=&amp;quot;high&amp;quot; src=&amp;quot;swf/header.swf&amp;quot; wmode=&amp;quot;opaque&amp;quot; /&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;That fixed the problem on my browser.&lt;/p&gt;
&lt;p&gt;You should change the code on your lightbox though, because when the window isn't high enough you can't see the close button. This is specially noticeable in laptops. Oh, and adding a z-index:10 or so on it wouldn't do any harm...
&lt;/p&gt;</description>
</item>
<item>
<title>css / overlaying SWF</title>
<link>http://drawar.com/design/notes/12273/p/1/#response-118487</link>
<pubDate>Sat, 28 Jun 2008 15:41:23</pubDate>
<dc:creator>diegooriani</dc:creator>
<guid isPermaLink="false">118487</guid>
<description>&lt;p&gt;Guys, you will not believe. Now I am having the same problem I had in the IE on Firefox 3. The worst is that the tag&lt;br /&gt;
&lt;code&gt;&amp;lt;param name=&amp;quot;wmode&amp;quot; value=&amp;quot;opaque&amp;quot; /&amp;gt;&lt;/code&gt; is not working for it.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.screencast.com/users/diegooriani/folders/Jing/media/0b71324f-6920-4869-84ab-96792a9e0b2a&quot;&gt;Check this out.&lt;/a&gt;
&lt;/p&gt;</description>
</item>
<item>
<title>css / overlaying SWF</title>
<link>http://drawar.com/design/notes/12273/p/1/#response-109916</link>
<pubDate>Fri, 22 Feb 2008 20:40:00</pubDate>
<dc:creator>diegooriani</dc:creator>
<guid isPermaLink="false">109916</guid>
<description>&lt;p&gt;Ohhhhh sweet. That was a goal!&lt;/p&gt;
&lt;p&gt;Thank you trevorlee_nc, you saved me a hell lot of time. Now I can focusses in the animations :D
&lt;/p&gt;</description>
</item>
<item>
<title>css / overlaying SWF</title>
<link>http://drawar.com/design/notes/12273/p/1/#response-109748</link>
<pubDate>Thu, 21 Feb 2008 23:27:23</pubDate>
<dc:creator>trevorlee_nc</dc:creator>
<guid isPermaLink="false">109748</guid>
<description>&lt;p&gt;I think this was the winning ticket:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&lt;br /&gt;
&amp;lt;param name=&amp;quot;wmode&amp;quot; value=&amp;quot;opaque&amp;quot; /&amp;gt;&lt;br /&gt;
&lt;/code&gt;
&lt;/p&gt;</description>
</item>
<item>
<title>css / overlaying SWF</title>
<link>http://drawar.com/design/notes/12273/p/1/#response-109744</link>
<pubDate>Thu, 21 Feb 2008 23:18:18</pubDate>
<dc:creator>trevorlee_nc</dc:creator>
<guid isPermaLink="false">109744</guid>
<description>&lt;p&gt;I ran into something &quot;similar&quot; not too long ago...maybe poking around my stuff can help, but if I recall I had to do some playing with z-index's and wmode opaque on the swf object...doesn't work in IE6 though&lt;/p&gt;
&lt;p&gt;here is the site I'm talking about: &lt;a href=&quot;http://www.amjam.net/&quot; rel=&quot;nofollow&quot;&gt;http://www.amjam.net/&lt;/a&gt;
&lt;/p&gt;</description>
</item>
<item>
<title>css / overlaying SWF</title>
<link>http://drawar.com/design/notes/12273/p/1/#response-109731</link>
<pubDate>Thu, 21 Feb 2008 22:35:52</pubDate>
<dc:creator>Mike</dc:creator>
<guid isPermaLink="false">109731</guid>
<description>&lt;p&gt;Everything works and looks great for me in Safari Diego, just throwing that out there.
&lt;/p&gt;</description>
</item>
<item>
<title>css / overlaying SWF</title>
<link>http://drawar.com/design/notes/12273/p/1/#response-109707</link>
<pubDate>Thu, 21 Feb 2008 20:31:59</pubDate>
<dc:creator>diegooriani</dc:creator>
<guid isPermaLink="false">109707</guid>
<description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am having problems displaying my website over the IE. &lt;/p&gt;
&lt;p&gt;Right now I am using the multibox (phatfusion/Javascript) to display my works. &lt;/p&gt;
&lt;p&gt;Basically the SWF overlays the cointainer from the multibox on IE. I was able to fix this problem in the Mozilla changing the css from &lt;strong&gt;postion: absolute;&lt;/strong&gt; to &lt;strong&gt;position: fixed;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;code&gt;.MultiBoxContainer {&lt;br /&gt;
	position: fixed;&lt;br /&gt;
	border: 20px solid #000;&lt;br /&gt;
	background-color: #FFF;&lt;br /&gt;
	display: none;&lt;br /&gt;
	z-index: 2;&lt;br /&gt;
}&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;To understand better what I mean you can try to display the website in IE and Mozilla.&lt;br /&gt;
&lt;a href=&quot;http://www.diegooriani.com/test_doc.htm&quot;&gt;http://www.diegooriani.com/test_doc.htm&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Someone told me that IE doesn't support &lt;strong&gt;position: fixed;&lt;/strong&gt; but if I take this out I will have the same problem on Mozilla as well.&lt;/p&gt;
&lt;p&gt;Cheers,&lt;br /&gt;
Diego
&lt;/p&gt;</description>
</item>

</channel>
</rss>

