HTML Tutorial-playing video

Source: Internet
Author: User
Tutorials in the browser can play the format is: mov format, avi format.

Link to a video file

The way to make a video file a link:

   <a href= "video address" > Video name </A>

For example: Play a video:

<a href= "Welcome.avi" >WINDOWS95</A> WINDOWS95

Automatically load video

As with music playback, we can use the embed tag to play video,

    <embed src= "video file Address" >

Properties are:

src= "FILENAME" set file The path
If you want the file to be sent out automatically, TRUE is, false is not, the default is False
startime= "minutes: SEC" setting starts playing , such as 20 seconds after playback is written as startime=00:20
width HEIGHT

Cases:
*************************************

<title> Play Video </title>

<body>
<b><font size=4> Play Video windows95</font></b>
<P>
<embed src= "Welcome.avi" Autostart=false loop=false width=350 height=250>
</P>
</body>



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.