Creating Silverlight Ads
Kevin Tunis 9/15/2007 1:57:00 AMIn the last two or three weeks I have been working onSilverlight ads and how to add them to your website. I had emailed or left comments to other developers using Silverlight how to do this in which I have had very few answers. One answer was to use it to display it in an iframe; to me this takes away the effect and personally I am not fond of iframe’s.Today while reading my feeds at reader.google.com, I discovered that Ronan Geraghty's has written a post and provided a download sample at http://tinyurl.com/youyv7 I will begin reviewing it this weekend.

Duncan Mackenzie says:
11.01.2007 at 2:56 PMKevin, you shouldn't need to use an iFrame on your own site... you should be able to put a <div> and a call to some javascript to CreateSilverlight within that div. On the other hand, if you want to be able to give other people a line of HTML so that they can embed your Silverlight work into their website, then yes you would be creating a page on your site and then giving them an iFrame that references that page...
Feel free to email me to discuss (duncanma at Microsoft.com)