I would like to load a local html file from resources into a web view in a applescript objc app. I have added the files to the bundled resources but I'm not sure how to load them into the web view with something like
tell myWebView to setMainFrameURL_("file.html")
sorry for the trivial question, any help would be appreciated