This solution involves cgi. Not really what I was after but it had information could use.
Main Topics
Browse All TopicsI am constructing an interactive flash map of the USA. I have a vector flash map drawn and vectorized to my satisfaction. Each state(as in U.S states) is set up as a standard flash button. Each state button is assigned an instance name example: Washington State is assigned the instance name wab California is assigned the instance name cab and so on. In the case of Washington State the wa in wab stands for the typical abbreviation of Washington State, the b stands for button.
I would like the map to have the following interaction when user passes the pointer over a state I would like a menu to appear. I would like the menu to contain a list of vendor companies within that state. I would like the menu to remain available as long as it has pointer focus so the user can select a link.
Here is what I can do :
I can produce xml in this form if the solution is best served using XML (I suspect it is). Please feel free to point out errors or foreseeable problems with this structure.
<?xml version="1.0" encoding='UTF-8'?>
<states>
<state>
<stname>Washington</stname
<coname>Joeco</coname>
<couri>www.joeco.com</cour
</state>
<state>
<stname>Washington</stname
<coname>Sueco</coname>
<couri>www.Sueco.com</cour
</state>
</states>
I can handle the graphics though it would be excellent if the menu box expanded with contents.
Thanks!
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: Dushan911Posted on 2009-11-02 at 20:32:19ID: 25726064
http://www.experts-exchang e.com/Soft ware/Photo s_Graphics / Web_Graph ics/Macrom edia_Flash /Q_2205523 3.html