mactinker123
03-01-2005, 02:17 AM
Hi,
I made a flash movie that generates data in a table format, the user just enters some values then clicks a button and all values are automatically calculated. I would like to extract the data and save it in a text file so I can then load up my chart using the flash charting components.
So I can use it with the chart program the text file has to look like this (it should appear all on one line;
&ThisChartTitle=Statistics Graph&Statistics&ChartLabels=x1,x2,x3,x4,x5,x6&ChartValues=y1,y2,y3,y4,y5,y6&End=1
where x1...x6 and y1...y6, are where I would like my data from the table to be. Is there a command I can use to generate this text file and save it to the harddrive??
please help me
I made a flash movie that generates data in a table format, the user just enters some values then clicks a button and all values are automatically calculated. I would like to extract the data and save it in a text file so I can then load up my chart using the flash charting components.
So I can use it with the chart program the text file has to look like this (it should appear all on one line;
&ThisChartTitle=Statistics Graph&Statistics&ChartLabels=x1,x2,x3,x4,x5,x6&ChartValues=y1,y2,y3,y4,y5,y6&End=1
where x1...x6 and y1...y6, are where I would like my data from the table to be. Is there a command I can use to generate this text file and save it to the harddrive??
please help me