Embed Multimedia
HTML ⚭ Jun 6, 2016 ⚭ 270 views
Html Embed Multimedia
Website also content music or videos. The easiest way to add video or music in website by including the special Html tag called <embed>. This tag causes the browser itself to include controls for the multimedia automatically. No need to add javascript or vbscript to add video or music in <embed> element.
Html <embed> Attributes
Attribute | Description |
---|---|
align | Specifies the alignment of an object. |
autostart | Specifies the media should start automatically or not. |
loop | Specifies the sound should be played continuously in a loop or not. |
playcount | Specifies the number of times to play the sound. |
hidden | Specifies the object shows on the page or not. |
height | Specifies the height of the object. |
width | Specifies the width of the object. |
pluginspage | Specifies the URL to get the plugin software. |
name | Specifies the name of the object. |
src | Specifies the URL of the object to be embedded. |
volume | Specifies the volume control of the sound. |
Html <object> Elements
The <object> element use to add any kind of object in a web page. The <object> element allows to specify everything required by an object for its presentation by a user.