View Single Post
  #21 (permalink)  
Old 03-05-2008, 10:42 PM
aramesh aramesh is offline
D-Web Programmer
 
Join Date: Mar 2007
Posts: 72
aramesh is on a distinguished road
Default 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
Reply With Quote
Sponsored Links