Is there any way to have a transparent background on the swf so that a HTML background shows through?
Printable View
Is there any way to have a transparent background on the swf so that a HTML background shows through?
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.
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.
Thanks johnie. job sorted.