Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/flash/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
自动化firefox以获取xml_Xml_Flash_Firefox_Firebug_Screen Scraping - Fatal编程技术网

自动化firefox以获取xml

自动化firefox以获取xml,xml,flash,firefox,firebug,screen-scraping,Xml,Flash,Firefox,Firebug,Screen Scraping,我想从flash网站上获取一些数据。现在不可能直接从html获取数据。现在我注意到使用firebug时,当我单击flash站点的某些部分时,会将一个xml文件发送到浏览器,其中包含我想要的数据。有什么方法可以自动执行此操作吗?请查看。这是与JS通信的一种方式。为什么不调用flash用于检索此XML的URL,如Firebug中所示?

我想从flash网站上获取一些数据。现在不可能直接从html获取数据。现在我注意到使用firebug时,当我单击flash站点的某些部分时,会将一个xml文件发送到浏览器,其中包含我想要的数据。有什么方法可以自动执行此操作吗?

请查看。这是与JS通信的一种方式。

为什么不调用flash用于检索此XML的URL,如Firebug中所示?