Get Microsoft Silverlight

   

Copy the following and paste in your website if you want to use this card, Message and Name can be configured in the IntParams and feel free to change the Height and Width of the Silverlight control for your convenience.

For more details read my blog here 

 

       <div id="silverlightControlHost">

            <object data="data:application/x-silverlight,"

                type="application/x-silverlight-2" style="width: 800px; height: 250px">

                <param name="source" value="http://ria-labs.com/silverlight/samples/xmascard1/XMasCard.xap"/>

                <param name="InitParams" value="Greeting=[Your Greeting goes here],YourName=[Your Name]"/>           

                <param name="minRuntimeVersion" value="2.0.31005.0" />

                <param name="autoUpgrade" value="true" />

                <a href="http://go.microsoft.com/fwlink/?LinkID=124807" style="text-decoration: none;">

                    <img src="http://go.microsoft.com/fwlink/?LinkId=108181" alt="Get Microsoft Silverlight" style="border-style: none"/>

                </a>

            </object>

       </div>