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 for rest all values i.e. all special characters i have
to use unescape function to get url.encoded values back to normal string.

Thanks
Vivek

On 5/24/06, Jim Robson <[EMAIL PROTECTED]> wrote:

%25 is the URL code for the % sign. So Flash is correct; when you pass %25
in a URL-encoded string, you are in fact passing simply %.

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf 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 url encoded value is %25. When i get
value
in Flash it's showing me % only, not %25. Can there be any reason for it?
because for rest all values it's passing correct value.

Thanks,
Vivek
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to