in reply to SWF extraction ...

There are a bunch of different modules that use a javascript-capable browser as a back-end for scripting (usually mimicking the interface of WWW::Mechanize, an LWP::UserAgent subclass).

See Win32::IE::Mechanize, Mozilla::Mechanize::GUITester, Mozilla::Mechanize and WWW::Selenium

If you're on windows, I believe Win32::IE::Mechanize would be the easiest to install. Mozilla::Mechanize takes some effort, and WWW::Selenium might be your best bet if you're not on windows - but it has a different API.

Replies are listed 'Best First'.
Re^2: SWF extraction ...
by Tinkster (Novice) on Jul 21, 2007 at 02:35 UTC
    Thanks for the links, reading up on Mozilla::Mechanise
    and WWW::Selenium now ... I'm using Linux (pretty much
    exclusively - forced to do windows stuff in a VM at work) :)


    Cheers, Tink