QuickTime Audio only Movie
This is created using the following commands:
<embed src="quicktime/audio.mov" width="100" height="20"controller="true" loop="False" autoplay="true" KEEPASPECTRATIO="true" playrate="100" quality="high" volume ="100">
What it means:
|
EMBED SRC="movies/Your_FileName.mov"
|
This put the movie into the page
|
|
WIDTH=???HEIGHT=???
|
You don't need me for this one
|
|
CONTROLLER="FALSE/TRUE"
|
To show or hide the controller
|
|
LOOP="TRUE/FALSE"
|
To set it to loop or not
|
|
AUTOPLAY="TRUE/FALSE"
|
To start automaticaly or not
|
|
KEEPASPECTRATIO="TRUE/FALSE"
|
To keep the doc's size
|
|
PLAYRATE="100"
|
The speed of your movie playback
|
|
QUALITY="HIGH/DRAFT"
|
Name saies it all
|
| VOLUME ="0-256" | Set the volume for the audio |