Player"
From Documentation
Charlesqiu (talk | contribs) (→Player) |
Charlesqiu (talk | contribs) |
||
Line 5: | Line 5: | ||
= Employment/Purpose = | = Employment/Purpose = | ||
− | An <tt> | + | An <tt>player</tt> component is used to play the video at the browser. Like <tt>audio</tt>, you could use the <tt>src</tt> property to specify an URL of an video resource, or the <tt>setContent</tt> method to specify a dynamically generated video. Developers might be able to control the play of an video by the <tt>play</tt>, <tt>stop</tt> and <tt>pause</tt> methods. |
Revision as of 08:16, 13 April 2018
Player
Employment/Purpose
An player component is used to play the video at the browser. Like audio, you could use the src property to specify an URL of an video resource, or the setContent method to specify a dynamically generated video. Developers might be able to control the play of an video by the play, stop and pause methods.