Run your VET content inside an .exe made by Director

Viewpoint tutorial

How it works?

The .exe is made with Macromedia Director© - Works only with Microsoft OS :-(
(the idea came while reading this page)

1 -Insert a new ActiveX control cast member and choose Microsoft Web Browser
2- Tell it to load the html file where your scene is:
  • set myVariable = navigate(sprite 1, "http://www.yoururl.com/","")
  • or set myVariable = navigate(sprite 1, the pathName&"blob.html","") for local file
    3- Don't forget to add scroll=no in the body of your html file if you don't want to have ugly stuff around your scene
    4- That's all

  • The .dir file is in the zip file

    If you don't have Director, you can achieve the same result with a .hta file (have a look at it in the zip file)
    Viewpoint tutorial
    Viewpoint tutorial Download these files
    Viewpoint Tutorial Back to index
    Viewpoint tutorial Contact me