![]() |
![]() |
Web Integration > AXEL object code reference > Object tag reference
Object tag reference
The Object tag is used by Internet Explorer on Windows to identify the AXEL object.
Attributes:
id: name used to locate the object in the HTML file. It must be unique in the file. The JavaScript created when you export parameters uses this name to find the object.
classid: tells the browser what registered application to use to process the object. This is a universally unique identifier for the AXEL player.
codebase: tells the browser to download the AXEL player from the MindAvenue web site if it cannot find it on the system.
style: this is the in-line Cascading Style Sheet (CSS). The properties are:
- position: affects the Top and Left properties. Position can be Absolute or Relative
- Top: distance from the top in pixels or percentage.
- Left: distance from the left of the page in pixels or percentage.
- z-index: determines the layering order of the object. Increasing the index values brings the object to the front of other layers.
- filter: the filter function creates transparency and shadows. You can use other DHTML filter functions in this tag.
- width: the width of the AXEL window in pixels or percentage.
- height: the height of the AXEL window in pixels or percentage.
![]() |
![]() |