views:

42

answers:

1

Hey

I have a silverlight page and I have a html page with my layout. How can I add the silverlight page to part of my html page? Thank you!

+1  A: 

This article tells you how to embed Silverlight. If you are using Visual Studio to create your Silverlight application, the IDE should create all the code needed to embed the Silverlight control for you.

Arkain