HTML <object>
query_builder | Christopher PisaniThe HTML element <object> embeds plugins in the HTML document that can include audio, video, Java applets, ActiveX, PDF and Flash. An unsupported message callback can be used in cases where the browser does not support the plugin embedded.
<style>
#objectExample {
width:250px;
height:200px;
border:1px solid lightgrey;
}
</style>
<object id="objectExample" data="sample.mov">
Object not supported
</object>
Available Attributes
No specific attributes are assigned for this element, other than the standard global attributes.