Sound is a lot of fun and in some cases necessary.
TYPE | NAME | EXT | SIZE | COMMENTS |
AIFF | Audio Interchange File Format | .aif or .ief | big | No compression. Common for MacOS. |
AU | Audio File | .au | big | Compressed format for UNIX. |
MIDI | Musical Instrument Digital Interface | .mid | small | Synthesized sound. Sound card plays sound. Sound doesn't load to disk. Accommodates most users. No speech capabilities. |
MP3 | Motion Picture Expert Group | .mpg or .mpeg | small approx. 1MB per min. | Good quality compressed sound. Very popular format. |
QT | Quick Time | .mov (video) | small | Originally for Macintosh. Now for Windows. |
RA | Real Audio | .ra | small | Streaming audio. Plays back during download. Adapts to user bandwidth. |
RMF | Rich Music Format | .rmf | small | Can contain recorded sounds and MIDI sequences at the same time. Requires Plug-Ins (Beanit). |
SWA | Shockwave Audio | .swa | small | Streaming audio. Scaleable. Audio quality level can be selected. |
SWF | Macromedia Flash | .swf | small | Can be looped in background or triggered by event. |
WAV | Windows Audio Version | .wav | big | Digitally recorded sound. Takes a long time to load. Accommodates most users. Not good for background, but OK for short sound effects. |
WMA | Windows Media Audio | .wma | small | Streaming capabilities. Allows speech. Scaleable. High quality. |
Here are some links to handy SOUND COMPRESSORS:
CoolEdit SoundForge TsunamiPro
Do you need some PLUG-INS?:
AudioTrack BeatNik Crescendo! Digital Sound Engine PlayerPRO MORE PLUG-INS!
Make sure you're not breaking any laws when you use that sound:
Copyright Basics Digital Music Laws Copyright and the Internet
If you need help searching, try one of these tutorials:
Search Engines Bright Planet Sink or Swim
Here are links to a few of the many search engines available:
Check out these sites that offer free sound files:
WebPlaces The Free Site.com Caragraphics
Would you like to try creating your own sounds?:
Try one of these helpful tutorials:
Perhaps one of these tutorials will work:
Davesite HTML Goodies HTML with Style
Some tags and attributes only work with specific browsers or platforms.
The Windows 98/MS Internet Explorer 5.5 combination was used while creating the following Attribute Chart.
Click on the example links in the chart to see the code in action.
ATTRIBUTE | FUNCTION | VALUE | RESULT | EXAMPLE |
SRC | Identifies the file | filename.ext | Points to the needed file. | <BGSOUND> <EMBED> |
AUTOSTART | Indicates if sound should start playing when page is loaded. | true | Sound starts playing when page is loaded. | <BGSOUND> (no real difference sound starts anyway) <EMBED> (no real difference sound starts anyway) |
false | Sound doesn't start playing when page is loaded. | <BGSOUND> (doesn't work there is no way to start the sound) <EMBED> | ||
HIDDEN | Indicates if sound controls will be visible | true | Sound controls are hidden. | <BGSOUND> (makes no difference there are no controls to hide) <EMBED> |
false | Sound controls are visible. | <BGSOUND> (makes no difference there are no controls to show) <EMBED> (makes no difference controls already show) | ||
LOOP | Indicates if sound will play continuously. | true | Sound plays continuously. | <BGSOUND>(doesn't work sound plays only once) <EMBED> |
false | Sound doesn't play continuously. | <BGSOUND>(makes no difference the sound doesn't loop to begin with) <EMBED> (makes no difference the sound doesn't loop to begin with) | ||
0 | Sound plays one time. | <BGSOUND> (makes no difference the sound only plays once to begin with) <EMBED> (makes no difference the sound only plays once to begin with) | ||
number | Sound plays specified number of times. | <BGSOUND> <EMBED> (doesn't work sounds plays continuously) | ||
INFINITE | Sound plays continuously. | <BGSOUND> <EMBED> (doesn't work sound only plays once) | ||
-1 | Sound plays continuously. | <BGSOUND> <EMBED> | ||
CONTROLS | Makes a control panel for the user. | console | Creates console for user to play, pause, stop and control volume | <BGSOUND> (doesn't work no control panel is displayed) <EMBED> (no real difference control panel already shows) |
smallconsole | Creates smaller console in Netscape. | <BGSOUND> (doesn't work no control panel is displayed <EMBED> (no real difference control panel already shows) | ||
HEIGHT | Determines dimension for the console. | number of pixels | Sets the dimension for the console to specified number of pixels. | See the combined attributes example below. |
WIDTH | Determines dimension for the console. | number of pixels | Sets the dimension for the console to specified number of pixels. | See the combined attributes example below. |
VOLUME | Determines sound volume. | number 1-100 | Sets the volume for sound playback. The default is 50. | See the combined attributes example below. |
Attributes may be combined (and some need to be) to form a variety of sound options.
These FTP tutorials may come in handy:
Free Webmaster Tips Columbia University Webquarry
Here are some possible solutions:
Fetch Softworks Ipswitch GlobalScape
Here are some helpful guides: