I want to update a GIS map in a website, which is currently using Google Maps API. How do you embed an ArcGIS Silverlight API map control into an existing html page?
Thanks for your help!
I want to update a GIS map in a website, which is currently using Google Maps API. How do you embed an ArcGIS Silverlight API map control into an existing html page?
Thanks for your help!
Hi, Silverlight is just a web page plugin, the same as a flash file, so you could easily embed it into a html page by using <object> tag. Such as:
For more information, please refer: http://msdn.microsoft.com/en-us/libr...(v=vs.95).aspxHTML Code:<object width="300" height="300" data="data:application/x-silverlight-2," type="application/x-silverlight-2" > <param name="source" value="SilverlightApplication1.xap"/> </object>
welcome to my photoblog: http://newnaw.com
Bookmarks