 |
 |
 |
Walk-in Web Clinics for Faculty and Staff: Multi Media
|
 |
 |
 |
 |
Camera! Action! Take 126!
Campus Experts:
- Robert Kohlbus,aITs,InforM Webmaster
- Linda Martin, University Publications
How To:
- Aquire a sound or movie file.
- Be sure to keep copyright information in mind.
- Also be sure to consider the length of the sound file or
movie file, as well as the resolution of the movie file. The longer the
sound byte or movie clip, the larger the file.
- Remember, not everyone is connected via a T1/T3 line.
- Place the file on the webserver
- Use the <EMBED> tag to include the file in your page.
The EMBED element is used to embed a plugin into a document and it can take many arguments.
- SRC="filename" - This parameter is required
- filename can include the full URL of where the
sound/movie file is located
- AUTOSTART = {true|false} - Default value is false
- Should the sound/movie file start playing as soon as
it is loaded?
- LOOP={true|false|number} - Default value is false
- Should the sound/movie file loop? If true, then it is
played continuously as long as the page is open. If you specify a
number, then the file is played that number of times.
- HIDDEN={true|false} - Default value is false
- Is the control panel visible? The control panel often
includes a start(play) button, a stop button and a volume bar
- HEIGHT=number - This specifies the height of the object in pixels
- WIDTH=number - This specifies the width of the object in pixels
- NAME=text - This indicates the name used by other objects or
elements to refer to this object.
Important URLs:
- Copyright Web Sites
-
- Sound/Movie Sites
-
Other Important Tips:
- Audio(Sounds)
- Sound files are usually large, so make sure they are loaded last. To do this, put the <EMBED SRC> tag at the bottom of your page.
- Avoid LOOP=TRUE. This will cause the sound file to loop forever
- Avoid HIDDEN=TRUE. Give the user control over the music.
- Standard sound file types are:
- .wav - A popular Windows format for sound files.
- .au - A popular Unix format for sound files.
- .aiff - A popular Mac format for sound files.
- .midi - Musical Instrument Digital Interface, a
popular cross-platform format for sound files.
- Video(Movies)
- Movie files are usually large, so make sure they are loaded last. To do this, put the <EMBED SRC> tag at the bottom of your page.
- Movie Files without sound are usually 2 to 3 times smaller
than files with sound.
- Avoid LOOP=TRUE. This will cause the sound file to loop forever
- Avoid HIDDEN=TRUE. Give the user control over the movie.
- Standard movie file types are:
|
 |
| |