| Field Summary | |
|---|---|
| static void | Apple Quicktime sound plugin type. |
| Constructor Summary | |
|---|---|
| void | The instance initializer. |
| Method Summary | |
|---|---|
| float | Returns the length of the sound in seconds. |
| String | Returns the full name and version number of the audio plugin used to play this sound. |
| float | Returns the current position (elapsed time) of the sound in seconds. |
| String | getURL() Returns the URL of the sound file. |
| int | Returns the volume that the sound plays at. |
| String | paint() Paints the container for the sound. |
| void | pause() Pauses the sound. |
| void | play() Plays the sound. |
| void | rewind() Stops and rewinds the sound. |
| void | setPosition(position : float) Sets the current position (elapsed time) of the sound in seconds. |
| jsx3.gui.Sound | Sets the URL of the sound file. |
| jsx3.gui.Sound | Sets the volume of this sound. |
| Methods Inherited From jsx3.gui.Interactive |
|---|
| doEvent, getCanDrag, getCanDrop, getCanMove, getCanSpy, getEvent, getEvents, getMenu, hasEvent, registerHotKey, removeEvent, removeEvents, setCanDrag, setCanDrop, setCanMove, setCanSpy, setEvent, setMenu, setSpyStyles, showSpy |
| Methods Inherited From jsx3.gui.Painted |
|---|
| focus, getAbsolutePosition, getAttribute, getAttributes, getDynamicProperty, getRendered, insertHTML, onAfterPaint, paintChild, paintChildren, recalcBox, removeAttribute, removeAttributes, repaint, setAttribute, setDynamicProperty |
| Methods Inherited From jsx3.util.EventDispatcher |
|---|
| publish, subscribe, unsubscribe, unsubscribeAll |
| Methods Inherited From jsx3.lang.Object |
|---|
| clone, equals, eval, getClass, getInstanceOf, getInstanceOfClass, getInstanceOfPackage, instanceOf, isInstanceOf, isSubclassOf, jsxmix, jsxsuper, jsxsupermix, setInstanceOf |
| Field Detail |
|---|
| Constructor Detail |
|---|
| Method Detail |
|---|
NaN if the length can not be determined
NaN if the position can not be determined
play() after calling pause() will play the sound from the
point where it was paused.