Embedding a HyperView Player Object in HTML Documentation |
|||||
Embedding a HyperView Player Object in HTML Documentation |
The following section defines the arguments and provides an example for embedding statements in an HTML document in order to view a HyperView Player graphic object. Note the following updates to HyperView Player:
Simplified HTML File Statement |
Since the H3D file created from HyperView and HyperMesh includes scene information, the arguments in the old statements for model readers and result readers are no longer needed. The HTML statements have been simplified in this release. However, the HTML files created for HyperView Player 3.1 are still supported. |
||||||||||
Direct Readers |
HyperView Player only supports H3D direct readers. You can create an H3D file using:
|
To embed a HyperView Player object, the <EMBED> statement in HTML is used.
All arguments are case insensitive.
type |
Application/x-h3d |
width/height |
Measured in pixels |
SRC="URL" |
The location of the plug-in data file as indicated by its URL. |
<EMBED type="application/x-h3d"
width=450 height=400
src="HTTP:\\www.altair.com\h3d\bumper.h3d">
<EMBED type="application/x-h3d"
width=450 height=400
src="../bumper.h3d">
More examples can be found in the HyperView Player demo directory and at our Web site (http://www.altair.com).
The HyperView Player demo directory and Web site (http://www.altair.com) for more examples.