RE: [Flashcoders] unescape function problem

2006-05-24 Thread Jim Robson
mailing list Subject: [Flashcoders] unescape function problem Hi, I am trying to pass url Encoded values to Flash through querystring. Everything is working fine when i unescape the passed value. But when i pass % sign for which url encoded value is %25. When i get value in Flash it's showing me

Re: [Flashcoders] unescape function problem

2006-05-24 Thread Vivek lakhanpal
Of Vivek lakhanpal Sent: Wednesday, May 24, 2006 6:18 AM To: Flashcoders mailing list Subject: [Flashcoders] unescape function problem Hi, I am trying to pass url Encoded values to Flash through querystring. Everything is working fine when i unescape the passed value. But when i pass % sign for which

RE: [Flashcoders] unescape function problem

2006-05-24 Thread Jim Robson
Sent: Wednesday, May 24, 2006 6:52 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] unescape function problem Actually if i try to pass to pass ' as %27 it pass it as it is and i have to unescape it to get ' value. But if i pass %25 it shows me % that's what is a bit confusing. Infect

Re: [Flashcoders] unescape function problem

2006-05-24 Thread Vivek lakhanpal
actually i also never had to use it because i never encoded the querystring. But this time i got a real scenario in which user was trying to pass ab where is the seperator for name-value pair in querystring so i had to shift to url encode method. Which in turn led me to ' problem. :( Anyway

RE: [Flashcoders] unescape function problem

2006-05-24 Thread Jim Robson
any instance of ~` with . -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Vivek lakhanpal Sent: Wednesday, May 24, 2006 7:15 AM To: Flashcoders mailing list Subject: Re: [Flashcoders] unescape function problem actually i also never had to use it because i

Re: [Flashcoders] unescape function problem

2006-05-24 Thread Vivek lakhanpal
Yea you are very right :). Although i have sort out that problem for time being saying that no one is going to sue % in his name. It was actually a full name or company name so sometimes user can say ABC XYZ or sometime they can write ABC's company etc. I was wondering if this is a problem in