HTML Basic tutorial for beginner part -012

HTML Basic tutorial for beginner part -012.




Today I'll show you how in HTML, audio, video, flash ad in the HTML of this Part.







Discribe audio fo HTML 

In the presentation of a subject, as well as text and photo use the audio or video becomes more vivid.

As well as the weight of the web can be done through the media , and other media cannot.  HTML pages made by the <embed> tag are used to add audio files easily and control the process.


Project instruction 



<html>

<head>
<title>toneysoft09</title>
</head>
<body >
<p>
<center>
<embed src="audio.mp3" height="35" width="300"
controller="true" loop="false" autostart="false">
</embed>
<h3 style="color:#F00">Click play button and enjoy
music.</h3>
</center>
</p>
</body>

</html>


Take a notepad and write in this code in notepad, notepad into file, click save as index.html file name and press save button to deliver the file. 


Project Details: 




<embed> add the audio file tags.




<embed src="audio.mp3" Height="35" width="300"

controller="true" loop="false" autostart="false">
</embed>

Src=sudio.m3" 


This src="..........." added the audio file link

Height="35" width="300" 



Web pages displayed on the audio player via the audio player is settled shape.


Controller="true"





Through the web page it is determined whether the audio will be displayed. If the controller = "......... .." is written in the true and false, then the audio player will appear in the text will not appear in the audio player.
Controller display web page the :

Auto start:


Autostart= "......... .." is written in the true and false, then the audio player will play in the text will not play in the audio player.

Video: 



HTML produced by the <embed> tag is used to control the process can be easily add video
In a video to the desktop folder of your choice or for example a video . video.wmv folder to save the place.

Project instructin:

<html>
<head>
<title> www.toneysoft09.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>

Project Details: 




<embed> add the Video file tags.




<embed src="Video.wav" Height="35" width="300"

controller="true" loop="false" autostart="false">
</embed>

Src=sudio.m3" 


This src="..........." added the Video.wav file link

Height="35" width="300" 



Web pages displayed on the Video player via the Video player is settled shape.


Controller="true"





Through the web page it is determined whether the video will be displayed. If the controller = "......... .." is written in the true and false, then the video player will appear in the text will not appear in the video player.
Controller display web page the :

Auto start:


Autostart= "......... .." is written in the true and false, then the video player will play in the text will not video play in the audio player.

Take a notepad and write in this code in notepad, notepad into file, click save as index.html file name and press save button to deliver the file. 


Flash Add:


In a video to the desktop folder of your choice or for example a video . flash.swf folder to save the place .

<html>
<head>
<title> www.toneysoft09.com</title>
</head>
<body >
<p>
<center>
<embed src="flash.swf " 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>

<embed src="flash.swf " width="344" height="300"
autostart="false" controller="true">

</embed>

Project Details: 



<embed> add the Flash file tags.




<embed src="flash.swf " Height="35" width="300"

controller="true" loop="false" autostart="false">
</embed>

Src=sudio.m3" 


This src="..........." added the flash.swf  file link

Height="35" width="300" 



Web pages displayed on the Video player via the Flash player is settled shape.


Controller="true"





Through the web page it is determined whether the Flash will be displayed. If the controller = "......... .." is written in the true and false, then the Flash player will appear in the text will not appear in the Flash player.
Controller display web page the :

Auto start:


Autostart= "......... .." is written in the true and false, then the Flash player will play in the text will not Flash play in the audio player.


Take a notepad and write in this code in notepad, notepad into file, click save as index.html file name and press save button to deliver the file. 

Now HTML Tutorial Will be completed , Next Tutorial is CSS Writing Soon

Previous All Tutorials :





Technology