Friday, December 30, 2016

Multimedia - youtube video embed in HTML- Web Development

Multimedia using in HTML

Videos, audios, animations, images are called multimedia. We will see how to use multimedia in HTML web page. Sometime you will need to use in your web page to put multimedia files.


The above video is embed from youtube. Here I put for example. If you open this html file the above video will be animated.


Embed Youtube video file to your HTML Page:

<!DOCTYPE html>
<HEAD>
<TITLE>Embed Video in HTML</TITLE>
<meta charset="UTF-8">
</HEAD>
<BODY>



 <iframe src="https://www.youtube.com/v/x6cJ-GqQXSg&t=164s"
   width="560" height="315" frameborder="0" allowfullscreen></iframe>

</BODY>
</HTML>


The red color text is the code to embed video on your web page from your youtube video. In the above example I put my video link to make new operating system 16 bit video.


How to take the embed video link:

1) Open a youtube video which you want.
2) Copy the link address from browser address bar. (It will be like this : https://www.youtube.com/watch?v=x6cJ-GqQXSg&t=164s

3) Remove the word "watch?" and "=" in the link. 
4) put a "/" after v. Now the link address will be like this "https://www.youtube.com/v/x6cJ-GqQXSg&t=164s" 
5) Apply the link like above HTML code. 


Now you can watch video like above.

Great! I believe it will be very useful to you. 

Try it in your web page. Will meet again in next page. Thank you for reading!



Our some other useful websites :

To learn php - our php tutorial - http://learnandsharephp.blogspot.com/

To Post free ads - Our Free ads website - http://www.mapofmine.com and http://www.freeadsimple.com 

1 comment:

  1. Web Development in Dubai
    https://www.nsreem.com/ourservices/web-development/
    If you are looking for develop customized Dynamic Web Development in Dubai, E-Commerce Web Development in Dubai then NSREEM is #1 Web Development Company in India.
    1633498829326-7

    ReplyDelete