Posted by Shantha Kumar on 15th August 2009

Integrating Silverlight and HTML

Today I have come up with simple post on Silverlight on integrating silverlight contents in html page and html contents in Silverlight.

The following image was the preview of our sample integration code.

Step 1:Create a Silverlight Application Project ,
Step 2:In the Xaml file, Add the following controls ,

<TextBlock x:Name=”SL_txtBlock” TextWrapping=”Wrap” Margin=”167,133,62,0″ Height=”45″ VerticalAlignment=”Top” d:LayoutOverrides=”HorizontalAlignment” FontFamily=”Georgia” FontSize=”13.333″ [...]

Posted by Shantha Kumar on 1st March 2008

Silverlight webpart for SharePoint:

In this post, we are going to see integrating the webpart with Silverlight contents on SharePoint Site.
 For that, we need to combine all required java script and Xaml files (used to display the Silverlight content) in to single assembly without any dependent files. It makes sense to embed the Xaml and java script file as [...]