Not finding what you are looking for? Request a recipe!
Listen to the click event using the new event model in AS3.
Store your requests in an array, calling them pseudo-recursively as each request is finished.
There are several methods to use depending on your Javascript framework of choice. YUI supports the passing of a custom object through when adding event listeners. However, the most common solutions will be global variables and for the more advanced instances, closures.
Enforce compatibility mode as the default for all users, regardless of their browser defaults.