Javascript: The Definitive Guide

Previous Appendix H Next
 

H.2 LiveVideo

The LiveVideo plug-in displays AVI format movies, and is bundled with Navigator on Windows 95 and Windows NT platforms. It has a fairly simple LiveConnect API, consisting of just four methods:

play()

Play the movie, starting at the current location.

stop()

Stop playing the movie.

rewind()

Return to the beginning of the movie.

seek(frame)

Skip to the specified frame number within the movie.


Previous Home Next
LiveAudio Book Index Live3D