Inserting VCZ file in MS-Powerpoint

 

 

Insert VCZ in MS-PowerPoint 2003:

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.

Insert VCZ in MS-PowerPoint 2007:

  • Launch MS-PowerPoint 2007 Application

  • Click Microsoft Office button

  • Click 'PowerPoint options'

  • Click Add-Ins option positioned in left

  • Select Com Add-Ins in Manage drop down list.

  • Click on Go.

  • Check Office Addin for VCollab Presenter  and then click OK.

Now user can click VCollab Model option under Add-Ins menu to load the models.

 

 Visualizing VCZ file using Presenter in IE Browser 

 

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

  • Launch MS-Front page 2003

  • Click 'Insert->Web component' menu.

      

  • In the following dialog, select 'Component type' as 'Advanced Controls' and 'choose'  'AcitveX Control' as shown below.

      

  • Pressing 'Next' will lead to the following dialog page

   

     

  • If VCollabPresenter is not listed in 'Choose a control' list,  Press 'Customize' button. This will popup the following dialog and select VCollab Presenter and press 'OK'.

     

    

  • Select VCollab presenter as follows and finish.

     

  • This will insert Presenter Control in HTML. and html code will contain the following

       <p>
       <object classid="clsid:22A8722E-15D6-4BC8-9439-D805A9E83B59" id="VCollabSticky1">
       <param name="Text" value>
       </object>
       </p>
 

  • Edit the 'Text' field in the above code for specifying the vcz file as follows

     <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>
 

 

 

 

Multi Disciplinary CAD+CAM+CAE data in IE Browser using Presenter