Page 1 of 1

Browser confusion

Posted: Mon Jul 16, 2018 4:44 pm
by ajperks
Hi, To try the concept of displaying html from a word .MHT (single web page) file I looked back at an app I developed that contained the old RevBrowser. It was easy to open the file from the hard drive or by drag and drop.
I tried the new fangled browser widget and although I could load in the file, the images were marked with simple rectangles (placeholders).
CODE
on mouseup
put "File:/C:\Users\ajper\Desktop\AccessibleTemplateSampler.mht" into tFile
set the url of widget "browser" to tFile
end mouseup
****************
So, what happened to the images?

Can this widget accept a drag and drop .MHT file?

I hope you can help me.
Thanks