Re: Flash Tips & Tricks How to make the SWF file transparent to add a background picture directly in HTML?
Yes, a background picture is possible. To do this, just add the following line of code to the object section of your HTML code:
<param name=wmode value=transparent>
in ther embed section of your HTML code you must add:
wmode="transparent"
Regards,
A.Ramesh |