Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的网站上有一个嵌入式演示文稿,其中包含返回演示文稿网站的链接,但我需要制作它,以便您无法单击这些链接。我已经阅读了嵌入代码并且无法在其中禁用它,所以我想在它上面放一些东西来阻止点击链接。我可以在链接或透明图像上放置一个透明的 div。我都试过了,它似乎不起作用。
应该澄清演示文稿是 Flash 内容!
要禁用 Flash 中的外部链接,您必须更改 embed 标记中的两个属性。更改allowscriptaccess并never设置allownetworking为internal。几个小时后,我终于找到了。
allowscriptaccess
never
allownetworking
internal
您可以尝试删除屏幕的链接position:-9999em
position:-9999em