 |
Offline builders please note: All of the links on this page link to information that is online on the web
Publish Your Spot on the Web
3DML is of
course a new language, and 3DML files have a MIME type that is new and
foreign to most Web servers and Web browsers out there. In plain old english,
this means that putting your spot on the Web may take one more step than
putting an HTML page on the web.
Because 3DML is a new
MIME type, web servers must be introduced to 3DML, and instructed to recognize
3DML files. This is very similar to how you change the registry in Windows
to recognize new file extentions. (MIME types are a way in which Web servers
tell Web browsers what kind of information is in a particular file. You
don't need to understand MIME types to publish 3DML spots, but if you
are interested, you can find more MIME information at the MIME
Information Page.)
THERE ARE THREE WAYS TO HOST A SPOT
- The EMBED tag in HTML (the easiest way!)
The first is to embed your 3DML spots in HTML pages.
(see below). This solution will work for any Web server out there.
EMBEDDING 3DML IN AN HTML PAGE
Just copy the code
below, and save it as an HTML file. Edit the TITLE to be your spot title
and SRC to point to your 3DML file. If your 3DML file is called "flatrocks.3dml",
then you will want to call this HTML page "flatrocks.html". If someone
goes to this HTML file and does not have Rover, they will be given the
option to go to the PLUGINSPAGE (our download page) to get their own copy.
This should work on
all Web servers out there, with the exception of some of the free homepage
services. Tripod, for instance, will only allow you to upload files that
have specific file extensions, and .3dml is not one of them (yet). We
are working on solutions for these situations. If this solution does not
work on your server for some reason, please
let us know.
<HTML>
<HEAD>
<TITLE>Flatland Rocks!</TITLE>
</HEAD>
<BODY BGCOLOR="#000000" LEFTMARGIN=0 TOPMARGIN=0 SCROLL="no">
<EMBED TYPE="model/vnd.flatland.3dml"
SRC="flatrocks.3dml"
PLUGINSPAGE="http://www.flatland.com/download/"
HEIGHT="100%"
WIDTH="100%">
</BODY>
</HTML>
- Hosting 3DML spots at Flatland or on free web hosting services
Many folks building on the web today put their websites up for free
on free web hosting services. Currently, some free hosting services
do host 3DML spots, while some do not. Click
here to learn how to host your Spot at your free homepage hosting service.
- The .htaccess file for Apache servers
This second method works only on Apache Web servers. (Over half of the
Web servers out there run Apache.) If you know your Web server is Apache,
you can simply upload a single simple file called the .htaccess file
that will take care of the whole MIME type issue. Click
here to learn more about the .htaccess file for Apache servers.
We know this can be a confusing process, so if you have any questions, please email Flatland Help at [email protected]
Once your 3DML spot is up and running on your web site, let us know, and we'll add it to the growing 3Directory of 3DML spots all over the web.
|