VISITview Playback Through Browsers
updated: 10/11/2002
Please note: the "audio/annotation" mode described herein has not been thoroughly tested!
It is possible to post your lesson on a web (httpd) server for others to view
privately -- that is, they will be placed into a unique, private group. (Be
careful when editting the HTML files that you use an editor that can preserve
long lines...some of the lines of text in these files are hundreds of
characters long.) Here are the steps to do this:
- Make your lesson and save as a ZIP file from the Lesson Builder
- On the machine with the HTTPD (web) server, create a new directory that is
accessible from the server
- Unzip the contents of your lesson into this new directory
- Delete the entire jre/ directory (to save space)
- Copy the viewmaster.html file into viewlesson.html
- Edit viewlesson.html and make the following changes:
- on the line that says
<PARAM name="group" value="????">
change the group to the word random, so that this line now reads:
<PARAM name="group" value="random">
This will insure that each person using this will be assigned a unique group ID.
- remove the PARAM lines for host, althost and
register.
- save the file
- Tell your users to aim their favorite browser at the viewlesson.html
file
If your lesson also contains recorded audio and annotations and you wish your users to
also be able to play this back over the web (this is not recommended if you
have any loops of more than 4 frames!), then also do these steps:
- Do all the steps above
- Copy the viewlesson.html file into viewplayer.html (or
whatever you'd like to call it-dot-html)
- Edit the viewplayer.html and change the
<PARAM name="Master" value="true"> to read:
<PARAM name="Player" value="true">
- Tell your users to aim their favorite browser at the viewplayer.html
file.
Note that if you have used "high quality" audio recording (16 bit samples) then
your lesson cannot be played back through Netscape 4.x.
Return to VISITview home page.