I am passing a parameter to and Adobe flex application and am passing a large encrypted token from html to the swf as a query string like parameter (as is thin given method)
This is being encoded somehow, for example + is gettting replaced with an empty space, but it is not your basic escape, unescape url encoding.
I could try to encode the encrypted key, but that would be preferably done in a library I have no control over.
What encoding is used when a parameter is passed to an swf via a query string, how how is it best decoded.