This content has been marked as final.
Show 10 replies
-
1. Re: Get data from aspx file
testNissar Aug 21, 2006 4:05 AM (in response to Nalinda Bandara)You need to output the response from your aspx as follows:
&pol1=345&pol2=456&plo3=345 ...etc
and use the loadVariablesNum() function to retrieve the data from flash.
Nissar.P.K -
2. Re: Get data from aspx file
Nalinda Bandara Aug 21, 2006 4:10 AM (in response to Nalinda Bandara)I can’t change the aspx file my client gave me, but have to import the data from that. Is it possible? -
3. Re: Get data from aspx file
Nalinda Bandara Aug 21, 2006 4:13 AM (in response to Nalinda Bandara)Cant I get all the datas and split it by “1000;pol; ‘ and get separate data? -
4. Re: Get data from aspx file
testNissar Aug 21, 2006 4:26 AM (in response to Nalinda Bandara)Pls can you help me, if you have a solution for this
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=288&threadid=1185228 -
5. Re: Get data from aspx file
testNissar Aug 21, 2006 4:31 AM (in response to Nalinda Bandara)I am in trouble with with another issue..pls...
http://www.adobe.com/cfusion/webforums/forum/messageview.cfm?catid=288&threadid=1185228 -
6. Re: Get data from aspx file
Nalinda Bandara Aug 21, 2006 5:35 AM (in response to Nalinda Bandara)I am still wting for a help -
7. Re: Get data from aspx file
Newsgroup_User Aug 21, 2006 6:58 AM (in response to Nalinda Bandara)These are peer to peer forums. You might have to wait a bit while we wake
up.
Anyway... you should look at the LoadVars class -- and its onData event
handler. Examples in Help.
-
8. Re: Get data from aspx file
NSurveyor Aug 21, 2006 8:44 AM (in response to Newsgroup_User)Try something like the rfolowing -
9. Re: Get data from aspx file
Nalinda Bandara Aug 22, 2006 2:45 AM (in response to Nalinda Bandara)Thank you for the help,
That’s worked ok, now there is a new issue
Getting the data by LoadVars method
my_lv.load(' http://flash.sample.com/default.aspx?number=1000');
This is works fine at my local machine, But when I upload it to the server, its not loading
Why this error only comes at server? -
10. Re: Get data from aspx file
NSurveyor Aug 22, 2006 8:33 AM (in response to Nalinda Bandara)Is the aspx file on the same server as your flash document? If not, it's not working because of a security issue. I guess the easiest way to fix this is to write a PHP file which simply echoes the data that you need and have flash load in the PHP file.