Embed HyperView Player in an HTML Document

To embed HyperView Player, use the <OBJECT> tag for Internet Explorer on Win-PC, and the <EMBED> tag for Mozilla Firefox and Google Chrome on LINUX and Windows. In order for an HTML to be used in both environments through the enterprise, the following section of HTML commands demonstrates an example.

Example:
<OBJECT ID="HVPControl" WIDTH=400 HEIGHT=300
classid="clsid:D28D4D39-57F5-4DFB-8832-C8CB1B1DC410">
<PARAM name="src" value="test.h3d" />
<PARAM name="inplace" value="1" />
<PARAM name="launch_size" value="500x300" />
<EMBED type="application/x-h3d"
pluginspage="http://www.altair.com"
width=500 height=300
src="test.h3d"
inplace=1
launch_size="500x300"
>
</OBJECT>
<OBJECT> Tag
The following statement is required for embedding the HyperView Player plugin in html pages for Internet Explorer. You can define the object size by changing the numbers for WIDTH and HEIGHT.
<OBJECT ID="HVPControl" WIDTH=500 HEIGHT=300
classid="clsid:D28D4D39-57F5-4DFB-8832-C8CB1B1DC410">
<EMBED> Tag
The following statement is required for embedding the HyperView Player plugin in html pages for Mozilla Firefox and Google Chrome. You can define the object size by changing the numbers for WIDTH and HEIGHT.
<EMBED type="application/xh3d"
pluginspage="http://www.altair.com"
width=500 height=300
PARAM Name Value
src The location of the H3D file as indicated by the URL.
inplace
1
Enable HyperView Player to load the data file automatically into the HyperView Player standalone application. Place the executable window in the browser for 3D Inplace viewing.
0
Disable Inplace 3D viewing (default).
launch_size This allows you to override the standalone application default window size.
Width x height (for example: 500 x 300) to define the window size when launching the HyperView Player standalone application.
HTML
Use the window size defined in the HTML statement.
Note: The preview_image and resize_image parameters are deprecated and have been discontinued starting in HyperView Player version 10.0.