Help
Directory || Glossary
|| Contact || Images || Sound
Directory
-
Directories are indicated by triangles.
-
Click on a triangle to expand or contract directory contents.
-
Click on the directory name to list it's contents in the main window.
-
Click on image names to view an image.
Glossary
back
Contact
back
Images
back
Sound
-
Click inside a "hot" area to hear its name pronounced.
Implementing sound with applet parameters:
-
Create sound files and save them in the ".au" format.
-
Open the html file which references the IMap applet.
-
Make an applet parameter called "sound-i" where i is an integer referring
to the shape number.
-
Set its value to the name of the sound file. example:
param name="sound-1" value="meepmeep.au"
-
Move the sound files into the same directory as the html file.
back