This is Interesting: Free Magazines for Graphics designers and webmasters  


Home > Archive > VRML > December 2003 > Solution to VRML embedding?





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Solution to VRML embedding?
hal

2003-12-22, 7:29 pm

I may have found a way to embed VRML into HTML pages so that the world
may be seen in Netscape and IE.

I tested this on my win98 machine which has IE5.5 and Netscape 4.61.

the test link is...
http://home.earthlink.net/~alprojec...1/vrmltest.html

Please test the above url on your machine to see if the code works.
Also please test if you don't have a vrml plugin on your computer, you
should get an image.
I am using the <object> tag to implement this without any scripting.

Please let me know.

========================================
2001: A Space Odyssey in Virtual Reality
http://home.earthlink.net/~alprojects/2001/index.html

Tribute to the World Trade Center in 3D
http://home.earthlink.net/~alprojects/wtc/index.html

Herbert Stocker

2003-12-22, 11:29 pm



hal wrote:
quote:

> I may have found a way to embed VRML into HTML pages so that the world
> may be seen in Netscape and IE.
>
> I tested this on my win98 machine which has IE5.5 and Netscape 4.61.
>
> the test link is...
> http://home.earthlink.net/~alprojec...1/vrmltest.html
>
> Please test the above url on your machine to see if the code works.
> Also please test if you don't have a vrml plugin on your computer, you
> should get an image.
> I am using the <object> tag to implement this without any scripting.



I have IE 5.5 and BS Contact VRML and i cannot see the VRML
World on your page.

People often use the following.
The Object tag is read by IE and ignored by Netscape,
while the Embed Tag is read by Netscape and ignored by IE.
Therefore you see the VRML in both browsers.

<OBJECT WIDTH="70%" HEIGHT="23%" BORDER=0>
<PARAM NAME="SRC" VALUE="MyWorld.wrl">

<EMBED SRC="MyWorld.wrl"
TYPE="model/vrml"
WIDTH="70%" HEIGHT="23%"
BORDER=0>
</EMBED>
</OBJECT>

Herbert


--
Herbert Stocker (aka hersto)
http://www.hersto.de
www.bitmanagement.de

Sponsored Links


Copyright 2003 - 2008 forum4designers.com  Software forum  Computer Hardware reviews