Launch PowerPoint
application.
Click
'Insert->VCollab Model' menu item (This new menu was added into
MS-PowerPoint as an Add-In-Component at the time of VCollab
Presenter installation)

It will popup the
following file open dialog. Select the vcz file to be inserted
in PowerPoint.

Adding
Presenter content in HTML file
If
you don't want to use front page,
just copy and paste the following code in your HTML code.
<OBJECT ID="VCollabSticky1"
WIDTH=600 HEIGHT=400
CLASSID="clsid:22A8722E-15D6-4BC8-9439-D805A9E83B59"
codebase="http://your web sever path/VCollabPresneter.cab">
<param name="Text" value="http:\\your webserverrpath\filename.vcz>
</OBJECT>
and
edit the appropriate path as shown in the following example.
<OBJECT ID="VCollabSticky1"
WIDTH=600 HEIGHT=400
CLASSID="clsid:22A8722E-15D6-4BC8-9439-D805A9E83B59"
codebase="http://www.virtuale3d.com/VcollabLite/VCollabSticky.cab">
<param name="Text" value="http://www.vcollab.com/EPresenter/Models/d3plot.vcz">
</OBJECT>
Creating
Presenter content in HTML file using MS Front Page 2003




<p>
<object classid="clsid:22A8722E-15D6-4BC8-9439-D805A9E83B59"
id="VCollabSticky1">
<param name="Text" value>
</object>
</p>
<p>
<object classid="clsid:22A8722E-15D6-4BC8-9439-D805A9E83B59"
id="VCollabSticky1">
<param name="Text" value="http:\\your web server path\filename.vcz">
</object>
</p>
for
e.g
<p>
<object classid="clsid:22A8722E-15D6-4BC8-9439-D805A9E83B59"
id="VCollabSticky1">
<param name="Text" value="http://www.vcollab.com/EPresenter/Models/d3plot.vcz">
</object>
</p>
and save the HTML.
To
install presenter automatically in your html user system, insert
'codebase' field in above code and specify the cabinet
file path from your server.
<OBJECT ID="VCollabSticky1" WIDTH=600 HEIGHT=400
CLASSID="clsid:22A8722E-15D6-4BC8-9439-D805A9E83B59"
codebase="http://your web sever path/VCollabPresneter.cab">
<param name="Text" value="http:\\your webserverrpath\filename.vcz>
</OBJECT>
Note:
Make sure your path contains the the specified .cab file and vcz
file.
For eg.
<OBJECT ID="VCollabSticky1" WIDTH=600 HEIGHT=400
CLASSID="clsid:22A8722E-15D6-4BC8-9439-D805A9E83B59"
codebase="http://www.virtuale3d.com/VcollabLite/VCollabSticky.cab">
<param name="Text" value="http://www.vcollab.com/EPresenter/Models/d3plot.vcz">
</OBJECT>