开发者

Can I access Flash data before they are rendered by the browser?

Is it possible to read numbers and names from a Flash page before they are rendered by the browser ? The webpage is changing dynamically and I would like to capture the data every about 60 minutes.

I have no access to the Flash website but I might be 开发者_如何转开发able to modify an open source browser if this would help. OS is Win 7 and I can speak a little C++.


The data is chnaging dynamically means that there is some page at backend serving to the flash page. Use a sniffer (such as ethereal) to know the serving page. Then you can call the page directly.

Another solution might be create a screenshot of browser and then pass this to a OCR

http://www.codeproject.com/KB/dotnet/simple_ocr.aspx

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜