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.
如果页面有 SWF 横幅,我们需要放一个 HTML 链接来重放 SWF,我们可以在 HTML DIV 中包含横幅,然后制作一些 jQuery 来重新加载 DIV,这样我们就可以从头获取 SWF。
尽管这是一种可行的方式,但我想知道是否有一种直接的方式可以从 HTML 链接重放 SWF 而无需 jQuery 的入侵。
非常感谢您的宝贵时间。
在 HTML/Javascript 中,您可以使用'ExternalInterface'调用 Flash 文件中的任何方法(函数) 。
查看示例