I think that your best bet is to hope that the data that populates the flash ap. is being retrieved by the flash application separately.

That is, it is very likely that when the flash application starts, it makes a second connection back to the server to get the data. Otherwise, the people who wrote the app would have to constantly update their flash application when the data changes.

So here's what you do: go get a network sniffer like ethereal. Start capturing packets and have it monitor any connection from your desktop machine to the domain that hosts the flash app. Then start the flash app, and go through to where you're looking at the data. At this point, stop capturing packets and look at what you have, and see if you can figure out how the flash app is getting the data from the server.

If that doesn't tell you anything (for example, if the flash application connected back via https), then things start to get nastier. You might try taking the app apart using swftools (assuming that doing so doesn't violate some license agreement with the company that made the flash app); I'd start with SWFStrings to see if there are any urls mentioned in the app.

--
@/=map{[/./g]}qw/.h_nJ Xapou cets krht ele_ r_ra/; map{y/X_/\n /;print}map{pop@$_}@/for@/

In reply to Re: Pixel scraping flash to extract text by fizbin
in thread Pixel scraping flash to extract text by water

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.