Question

Let us suppose we have a site entirely written on Silverlight. All navigation occurs inside the SL application and data comes from services.

I want to add advertisement in the app that will change on each navigation in the app (ultimately the ad should be relevant to the current content).

So how to add advertisement to such kind of web applications?

Am I right that there are two major problems to do this?

  1. Render html advertisement in silverlight.
  2. Support relevance (in case of relevant ads like Google AdSense).

AFAIK, there are silverlight controls solving the first point.

I will appreciate any ideas. Thank you.

Was it helpful?

Solution

I would segment part of the page to use for ads like this or you can used a native Silverlight ad rotator like this.

OTHER TIPS

Here is an example of overlaying HTML over your Silverlight app using Visual WebGUI:

How to embed HTML inside a Visual WebGui Silverlight application

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top