JavaXT
|
|||||||||
PlayControl ClassUsed to render a slider that can be used a part of a audio or video controller. This class builds upon the javaxt.dhtml.Slider class by providing basic functions like play, pause, and stop. However, this class does not provide any buttons or any other components to perform these operations - this is just a fancy slider :-) Users can interact with the slider while its running and get back elapsed time.
ConstructorsUsed to instantiate this class
Config Optionsstyle Style for individual elements within the component. Uses the style defined in the javaxt.dhtml.Slider class by default.
EventsPublic MethodssetRunTime( runTime ) Used to update the total run time. This value is originally set in the config settings (see totalTime).
setElapsedTime( elapsedTime ) Used to update the elapsed time time.
|