Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: FLASH: Getting HTML BG to show through?
From: Tim Hawkins
Date: Tue, 27 Oct 1998 08:55:57 GMT

You need to set a parameter in your html tag


WMODE=transparent



below is a sample of aftershock I have used with this parameter used.


I hope this solves your problem................tim



<!-- Aftershock TESTRANS.swf 3=600 4=400 25=2 37=0 -->
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash/cabs/swflash.cab"
ID=TESTRANS WIDTH=100% HEIGHT=100%>
<PARAM NAME=movie VALUE="TESTRANS.swf">
<PARAM NAME=quality VALUE=autohigh>
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=bgcolor VALUE=000000>
<SCRIPT LANGUAGE=JavaScript>
<!--
var FlashMode = 0
if (navigator.mimeTypes &&
navigator.mimeTypes["application/x-shockwave-flash"] &&
navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin) {
FlashMode = 1;
}
if ( FlashMode ) {
document.write('<EMBED SRC="TESTRANS.swf"');
document.write(' NAME=TESTRANS WIDTH=100% HEIGHT=100%');
document.write(' QUALITY=autohigh WMODE=transparent
BGCOLOR=000000');
document.write(' TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_
Version=ShockwaveFlash">');
document.write('</EMBED>');
} else {
document.write('<IMG SRC="TESTRANS.gif" WIDTH=100% HEIGHT=100%
BORDER=0>');
}
document.write('<NOEMBED>')
//-->
</SCRIPT>
<IMG SRC="TESTRANS.gif" WIDTH=100% HEIGHT=100% BORDER=0>
</NOEMBED>
</OBJECT>
<!-- EndAftershock TESTRANS.swf -->

------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]