JavaScript EditorBest javascript editor debugger     Ajax website 



Main Page

Previous Page
Next Page

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.

Figure 18.24. Don't forget to add the param element within both object elements.


Figure 18.25. With a loop value of TRue, the movie automatically starts over when it reaches the end. Notice that I returned the movie to its original size.


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.



Previous Page
Next Page


JavaScript EditorBest javascript editor debugger     Ajax website