|
Scalable
Display Wall






| | [make
an image] [make a sound file] [make
a script]
Writing a Script for the Display
Wall
This page explains how to write a script
file for the Display Wall. Scripts are used to make
presentations. A script allows for the timed display of images and sounds on the
display wall. The script tells the computers what to show and how long to show
it. It can also perform fades from one image to another. The commands and
their usage are explained within the template script (see below).
- once you've finished making your files (images
and/or sounds) you need to go
to the display wall room in order to make a script
- decide which files you will be using in the
script, place these files in a directory on the displaywall server
- files will need to be transferred from
one's account to the local display wall computers. this can be done with
either ws_ftp or by mounting the drive in Windows
- most files will be placed in the class
directory (cs495) in a folder with your name
- script files can be made by downloading a
simple script and following the directions it contains
- right-click on the link below (script.mms)
- select "Save this link as..."
- save the file as text
- the link: script.mms
- edit the sample script
- open the script file in a text editor
(typically, the Microsoft Visual J++ program is used to edit script
files, it's a better text editor than notepad or other Windows-standard
editors, the J++ program can be found on the main display wall computer
[ when opening the script file in this program, be sure to "show
all files" in order to see text files in the open file window])
- read the comments and make adjustments
accordingly
- when finished, save the script to the
\DisplayWall\bin directory with a new title that ends in
".mms"
- now find the DOS prompt, or command line
terminal window
- go to the the \DisplayWall\bin directory
- at the command line enter the following
commands:
- qv (this quits the viewer
application, if it isn't already running the command will do
nothing)
- stv (this restarts the viewer
application)
- mmshell -s <script name>.mms
(this executes the script file and begins loading the files)
the script should play
|