Top "Object-tag" questions

`object` is an HTML tag.

How to embed a Base64 encoded PDF data URI into a HTML 5 `<object>` data attribute?

So in my application, users have the option to upload a file to an <input type = "file" id = "my-file"&…

html pdf base64 data-uri object-tag
How do I show a local video file with object and embed tags?

So my video file is in C:\inetpub\wwwroot\Videos\Test\intro.wmv. I just want to run the video …

html video embed object-tag
Is it ok for an HTML element to have the same [name] as its [id]?

I'm working on embedding a flash app in a webpage using the Satay method: <object type="application/x-shockwave-flash" data="…

html flash embedding object-tag
Read data in HTML object tag

I have a text file stored on the server and an object in HTML like this: <object id="data" …

javascript html object-tag
Is it valid to include images with <object> instead of <img>?

Inspired by this question, where the poster casually states as fact that <object> should be used instead of &…

image html object-tag
contents() in <object type="text/html"></object>?

I can access local contents loaded in an <iframe> with $("#frame").contents().find('div').css(...) When using a &…

javascript jquery object-tag
Providing the Object tag with data directly

I wanted to embed a PDF file in my website, it looked like this: <object data="data/PDFTest1.pdf" …

javascript html pdf object-tag
dynamically create object tags in javascript

I am wondering why the following code does not create two of my activex object. When the object tag is …

javascript internet-explorer object-tag