Thread: vizhtml
View Single Post
  #2  
Old 05-15-2014, 12:11 AM
Jeff Jeff is offline
WorldViz Team Member
 
Join Date: Aug 2008
Posts: 2,471
If index.html is in the same directory as the vizard script you could use:
Code:
vizhtml.registerFile('','index.html')
Then enter the following in the browser:
Code:
http://localhost:8080/vizhtml/index.html
Reply With Quote