Is there anyway to create an image map in Flash/Flex, and have it as a scriptable element in the DOM through jQuery?
I currently have a standard HTML image map that, when a certain selection is clicked, checks a checkbox on a form on the same page (via javascript). I'd like to replace it with something more visually appealing, so I thought that Flash/Flex & jQuery might be a neat way to go, but I don't know if Flex can talk to jQuery very easily.
As a related question, if I have form elements in a Flex component (like the selected map areas), and I post the form using an HTML component on the same page, will the values of the Flex fields post alongside the HTML fields?
(Note: I'm aware of CSS Image sprites, and have concluded that it won't work for my project; too many irregular shapes too close together, and I'd be sacrificing too much accuracy if I went that route.)