使用 Silverlight 进行广告

发布于 2024-07-25 12:56:40 字数 376 浏览 5 评论 0原文

假设我们有一个完全用 Silverlight 编写的网站。 所有导航都发生在 SL 应用程序内部,数据来自服务。

我想在应用程序中添加广告,该广告将在应用程序中的每个导航上发生变化(最终广告应该与当前内容相关)。

那么如何向此类网络应用程序添加广告?

我说得对吗,这样做有两个主要问题?

  1. 在 silverlight 中渲染 html 广告。
  2. 支持相关性(如果是 Google AdSense 等相关广告)。

AFAIK,有 silverlight 控件解决了第一点。

我会很感激任何想法。 谢谢。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

妥活 2024-08-01 12:57:09

以下是使用 Visual WebGUI 在 Silverlight 应用程序上覆盖 HTML 的示例:

如何在 Visual WebGui Silverlight 应用程序中嵌入 HTML

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

How to embed HTML inside a Visual WebGui Silverlight application

羞稚 2024-08-01 12:57:03

我会将页面的一部分分段用于广告像这样,或者您可以使用本机 Silverlight 广告旋转器< a href="http://code.msdn.microsoft.com/SilverlightAdRotator" rel="nofollow noreferrer">这样。

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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文