Тег <object></object>




Этот тег определяет контейнер для внешнего приложения.



Аргумент Значение
data URL
form form_id
height pixel
name text
type MIME-type
usemap #name_map
width pixel




index.html
  • <!DOCTYPE html>
  • <html>
  • <head>
  •  <meta charset="utf-8" />
  •  <title>Name Page</title>
  • </head>
  • <body>
  •  <object data="video/a.swf" width="480" height="360" type="application/x-shockwave-flash">
  •   You browser not supports a tag object
  •  </object>
  • </body>
  • </html>
  • <!DOCTYPE html>
  • <html>
  • <head>
  •  <meta charset="utf-8" />
  •  <title>Name Page</title>
  • </head>
  • <body>
  •  <object data="video/a.swf" width="480" height="360" type="application/x-shockwave-flash">
  •   You browser not supports a tag object
  •  </object>
  • </body>
  • </html>