Hi,
I spawned a new thread, based on a previous one. Seems urls are only partial encoded from previous thread:
The debug response is:
RemvoedSince I pasted from Mr. Paul not including OVA config, but I've the same result. Didn't notice until the SpotX people did, sorry about that.
Well, it's a flash thing.. I was using escape() in the code to do the URLencoding, but that doesn't encode /'s ... which seemed fair, but I suppose if SpotXChange are objecting then it's also fair to use encodeURIComponent() which does encode /'s.
That's done now. Checked in. Grab the latest RC7 build - build 18 has this change in.
You will see your URL now appear as:
RemovedThanks for raising...
Paul