在线手册

  • prop video width

    ... width attribute of a video. The width attribute specifies the width of a video player, in pixels. Tip: Always specify both the height and width attributes for videos ... pixels Specifies the width of the video player, in pixels (i.e. width=& ...

  • att video height

    ... tag. </video> Try it yourself » Definition and Usage The height attribute specifies the height of a video player, in pixels. Tip: Always specify both the height and width attributes for videos. If height and width are set ...

  • att video width

    ... . </video> Try it yourself » Definition and Usage The width attribute specifies the width of a video player, in pixels. Tip: Always specify both the height and width attributes for videos. If height and width are set, the ...

  • tag video

    ... pixels Sets the height of the video player loop loop Specifies that the video will start ... file width pixels Sets the width of the video player Global Attributes The <video> tag ...

  • dom obj audio

    ... can play the specified audio type fastSeek() Seeks to a specified time in the audio player getStartDate() Returns a new Date object, representing the current timeline offset load() Re-loads the ...

  • event onvolumechange

    ... a video/audio has been changed. This event is invoked by: Increasing or decreasing the volume Muting or unmuting the media player Tip: Use the volume property of the Audio/Video Object to set or return the audio volume of an audio/video ...

  • met audio pause

    Audio pause() Method Audio Object Example An audio player with play and pause buttons: var x = document.getElementById("myAudio"); function playAudio() {     x.play(); } function pauseAudio() {  & ...

  • met audio play

    Audio play() Method Audio Object Example An audio player with play and pause buttons: var x = document.getElementById("myAudio"); function playAudio() {     x.play(); } function pauseAudio() {    ...

  • att audio src

    HTML <audio> src Attribute HTML <audio> tag Example An audio player: <audio src="horse.ogg" controls> Your browser does not support the audio element. </audio> Try it yourself » ...

  • att source src

    HTML <source> src Attribute HTML <source> tag Example An audio player with two source files. The browser should choose which file (if any) it has support for: <audio controls>   <source src="horse. ...

推广服务(新)
最新文章