Question
Get data from aspx file
Lets say at
http://flash.sample.com/default.aspx?number=1000
shows thes datas
-START_CSV-
1000;pol;1;345;
1000;pol;2;456;
1000;pol;3;345;
1000;pol;4;235;
1000;pol;5;374;
1000;pol;6;3470;
-END_CSV-
So how should I get this data in to the flash file, should I use load Variable method?
I need to get data separately, for example
Pol1 = 345;
Pol2 =456;
Pol3 = 345;
Pol4 = 235;
Etc….
Many Thanx
Nalinda
http://flash.sample.com/default.aspx?number=1000
shows thes datas
-START_CSV-
1000;pol;1;345;
1000;pol;2;456;
1000;pol;3;345;
1000;pol;4;235;
1000;pol;5;374;
1000;pol;6;3470;
-END_CSV-
So how should I get this data in to the flash file, should I use load Variable method?
I need to get data separately, for example
Pol1 = 345;
Pol2 =456;
Pol3 = 345;
Pol4 = 235;
Etc….
Many Thanx
Nalinda