Showing posts with label Silverlight. Show all posts
Showing posts with label Silverlight. 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" />

Saturday, July 17, 2010

How to add an existing silverlight application to Asp.net Web Application - Asp.net, Silverlight

1. Select web project right click and select properties.

2. Select Silverlgiht Application tab

3. Select your Silverlight Application from the list (in this case only one available)

4. Select Add

5. From the next dialogue select check add a test page option (recommended not mandatory) and then click on Add

Wednesday, April 28, 2010

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