显示了 SWF 文件,但 xml 数据未加载到嵌入 aspx 页面的 swf 中
Flash 地图调用包含数据的 xml 外部文件 该地图在 Firefox 中显示并且工作正常,但不会显示任何 xml 数据 帮助
the flash map calls the xml external file which contains data
the map shows in firefox and works a treat but wont show any of the xml data
Help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
它在 IE 中不显示的问题是由于嵌入代码所致,在您的 index.aspx 页面中,请确保嵌入代码匹配,目前它不匹配:
路径“VALUE”需要匹配,FIREFOX在嵌入标记中使用src,IE使用param标记中的值,这就是它在IE中不起作用的原因
The problem with it not displaying in IE is due to the embed code, in your index.aspx page, make sure that the embed code matches, currently it doesn't:
The paths "VALUE" need to match, FIREFOX used the src in the embed tag, IE uses the value in the param tag, that’s why it didnt work in IE
您很可能需要对 xml 数据使用代理。如果由于“沙箱安全违规”而来自外部域,则不会显示。
Most likely you need to use a proxy for your xml data. It will not display if it comes from an outside domain due to a "sandbox security violation".