Bug?: SPACES in RevBrowser, platform differences!

Klaus Major klaus at major.on-rev.com
Tue Jan 19 09:46:29 EST 2010


Hi all,

I use a RevBrowser object to display SWF files.
Before I set the RevBrwoser URL to the filepath, I usually replace SPACE with "%20"
Works fine on a Mac!

On windows (XP and greater) i end with "%2520" instead of "%20" in the url.
This is obviously "normal" (HA! :-) behaviour on windows as Google told me

So again I have to use:
...
if the platform <> "Win32" then 
   replace SPACEW with "%20" in tUrl
end if
...
when I shouldn't...

What dou you think?
"Bug" or "the joy of crossplatform development"?

I think the Browserobject should take care of this.


Best

Klaus

--
Klaus Major
http://www.major-k.de
klaus at major.on-rev.com




More information about the use-livecode mailing list