Hi,
Can someone know how to embed a silverlight web application to html page.
Thanks in advance!
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Priya LingePosted Jul 15, 2011, 5:20 AM
we can embedded Silverlight web application to html page by using Object tag for silverlight with xap file.
<object data="data:application/x-silverlight-2," type="application/x-silverlight-2" width="100%" height="100%"><param name="source" value="ClientBin/SilverlightProgram.xap"/>
object>
You will get this file in silverlight application. like,
silverlightProgram.Web project ->SilverlightProgramTestPage.html. Please check this file.
Please check below link.
http://msdn.microsoft.com/en-us/library/cc189089%28VS.95%29.aspx
Thanks.
Jaganathan BantheswaranPosted Jul 15, 2011, 4:57 AM
Try like this,