Showing posts with label Flash. Show all posts
Showing posts with label Flash. Show all posts

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" />

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...