Friday, August 20, 2010

How to make silverlight and flash objects transparent

Flash:
<param name="wmode" value="transparent" />
<embed src="PATH" wmode="transparent" 
Silverlight:
<param name="Windowless" value="True" />
<param name="Background" value="Transparent" />

2 comments:

Anonymous said...

Thank you!!!! spent hours trying to fix a Google Gadget that has a Silverlight object and menus were showing behind the object....your post was the answer to my problem.
Just put this inside object HTML tag!!!!!!!

Anonymous said...

Thank you.it's worked for me also.

Azure Storage Account Types

Defferent Types of Blobs Block blobs store text and binary data. Block blobs are made up of blocks of data that can be managed individually...