André Admin Group

BigFella
Joined: 01 October 2003 Location: United Kingdom Posts: 94
|
| Posted: 07 September 2005 at 21:06 | IP Logged
|
|
|
Sorry about the documentation... its a little slim, I am presently working on addition details but this should help.
The two parameters that will help are;
background & trans here is my example code;
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave /cabs/flash/swflash.cab#version=6,0,0,0"
WIDTH="150" HEIGHT="160" id="FlipzM20Preview" ALIGN="">
<PARAM NAME=movie VALUE="Flipz.swf?background=5&Trans=10 ">
<PARAM NAME=menu VALUE=false>
<PARAM NAME=quality VALUE=best>
<PARAM NAME=wmode VALUE=transparent>
<PARAM NAME=bgcolor VALUE=#FFFFFF>
<EMBED src="Flipz.swf?background=5&Trans=10 " menu=false quality=best wmode=transparent bgcolor=#FFFFFF WIDTH="150" HEIGHT="160" NAME="Flipz Preview" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"> ; ;</EMBED>
</OBJECT>
the backgound is set to lime green (5) and the transparency to 10 i.e.
it is only 10% transparent. If you set the background to 0 (zero) there
will be no background and whatever you put in your background ... say
an image as the background to a cell that the <Object> is placed
in will show through.. playing with transparency with other background
colours gives a faded effect.
I have put the ?background=5&Trans=10 on
both the EMBED src and movie VALUE lines to cater for Mozillas exacting
requirements IE only required it to be on one of the lines.
Hope this help.
|