How can I view local file in browser for Android? Anyone?
In my script, I have created some html, stored it an a variable, and stored the entire html as map.html under Documents.
Code: Select all
put "file:///"&specialFolderPath("engine") & "/Images/disneyMap.jpg" & quote & "/>" after newHTML
write newHTML to file specialFolderPath("Documents")&"/map.html"
Code: Select all
Images/*
So, I am thinking it's probably files and folder issue. There might be something different as where Android saves Engine files that I do not know.
I have tried...
Code: Select all
"file://"&specialFolderPath("engine") & "/Images/disneyMap.jpg"
specialFolderPath("engine") & "/Images/disneyMap.jpg"
Please advise....
Thanks,
Genie