Looping a QuickTime Movie
You can make a QuickTime Movie play over and over again.
To loop a QuickTime movie:
Within each object element, type <param name="loop" value="option">, where option is true if you want the movie to loop continuously, false if you want the movie to play just once and palindrome if you want the movie to play forwards and then backwards, continuously.
Tips
The default value for the loop parameter is false. If you're using two object elements (as I recommend), remember to add the param elements to both.
|