如何在基于 Flex 的应用程序上投放广告?
您能否告诉我们如何将 ADS(无论是 Google Adsense 还是其他)放置在完全用 FLEX 设计的网站上?
Can you please tell how can we place ADS (whether Google Adsense or others) on a website completely designed in FLEX?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最简单的方法是不要让您的网站完全采用 Flex。否则,您可以让 Flex 应用程序使用 AdSense API http://code.google.com /apis/adsense/featuresbenefits.html 并对它进行 SOAP 调用。
其他广告服务器(例如 OpenX)也可以在 Flex 中以这种方式(通过其 API)进行处理。我不知道它们中的任何一个都支持像 AMF 这样很酷的东西,但 OpenX 是开源的并且是 PHP 语言,因此您可以使用 AMF 的 Zend Frameworks 支持来添加此类功能。
The easiest way is to not have your site COMPLETELY in flex. Otherwise you can have your flex ap use the AdSense API http://code.google.com/apis/adsense/featuresbenefits.html and make SOAP calls to it.
Other ad servers, like OpenX can also be handled this way (via their API) in flex. I don't know that any of them support cool stuff like AMF but OpenX is open source and in PHP so you could use the Zend Frameworks support of AMF to add that kind of functionality.