pq42
07-19-2004, 12:36 PM
hello everybody,
using sendAndload method
I got the next problem with the data catched from flash.
If i make the next string in php n=0&firstName=Pablo&lastName=Ques&ada, i get in flash ada=&lastName=Ques&firstName=Pablo&n=0&onLoad=[type Function] and that's not correct. Flash has made a new var called ada and has broken the content of lastName 'Quesada'. Other problem is if my name is Pab%lo i got in flash 'Pabo' as '%' char suprime the next one. Is there a way to fix thouse problem? i'm thinking in code a function to parseLoadVariables but i'm not skillful enough yet.
I'll thanks you any kind of help.
using sendAndload method
I got the next problem with the data catched from flash.
If i make the next string in php n=0&firstName=Pablo&lastName=Ques&ada, i get in flash ada=&lastName=Ques&firstName=Pablo&n=0&onLoad=[type Function] and that's not correct. Flash has made a new var called ada and has broken the content of lastName 'Quesada'. Other problem is if my name is Pab%lo i got in flash 'Pabo' as '%' char suprime the next one. Is there a way to fix thouse problem? i'm thinking in code a function to parseLoadVariables but i'm not skillful enough yet.
I'll thanks you any kind of help.