Firefox 自动化获取 xml
我希望从 Flash 站点获取一些数据。现在无法直接从html获取数据。现在我注意到,当我单击 Flash 站点的某些部分时,使用 Firebug 会向浏览器发送一个包含我想要的数据的 xml 文件。有什么办法可以自动化执行此操作吗?
I wish to get some data from a flash site. Now it is not possible to get the data directly from html. Now I have noticed using firebug that a xml file is sent to the browser containing the data I want, when I click on certain parts of the flash site. Is there any way to automate this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看flash.external.ExternalInterface。这是与JS沟通的一种方式。
take a look at flash.external.ExternalInterface. It's a way to communicate with JS.