Pages

Embed Tag (Video)




Embed
By using embed tag we can include the external plugins like flash players, media players into our web page. Embed tag contains the following attributes.
(1)   Src
(2)   height
(3)   weight
(4)   autoplay
(5)   Playcount
(6)   loop

Note: uses of the playcount and loop is illegal combination inside a single embed tag.

<html>
<body>
<embed src = 'path of the video/audio file' height = '200' width = '100' autoplay = 'true' lpaycount = '2' loop = 'true'>
</body>
</html>

We can also play the audio files and video files by using the anker tag.

<html>
<body>
<a href = “path of audio/video files”> click here to watch the video </a>
</body>
</html>
Live Example:
 


No comments:

Post a Comment

 

Most Reading