The question is simple. I dont know about the answer. Is it possible to use a jQuery gallery in a flash 8 document made with ActionScript2, and how? Just point me a direction. Thank you.
Unfortunately, while it is possible to get AS2 to communicate with jQuery, it can be awkward and generally ill-advised. It is not possible to have jQuery use a Flash component directly and vice versa. If communication is sufficient, however, you will have to look into the ExternalInterface class.
By the way, AS2 is outdated enough that it took more than one try to find the right page.