in reply to Flash & Perl
The easiest approach is to look at what data the Flash client is sending (using Live HTTP Headers for Firefox or using Wireshark), and then to send that same data using Perl. Alternatively, you can use UI automation tools like Win32::GuiTest, but it's inconvenient to automate Flash sites using such tools, because you can't conveniently read the components within the Flash VM.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Flash & Perl
by zikko (Initiate) on Dec 26, 2009 at 18:35 UTC | |
by Corion (Patriarch) on Dec 26, 2009 at 20:38 UTC | |
by zikko (Initiate) on Dec 27, 2009 at 09:53 UTC |