Here is a table of the most used attributes for the <embed> tag:
<embed> Tag Attributes | |||
Attribute | Example | Description | |
align | left | Line text around it like you would images. | |
autostart | true | Whether or not to start the file up when the page loads. | |
height | 150 | Physical height of the controls. | |
hidden | true | Specifies whether to show controls or not. | |
loop | false | Specifies whether to play the file over and over or not. | |
pluginspage | Any URL. | Location for the plug-in to play the file. | |
src | file.wav | Source file. | |
title | The Addams Family. | Internet Explorer renders this as a tool tip. | |
volume | 50 | Volume (in percent) of embedded file. | |
width | 150 | Physical width of the controls. |