How to use the object element to display Flash:
The <object> tag is used to include objects such as images, audio, videos, Java applets, ActiveX, PDF, and Flash.
The object element allows you to specify the data and parameters for objects inserted into HTML documents, and the code that can be used to display/manipulate that data.
Some HTML 4.01 attributes are not supported in HTML5.
The "form" attribute is new in HTML5.
Objects can be used and submitted in forms.
Objects can no longer appear inside the <head> tag of a document.
Note: An object element can appear inside the body element. The text between the <object> and </object> is the alternate text, for browsers that do not support this tag. The <param> tags define run-time settings for the object.
Hint: For images use the <img> tag instead of the <object> tag.
Hint: At least one of the "data" and "type" attributes MUST be defined.
The <object> tag also supports the Standard Attributes in HTML5.
The <object> tag also supports the Event Attributes in HTML5.
Your Query was successfully sent!