Hello,
I am using Windows XP platform. This may be a simple question but I don't know how to do it.
I prepared some HTML webpages and saved in the same folder of the RR application, i.e.
myRR.rev
instruction.html
direction.html
help.html
etc....
I embed the revbrowser in a stack. However I have no idea how to display the HTML files with the revBrowser. I know how to display webpages on the Internet (e.g. http://www.anydomain.com/instruction.html) with revBrowser.
Please help.
Thanks and best regards
How to display HTML files in local folder with revBrowser?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
How to display HTML files in local folder with revBrowser?
Alex
Nice to meet all of you.
Nice to meet all of you.
-
- VIP Livecode Opensource Backer
- Posts: 977
- Joined: Sat Apr 08, 2006 7:47 am
- Contact:
Use a "file://" URL with the full path on disk, instead of an "http://" url - assuming you have a file "C:\MyStuff\MyFile.htm" that you want to show, you'd script it like:
HTH,
Jan Schenkel.
Code: Select all
revBrowserNavigate theBrowserID, "file://C:/MyStuff/MyFile.htm"
Jan Schenkel.
Quartam Reports & PDF Library for LiveCode
www.quartam.com
www.quartam.com