![]() |
![]() |
Web Integration > AXEL object code reference > Embed tag reference
Embed tag reference
The Embed tag is used by Netscape and Internet Explorer on Macintosh to identify the AXEL object.
Attributes
src: this is the AXEL stream file name.
name: this is a unique name used by JavaScript to find the object inside the HTML file.
pluginspage: if the browser cannot find the AXEL player on the system, it links to the MindAvenue Downloads page where the player can be found.
type: tells the browser what type of data the object contains, using a MIME (Multimedia Internet Mail Extensions) type. This allows the browser to select the AXEL player plug-in.
style: this is the in-line CSS. Its properties are:
- position: affects the Top and Left properties. Position can be Absolute or Relative.
- left: distance from the left of the page in pixels or percentage.
- top: distance from the top in pixels or percentage.
- z-index: determines the layering order of the object; this property is not supported inside the embed tag in Netscape.
- width: the width of the AXEL window in pixels or percentage.
- height: the height of the AXEL window in pixels or percentage.
![]() |
![]() |