object
HTML object Element
The HTML <object> element is used to add an external resource in the form of an image, a third party plugin, or another web document.
This first example adds a Flash file to the document:
This first example adds a Flash file to the document:
HTML CODE EXAMPLE
<object type="application/x-shockwave-flash" width="550" height="400" data="myflashfile.swf">
<param name="movie" value="myflashfile.swf" />
</object>
<param name="movie" value="myflashfile.swf" />
</object>
This second example adds a browsing context like the <iframe> element does:
HTML CODE EXAMPLE
<object data="other_page.html" width="360" height="240"></object>
click here to code.
0 Response to "object"
Post a Comment