montoyo / webdisplays

WebDisplays mod for Minecraft 1.12.2
Other
98 stars 54 forks source link

HTML5 embedded #165

Open ghost opened 2 years ago

ghost commented 2 years ago

hi i have a question how can i embed a local html file to this WebDisplay in the url field?

DavidDGTNT commented 2 years ago

Try file:// then the path to the file with \ replaced with / Example: The file is C;\test.html - file://C:/test.html Try that, it should work on CEF as CEF is stripped down Chrome

ghost commented 2 years ago

doesnt work

Try file:// then the path to the file with \ replaced with / Example: The file is C;\test.html - file://C:/test.html Try that, it should work on CEF as CEF is stripped down Chrome

DavidDGTNT commented 2 years ago

doesnt work

Try file:// then the path to the file with \ replaced with / Example: The file is C;\test.html - file://C:/test.html Try that, it should work on CEF as CEF is stripped down Chrome

I'll try to find a solution that isn't installing a web server when I'm able to.