![]() |
vizhtml
Hello fellow today need your help to make a website connect through vizhtml.
The tutorial says http://docs.worldviz.com/vizard/inde...te_browser.htm * "Vizhtml.registerCode (url, code, directory = None) " but it is I'm doing wrong, this is my code " import viz import vizhtml viz.go () url = 'http://localhost/DemoVizard1/index.html' filename = 'index.html' vizhtml.registerFile (url, filename) " and my html is: Domain Parameters in Vizard title> head> |
If index.html is in the same directory as the vizard script you could use:
Code:
vizhtml.registerFile('','index.html') Code:
http://localhost:8080/vizhtml/index.html |
All times are GMT -7. The time now is 01:14 AM. |
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
Copyright 2002-2023 WorldViz LLC