Forum Moderators: open
In IE it all looks fine. In Firefox 9.2 it looks like crap.
Both movies have a transparent background by using the wmode=transparant value. I don't use <embed> tags since it is deprecated. Z-index seems not to work. I must overlook something. Here's a piece of the code I use:
<div id="rose" style="position:absolute; width:100%; height:100%; z-index:0" >
<object type="application/x-shockwave-flash" width="100%" height="100%" id="roos2" align="middle" data="../flash/roos2.swf">
<param name="movie" value="../flash/roos2.swf" />
<param name="quality" value="best" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="000000" />
</object>
</div>
<div id="introfilm" style="position:absolute; width:100%; height:100%; z-index:1">
<object type="application/x-shockwave-flash" width="100%" height="100%" data="../flash/intro.swf" >
<param name="movie" value="../flash/intro.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
<param name="bgcolor" value="000000" />
<embed src="../flash/intro.swf" wmode="transparent" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="100%"></embed>
</object>
</div>
<div id="skipintro" style="position:absolute; width:100%; z-index:2; text-align:center; left: 7px; top:0px;">
<h5><a href="mainframe.htm">- skip intro -</a></h5>
</div>
The following browsers currently support windowless mode:
Windows and Mac OS X
Internet Explorer 3 or higher (Windows)
Internet Explorer 5.1* and 5.2* (Macintosh)
Netscape 7.0*
Mozilla 1.0 or higher*
AOL*
CompuServe*
I thought that firefox was a Mozilla 1.0? Or are they different?
btw I saw another unanswered topic about this: [webmasterworld.com...]
Is Firefox still only reading the embed tags?
[edit]Now this is very odd. I placed the <embed> properties back and it worked (of course). Then I deleted them...and it still seem to work? This means that the old cade is back....but now it woks....
I don't know what is causing this, but it's a very strange thing.
[/edit]
Sometimes, the simple solution is the best.