Back to amMap.com

Multiple Maps on one page

You can have any number of maps on the same page. For this to work properly, you need to change two lines of the HTML code snippet:

<div id="flashcontent">
...
so.write("flashcontent");

These must have a unique value for each map on a page. The value must be the same in both lines of the same code snippet. So, the first map on a page can have the value flashcontent1, the second map can be flashcontent2, etc.

Important: do not start the ID with a number!

ODT Export
Back to top