Mine works with 2, but oddly, if I remove the %20 replace it doesn't. Here's an 
example:

put "file://" & specialFolderPath("Documents")&"/"&"hearts.html"  into  localURL
replace " " with "%20" in localURL
iphoneControlSet sHeartsScrollerId, "url", localURL

Gerry

On 15/09/2011, at 11:59 AM, J. Landman Gay wrote:

> Anyone know how many slashes should there be? I've seen examples with none, 
> one, two, and three.

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

Reply via email to