Inserting a video audio map

Source: Internet
Author: User

1 inserting audio
Use <embed> elements <embed height= "width=" src= "Song.mp3"/>
2 inserting video
2.1 Use <embed> Tags
The function of the <embed> tag is to embed the multimedia element in the HTML page.
<embed src= "movie.swf" height= "$" width= "/>"
2.2 Use <object> tags
The function of the <object> tag is to embed the multimedia element in the HTML page.
<object data= "movie.swf" height= "$" width= "/>"
2.3 Use <video> Tags
<video> is a new label in HTML 5.
The function of the <video> tag is to embed the video element in the HTML page.
<video width= "height=" controls= "Controls" >
<source src= "Movie.mp4" type= "Video/mp4"/>
<source src= "Movie.ogg" type= "Video/ogg"/>
<source src= "MOVIE.WEBM" type= "VIDEO/WEBM"/>
Your Browser does not support the video tag.
</video>
3 Geographical location
Baidu map → Map api→ map quick Build tool → First steps to create a map
The second step gets the code → puts the code in the HTML.

Inserting a video audio map

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.