Stock chart allows you to have several charts in one SWF file. However, if you need two ore more SWF files, or several kinds of charts, on one page, you will need to assign a separate DIV ID for each Flash object (in your HTML code):
<div id="flashcontent">
...
so.write("flashcontent");
These must have a unique value for each chart on a page. The value must be the same in both lines of the same code snippet. So, the first chart on a page can have the value flashcontent1, the second chart can be flashcontent2, etc.
Important: do not start the ID with a number!
| © Antanas Marcelionis Contact and feedback: info@amcharts.com | Subscribe to amCharts news |