使用 Silverlight 进行广告
假设我们有一个完全用 Silverlight 编写的网站。 所有导航都发生在 SL 应用程序内部,数据来自服务。
我想在应用程序中添加广告,该广告将在应用程序中的每个导航上发生变化(最终广告应该与当前内容相关)。
那么如何向此类网络应用程序添加广告?
我说得对吗,这样做有两个主要问题?
- 在 silverlight 中渲染 html 广告。
- 支持相关性(如果是 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?
- Render html advertisement in silverlight.
- 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
以下是使用 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
我会将页面的一部分分段用于广告像这样,或者您可以使用本机 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.