View Single Post
  #4  
Old 04-15-2004, 03:12 PM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
Hi,

There is a zip file on our webpage that contains this program and an example. Click on the following link to download it:

http://www.worldviz.com/download/files/quickworld.zip

The main program is Quickstart.exe. When you run this program it will load the html page demo.html. There are no restrictions on how your html page should be layed out. To create a link to a script just insert the following html code at the appropriate location in your html page:
Code:
<SPAN id="script1.py" class="demo">Run Script</SPAN>
The id field of the SPAN tag should be the path to any Vizard script. You can change Run Script to any text you want. Let me know if you need any more help.

Good luck!
Reply With Quote