;

PDA

Click to See Complete Forum and Search --> : Transparent backgrounds


ShaunLeahy
02-09-2001, 04:31 PM
Is there any way to have a transparent background on the swf so that a HTML background shows through?

johnie
02-09-2001, 05:45 PM
Only in IE.

If you look at the Param tags nested within the object tag you can add the Wmode param to them.

the proper syntax is:



<param name="Wmode" value="transparent">



make sure you add that to theother param tags.

Again this only will work for IE.

johnie
02-09-2001, 05:52 PM
Only in IE.

If you look at the Param tags nested within the object tag you can add the Wmode param to them.

the proper syntax is:



<param name="Wmode" value="transparent">



make sure you add that to theother param tags.

Again this only will work for IE.

ShaunLeahy
02-09-2001, 06:30 PM
Thanks johnie. job sorted.