|
-
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|