04-22-2010 07:20 PM
Is there any way to have a .html page as a resource in your project, and open it with a browsersession or browserfield? Thanks.
Solved! Go to Solution.
04-22-2010 08:28 PM
Yes.
The easiest option is the Browser;
See this Thread:
Browser Option is more difficult, for BrowserField 1 (i.e. pre OS 5.0). You need to wrap the file in an http connection. There is code on the forum to help with this. Have a search around.
04-23-2010 04:11 AM
Thanks. I found that topic while searching, but I completely missed the part where they reference the files directly. That's exactly what I was looking for.