Video Addition
Video is the most suitable medium for the presentation of the actual event that took place. Currently the video is not only the means of expressing people's entertainment and real events but it has become one of the primary means of education.
A number of educational web sites publish new tutorials on different topics as well as video tutorials on a daily basis. Which is not only creating opportunities for people to learn and learn from any part of the world, but also plays an important role in spreading education through creating open platforms for discussion and discussion. The page made by HTML can be easily embedded and controlled by using <embed> tags.
Preparation
You should take a video named folder in the desktop and keep a video file saved in video.wmv.
Practicing Project
<Html>
<Head>
<Title> www.tutohost.com </ title>
</ Head>
<Body>
<P>
<Center>
<Embed src = "video.wmv" width = "344" height = "300"
Autostart = "false" controller = "true" loop = "false">
</ Embed>
<H3 style = "color: # F00"> Click the play button and enjoy video. </ H3>
</ Center>
</ P>
</ Body>
</ Html>
Appears as shown picture.
Project Analysis
The <embed> tag is used to add the video.
<Embed src = "video.wmv" width = "344" height = "300"
Autostart = "false" controller = "true">
</ Embed>
Src = "video.wmv" src = "............" In this, the link to the video file is added.
Height = "344" width = "300" sets the size of the video player displayed in the browser.
The controller = "true" specifies whether to display the video player on the web page. If the controller = "......... .." is written in true then the video player will appear and the video player will not be displayed if false.
Loop = "false", the video file will not play once and it will be directed repeatedly in the form of the loop. Since false is written; So play it once.
By autostart = "false", the video file will play with autoplay as soon as the web page is loaded, or the video player will play it after clicking on the play button. Since false is written; So it will not be autoplay, the video player will play after clicking on the play button.
Instructions:
If the audio player is not displayed on the web page, then install the necessary plugins according to the browser's instructions.
Video is the most suitable medium for the presentation of the actual event that took place. Currently the video is not only the means of expressing people's entertainment and real events but it has become one of the primary means of education.
A number of educational web sites publish new tutorials on different topics as well as video tutorials on a daily basis. Which is not only creating opportunities for people to learn and learn from any part of the world, but also plays an important role in spreading education through creating open platforms for discussion and discussion. The page made by HTML can be easily embedded and controlled by using <embed> tags.
Preparation
You should take a video named folder in the desktop and keep a video file saved in video.wmv.
Practicing Project
<Html>
<Head>
<Title> www.tutohost.com </ title>
</ Head>
<Body>
<P>
<Center>
<Embed src = "video.wmv" width = "344" height = "300"
Autostart = "false" controller = "true" loop = "false">
</ Embed>
<H3 style = "color: # F00"> Click the play button and enjoy video. </ H3>
</ Center>
</ P>
</ Body>
</ Html>
Appears as shown picture.
Project Analysis
The <embed> tag is used to add the video.
<Embed src = "video.wmv" width = "344" height = "300"
Autostart = "false" controller = "true">
</ Embed>
Src = "video.wmv" src = "............" In this, the link to the video file is added.
Height = "344" width = "300" sets the size of the video player displayed in the browser.
The controller = "true" specifies whether to display the video player on the web page. If the controller = "......... .." is written in true then the video player will appear and the video player will not be displayed if false.
Loop = "false", the video file will not play once and it will be directed repeatedly in the form of the loop. Since false is written; So play it once.
By autostart = "false", the video file will play with autoplay as soon as the web page is loaded, or the video player will play it after clicking on the play button. Since false is written; So it will not be autoplay, the video player will play after clicking on the play button.
Instructions:
If the audio player is not displayed on the web page, then install the necessary plugins according to the browser's instructions.
No comments:
Post a Comment