HTML5video tag (player) Study Notes (1): Getting Started _ html5 tutorial tips-

Source: Internet
Author: User
This article mainly introduces the HTML5video tag (player) learning notes (1): getting started, this article describes how to use tags, such as the video playback path, whether to display control bars, enable automatic video playback or loading, and enable the player to be standardized, for more information about how to use the video tag (player) in html5, take notes for reference. This article is the first one, this section describes how to use this label to initialize the tasks.

In fact, there are quite a few online tutorials in w3cschool which are the most simple and detailed, so these are some more direct applications.

Directory:

1. Use tags
2. Add necessary parameters
3. automatic playback or loading
4. Standard player

Step 1: use tags

The method is simple. It is a code:

The Code is as follows:



Step 2: add necessary parameters, such as the video playing path and whether to display the control bar.

To play a video, you must set the video address, that is, set the src attribute in the tag. At the beginning, you can't do the control bar defined by yourself, so you can use the default control bar in the browser and add the controls, so it becomes like this:

The Code is as follows:



Step 3: Enable Automatic video playback or loading

One thing you often need to do with a player is to start playing a video when the page is loaded. You need to set automatic video playback, that is, to set the autoplay attribute.

The Code is as follows:



Sometimes you do not need to play the video automatically for the sake of your habits, but you need to set the preload attribute to enable the video to be automatically loaded so that you can quickly see the video, note that this video will not be fully loaded, but will only load the previous part.

The Code is as follows:



Step 4: standardize the player

What makes the player standard? That is, there is a control bar (as described earlier), the screen that you see before you start playing the video, and the size of the player is specified.

If the player loads a video, it can see an initial screen at the beginning, but there is always such a requirement to set the picture to be seen at the beginning of the video (sometimes to attract the audience, you will get an image that has little to do with the video, you know), or because of network problems, do not display a black screen to the audience without loading the video, in this case, you also need to set the poster attribute:

The Code is as follows:




In general, the player size is specified during the application process. Therefore, you can set the length and width of the player either in the style sheet or in the width height attribute. Note that you must set the width and height of the Player Based on the video proportion. Otherwise, the video is blank, if the width and height of the player exceed the video's pixels, you can see the Blur stretch effect. Therefore, you must pay attention to it when setting the width and height. However, you can only set the width or height to observe, then obtain accurate pixels, such

The Code is as follows:




After setting the width, you can see that the adaptive height is 165 in the debugging tool in the browser. In this case, set the height to 165.

The Code is as follows:



Conclusion: through these four steps, you can complete the basic settings and use of a player, mainly to understand the attributes and applications of the player, more applications are controlled through JS.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.