There's a flash running on a web-site (not localhost).
It has a drop-down list, where you can type letters.
While you are typing, it sends a request to the server and shows values containing your query letters.
Is there any way to programmatically send a request (imitating a human working with that flash animation) and extract some of those dropping values of a list and save them?