(^624) ❘ APPENDIX U MEDIAELEMENT
autoRewind Returns to the beginning when media
ends.
Default value: true
Boolean
clickToPlayPause Determines whether clicking a
element toggles play/pause.
Default value: true
Boolean
defaultAudioHeight The default height in pixels of an
player. This value is used if no height is
specifi ed on the element.
Default value: 30
Integer
defaultAudioWidth The default width in pixels of an
player. This value is used if no width is
specifi ed on the element.
Default value: 400
Integer
defaultSeekBackwardInterval The default amount of time to move
backward when a key is pressed.
The default value is:
function(media)
{
return (media.duration
0.5);
}
Function
defaultSeekForwardInterval The default amount of time to move
forward when a key is pressed.
The default value is:
function(media)
{
return (media.duration
0.5);
}
Function
defaultVideoHeight The default height in pixels of a
player. This value is used if no height is
specifi ed on the element.
Default value: 270
Integer
(continued)
http://www.it-ebooks.info