I've been given a map the was created using Flash CS3 and coded with
ActionScript 3. This map has already been embeded into a .cfm page. I want to
query information from a database and output it onto the .cfm page when a user
rolls over certain parts of the map. The rollovers on this map have a unique
identifier and they work great except they don't output data when the user
rolls over that area.

I am new to Flash. To make this work, do I need to code using ActionScript or
can I query this information on the .cfm page alone? Does anyone have any
suggestions on how to query a Coldfusion page with flash rollovers?