I’m trying to scrape content from a webpage. Currently I’m stuck at a place where I want to scrape or download charts. The chart is an SWF object. I need to download the SWF file programmatically.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The way I did this was I found out that the website was passing a csv styled co-ordinates to a chart making service which would then prepare the charts. As I got the input data I was able to construct a chart creation program myself.