NOTE: THE FLASH .FLA FILES NEED FLASH VERSION 5. SWF FILES NEED FLASHPLAYER 5. There are two files: graph.fla and the corresponding graph.swf use the textfile "graphdat.txt" to obtain data. graphasp.fla and the corresponding graphasp.swf use the asp page "graphdat.asp" to generate data. Data is in the following format: num=27&y1=12&y2=34 Explanation: the number of values is given by the variable "num". Each value is given by the corresponding "y" variable. All values should be URL encoded as shown above. It is more convenient to generate such values using the asp page. The asp page I have provided generates values randomly. The values could be from a database. The values should not exceed 100 in order to prevent the graph from overflowing the top of the page. (It will take values a little above hundred, but it will affect future compatibility since there may be an array of buttons above the graph.) Play around with the fla file and add the x and y axis titles and such stuff. The graph plays in maximum quality mode. The animation will hence be slow. Use the quality selector buttons to reduce animation quality and increase the speed. Contact me if you need any clarifications on the actionscript program used in the fla file. Anil Kumar alpha_kappa@rediffmail.com NOTE: THE FLASH .FLA FILES NEED FLASH VERSION 5. SWF FILES NEED FLASHPLAYER 5.