Java* Media Framework Tutorial - Lesson 2BRestart at End of Media
This applet plays a media clip and then "rewinds" it to the beginning. When the ControllerListener detects an EndOfMediaEvent, the applet sets the MediaTime to zero and restarts the Player . else if (event
instanceof EndOfMediaEvent)
}
This page was last updated on Feb 11th, 1997.
|