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
kl...@major.on-rev.com

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to