Wednesday, June 10, 2009

Embed Silverlight Map

I navigated over to www.rexhansen.com, I found a nice silverlight example for the sdk, but I wanted to embed a map into the blogger posts. Here is how I did it. I used the iframe tag to hold the silverlight reference as such.



iframe style="WIDTH: 400px; HEIGHT: 300px" src="http://www.drivehq.com/file/df.aspx/publish/rex_hansen/SampleCode/ArcGIS_SOAP_Silverlight_AppTestPage.html" frameborder="0" scrolling="no"

ESRI Silverlight Map Control Example

Make sure you close the iframe tag, or it won't work.

Enjoy