VRML (Virtual Reality Modeling/Markup Language) Question:
Download Questions PDF

How to put VRML on a Web server?

Answer:

You can FTP your VRML file onto a Web server, just as you would with an HTML file. The Web server will serve your file properly only if the MIME type is set up properly in the server.

The MIME type for VRML is "x-world/x-vrml". If you see a pile of text appear when you try to access your world from your server, that means the MIME type is not set up properly. E-mail your webmaster and ask them to set up the MIME type "x-world/x-vrml" for filename extension ".wrl".

In addition, to serve VRML files that have been compressed with GZIP properly, ask your webmaster to set up the Content Encoding type "x-gzip" for filename extension ".gz" (if it's not already set up).

Download VRML Interview Questions And Answers PDF

Previous QuestionNext Question
How to view VRML on a Mac?What is the difference between VRML 1.0 and VRML 2.0?