Armel Le Bail wrote:
Dimitris Agrafiotis wrote:
I have a simple question. How can I insert an Open Inventor (VRML) file into a HTML document? Your help would be greatly appreciated (I need it by 5 pm tonight...). Thanks,
Have a look at the Live3D Netscape site and see for instance : http://home.netscape.com/eng/live3d/examples/sletext.html
Inserting is by:
<EMBED SRC="sletext.wrl" WIDTH=200 HEIGHT=128 BORDER=0 ALIGN=left>
I prefer using frames in lieu of the EMBED tag. The following example should work, provided you have a suitable plug-in. <HTML> <HEAD> <TITLE>VRML Frame</TITLE> </HEAD> <FRAMESET ROWS="300,*"> <FRAME SRC="VRMLfile.wrl" NAME="top"> <FRAME SRC="HTMLfile.html" NAME="bottom"> </FRAMESET> </HTML> Omer -- Omer Casher http://www.ch.ic.ac.uk/omer/ Web Mechanic +44 171-594-5795 Department of Chemistry o.casher@ic.ac.uk Imperial College, London SW7 2AY ----- chemweb: A list for Chemical Applications of the Internet. Archived as: http://www.ch.ic.ac.uk/hypermail/chemweb/ To unsubscribe, send to listserver@ic.ac.uk the following message; unsubscribe chemweb List coordinator, Henry Rzepa (rzepa@ic.ac.uk)