当对象标签没有 id (IE) 时,allowscriptaccess 属性被忽略
在 IE 中,当 swf 嵌入到没有 id 属性的对象标记中时,Flash 会忽略 allowedscriptaccess=always 属性。这很容易验证。我的 swf 在 IE 中工作得很好,除了在缺少 id 属性时没有脚本访问权限之外。
假设我无法控制 id 属性是否存在,有没有办法在 AS2 或 3 中对此进行编码?我的目标是通过ExternalInterface捕获window.location.href和navigator.userAgent。
In IE, Flash ignores the allowscriptaccess=always property when the swf is embedded in an object tag that doesn't have an id attribute. This is very easy to verify. I have swfs that work completely fine in IE apart from not having the script access they should when the id attribute is missing.
Is there any way to code around this in AS2 or 3, assuming I have no control over whether the id attribute will be present or or not? My aim is to capture window.location.href and navigator.userAgent through ExternalInterface.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论