How can I embed my custom Silverlight Video Player application into an Asp.net web application?
I Tried to get more info. about this,
it is the first time to deal with silverlight on Asp.net so
i get searched for it in silverlight.com
i’m already new to stackoverflow
so, i donno well in its rules
anyway thanks Guys, this answers really help. 🙂
Your question is very broad and ambiguous, but I will attempt to provide an answer to what I think you’re looking for:
Assuming you already have an .xap file (that is, the file produced by building a Silverlight Application in Visual Studio 2010), you can simply embed it in any HTML or ASPX page by using the code that Visual Studio automatically generates for you when you create a new Silverlight Application with a Web project:
I had this code automatically generated in VS2010 by going to File->New Project->Silverlight Application and checking the box for “Host the Silverlight Application in a new Web site” and opening up the SilverlightApplication1TestPage.aspx file that was created in my SilverLightApllication1.Web project.