Skip to content

September 15, 2007

1

Creating Silverlight Ads

In 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.

Read more from Hosting
blog comments powered by Disqus
1 Comment
  1. Duncan Mackenzie avatar
    Nov 1 2007
    2:56 PM

    Kevin, 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)