Virtools Web Player

Technical Information for Webmasters

Version: 2.1.0.14
Posted on: July 26, 2002

To insert a VMO into a web page, embed the HTML tag below into your HTML document, specifying the URL (relative or absolute) and the Virtools content window size.

Here is the HTML tag to be used with the current version:
<OBJECT
    CLASSID="CLSID:C4925E65-7A1E-11D2-8BB4-00A0C9CC72C3"
    ID="Virtools" WIDTH="320" HEIGHT="240"
    CODEBASE="http://player.virtools.com/downloads/player/Install2.1/Installer.exe#Version=2,1,0,14">
    <PARAM NAME="SRC" VALUE="http://www.yoursite.com/path/content.vmo">
    <EMBED
        SRC="http://www.yoursite.com/path/content.vmo"
        TYPE="application/x-virtools"
        PLUGINSPAGE="http://player.virtools.com/"
        WIDTH="320" HEIGHT="240"
        NAME="Virtools">
    </EMBED> 
</OBJECT>

For Netscape you can download this javascript file (right-click the link and choose "Save Link as") to test for the Virtools Web Player on visitors' computers. If no Web Player is detected, the plugin will be installed from the Virtools Web Player installation page.

Note the path for the VMO can be relative or absolute.