ok inferno,
I just checked the following code (cut'n'paste into notepad, you know the score):
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="Adobe GoLive 4">
<title>SOLAH</title>
</head>
<body bgcolor="#CC0000" background="background.gif">
<center>
<!-- Aftershock soon.swf 3=100 4=100 2=1 -->
<!-- EndAftershock soon.swf -->
<object classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
id="soon" height="600" width="800">
<param name="movie" value="
<param name="quality" value="best">
<param name="bgcolor" value="#ffffff">
<param name="play" value="true">
<script language="JavaScript">
<!--
var ShockMode = 0;
if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin) {
if (navigator.plugins && navigator.plugins["Shockwave Flash"])
ShockMode = 1;
}
if ( ShockMode ) {
document.write('<EMBED name=navmovie SRC="
document.write(' swLiveConnect=FALSE HEIGHT=600 WIDTH=800');
document.write(' QUALITY=best play=true');
document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="
document.write('</EMBED>');
} else if (!(navigator.appName && navigator.appName.indexOf("Netscape"

>=0 && navigator.appVersion.indexOf("2."

>=0)){
document.write('<center><IMG SRC="
WIDTH=800 HEIGHT=600 BORDER="0"></center>');
}
//-->
</script>
<noembed>
<center>
<img src="
width="550" height="400" border="0"></center>
</noembed>
<noscript>
<center>
<center>
<img src="
width="550" height="400" border="0"></center>
</noscript>
</center></object>
</center></body>
</html>
This makes the flash background white and the HTML background red. The following makes all background white until you bring in the red alpha-tweened mc-background:
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=iso-8859-1">
<meta name="generator" content="Adobe GoLive 4">
<title>SOLAH</title>
</head>
<body bgcolor="#ffffff" background="background.gif">
<center>
<!-- Aftershock soon.swf 3=100 4=100 2=1 -->
<!-- EndAftershock soon.swf -->
<object classid="clsid

27CDB6E-AE6D-11cf-96B8-444553540000" codebase="
id="soon" height="600" width="800">
<param name="movie" value="
<param name="quality" value="best">
<param name="bgcolor" value="#ffffff">
<param name="play" value="true">
<script language="JavaScript">
<!--
var ShockMode = 0;
if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin) {
if (navigator.plugins && navigator.plugins["Shockwave Flash"])
ShockMode = 1;
}
if ( ShockMode ) {
document.write('<EMBED name=navmovie SRC="
document.write(' swLiveConnect=FALSE HEIGHT=600 WIDTH=800');
document.write(' QUALITY=best play=true');
document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="
document.write('</EMBED>');
} else if (!(navigator.appName && navigator.appName.indexOf("Netscape"

>=0 && navigator.appVersion.indexOf("2."

>=0)){
document.write('<center><IMG SRC="
WIDTH=800 HEIGHT=600 BORDER="0"></center>');
}
//-->
</script>
<noembed>
<center>
<img src="
width="550" height="400" border="0"></center>
</noembed>
<noscript>
<center>
<center>
<img src="
width="550" height="400" border="0"></center>
</noscript>
</center></object>
</center></body>
</html>
Is this still being confused?
dave
dave@pinkzeppelin.com
^^^^^^^^^^^^^^^^^^^^^