I am building Gannt chart XML records with other software. In some cases there may be just a couple of task records on the Gannt chart & in other cases there may be hundreds.
Is the HTML file that presents the chart, I currently have tested the following snippet:
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="900" height="500" id="Gantt" >
Is there any way to have a really long Gannt chart where the SWF "knows" to allow enough space to read each task & to provide a vertical scroll bar to scroll down and see all of the elements?
Thanks!