如何在 Flash 横幅中模拟点击标签
我们的销售人员接受了没有点击标签的 Flash 横幅,然后当我们的广告服务器 (openx) 没有正确计算点击次数时愤怒地尖叫。
所以,我正在寻找是否存在某种“模拟”点击标签的方法,我不知道具体如何,也许使用一些 JavaScript。
Our sales people accepted flash banners without a click tag and then scream in anger when our ads server (openx) didn't count correctly the clicks.
So, I'm looking if exists some way of "simulate" a click tag, I don't know exactly how, maybe with some JavaScript.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
只需将链接作为变量传递到嵌入代码中的 Flash 影片即可。
Just pass the link as a variable to your Flash movie in the embed code.
您可以在嵌入式 Flash 前面放置一个空白
或
元素,然后使用 JavaScript 事件侦听器打开所需的 URL。
You could put a blank
<span>
or<div>
element in front of the embedded flash, and then use a JavaScript event listener to open the desired URL.