所以基本上总结一下,我的网站顶部有一个 Flash 横幅,有一个覆盖的 div 为其创建链接。这实际上是我可以让 Flash 横幅链接的唯一方法,因为它有一个嵌入式动作脚本,会创建一个不需要的链接。
它在 Chrome 和 Firefox 中运行绝对完美,但在 Internet Explorer 中无法运行。
我正在使用 wordpress,它位于 Header.php 文件中。短代码是 Flash 横幅。
<div align="center">
<div id="example" align="center" style="width:900px; height:90px; position:absolute; cursor:pointer;" >
</div>
[kml_flashembed movie="http://linktoflashbanner/728x90.swf" height="90" width="728" /]
</div>
<script type="text/javascript">
document.getElementById("example").onclick = function() {
window.open("http://www.domaintolinkto.com.au/");
}
</script>