The object-tag tag has no wiki summary.
1
vote
0answers
49 views
resize iframe with object tag inside of it
Title says it all. I've tried everything, but the contents inside the iframe is consistently reporting the height of the iframe itself.
I've even added a javascript function in the html embedded in ...
0
votes
0answers
140 views
<object> tag is not displaying pdf properly in Firefox 19.0.2
I am displaying a pdf with an object tag and in FF 19 it displays a blank pdf. I can download the pdf and the content will be there. This works in Chrome, FF 11 and IE. Here is my html
<object ...
0
votes
2answers
260 views
Cross-browser Access html content of object tag
I have object tag with a data attribute to a html file from same domain.
I want to access the content of the html.
HTML:
<object id="object" width="420" height="360" ...
0
votes
1answer
99 views
printing HTML document embedded in an object tag
i have a HTML document which is embedded in an 'object' tag.
<object data="scroll.html" type="text/html" width="100%" style="height:2700px;"/>
This HTML document spans across several pages. ...
0
votes
1answer
52 views
postMessage into object tag
I am trying to get the html inside an object respond to my postMessage, but I am unable to get the referencing correct.
I've tried
var object = $("#test_object").get(0).contentWindow;
...
1
vote
0answers
255 views
object tag is not working in chrome to play video
i am using the following code to play video in the browser by getting the src path from the server.now i am giving it local path to test the code .here i am using a video file of avi extension. it ...
0
votes
1answer
370 views
.Net Object tag that loads additional DLLs
Okay, so I have a project to create a .Net control that interacts with a clients barcode scanner via a COM object from an web page (only IE is required). To do this, we have utilized a .Net Windows ...
0
votes
1answer
329 views
Unable to get data from csv file into html using <object>
I have tried the following code to get the data from csv file to html page,but I am not getting the values.here is my code.
In table.html file,
<html>
<head><title>Reading values ...
1
vote
1answer
685 views
jQuery SVG-object tag load event
I have a page which dynamically adds SVGs to the page via jQuery:
grid.append($('<object>')
.load(function () {
// do stuff
alert('loaded')
})
.attr({
id: 'tile',
type: ...
1
vote
0answers
119 views
Internet Explorer adds duplicate param tags to object elements in contentEditable mode
In Intenet Explorer (9 version) there is following problem:
Browser adds additional param tags to object element. It's visible in element.innerHTML.
My code saves resulting html and on next rendering ...
0
votes
2answers
596 views
Which plugin to download for displaying java applet on google chrome
I've had a few problems recently displaying a java applet. Finally, something has displayed. but it isn't an applet. It's a little box, the width and height of my applet, asking for a plugin needed to ...
0
votes
1answer
174 views
Anchor link not working in object tag
new here and having a problem with the object tag.
I have a page embedded in the tag that is similar to a traditional FAQ page, in that I have a list of links at the top which are supposed to jump to ...
0
votes
1answer
153 views
Unable to play QT in dynamically created Object tag
I'm trying to get the Quicktime plugin play a rtsp stream by dynamically creating the OBJECT tag. My page contains a grid with an event handler to capture row click event to generate the tag. The ...
3
votes
1answer
493 views
pauseVideo() on IE8 for youtube videos, gives “Object doesn't support this property or method”
when trying to use pauseVideo() on IE8 for youtube videos, it gives me "Object doesn't support this property or method",
here is my embedded video:
<div class="ytLarge">
<object ...
0
votes
1answer
960 views
Stretching and resizing html objects to fit?
I'm making a page which is meant to show 4 objects at the same time. These objects will be streaming live video, and are assigned dynamically upon clicking items in the main menu. What I need is help ...
0
votes
1answer
1k views
getting embedded flowplayer to play a local video file
I embedded flowplayer on an html page using the following <object tag .It successfully plays the mentioned video from their site (ie from url ...
6
votes
3answers
326 views
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 <img> to embed images in HTML documents.
I'm developing a web app at the ...
1
vote
1answer
189 views
Access Local VB Dll using <object>
Can I access a Local registered Dll like this
<object classid="clsid:8fa8600b-dd9d-4ec2-a533-2986cb0df433" id="dllId">
</object>
from javascript like this:
function dllData(){
...
-2
votes
2answers
129 views
DNA extraction python
Now, I need to find a way in which Python can find the codon position number 5 of the above code and extract that sequence until position 12 (ATGG*CTTTACCTCGTC*TCACAGGAG). So the output should be ...
2
votes
3answers
2k views
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 locally on my web page.
It has to run on IE8/WinXP. So no HTML5.
This is what I have so far:
...
1
vote
1answer
208 views
Detect or prevent page load from object tag?
I need to detect if a page is loaded from an <object> tag. On most browsers, several javascript iframe detection techniques flag this as an iframe (e.g. window.top === window.self), which is ...
0
votes
1answer
623 views
Target Object Tag with PDF stream in HTML page
I am using crystal reports in a .NET 2.0 asp.net website to create a PDF from the report. I then want to stream the report to the browser, which I already know how to do. What I don't know how to do ...
1
vote
1answer
373 views
Dynamically injecting an <object> tag causes white flash
I'm trying to dynamically insert some HTML/JS/CSS on command. (holding
off this code for page loading speed). I found a neat way
of doing this, inserting a HTML5 tag pointing at the html-
file ...
1
vote
2answers
122 views
Compatible html tag to show flash on html?
There are various ways to show flash(swf file) on html, for example, object or embed tags.
I want to support IE6-9, FireFox3-, Chrome, Safari, and as many other browsers as possible.
(especially ...
0
votes
1answer
323 views
How could I stream a video in my website?
I tried to stream a video from my browser using the object tag in HTML, but when I build the project, the video is not being played. Here is the piece of code:
<object id="Player" ...
0
votes
2answers
399 views
Should data attribute of object tag be percent-encoded?
Suppose my web application renders the following tag:
<object type="application/x-pdf" data="http://example.com/test%2Ctest.pdf">
<param name="showTableOfContents" value="true" />
...
1
vote
3answers
569 views
Do SVG-enabled browsers ignore alternative images (when included in object tags)?
An illustration that I want to include in a site is 28.1 times smaller in SVG format than the same illustration saved as a PNG.
Unfortunately, I have to cater for browsers that aren't SVG-enabled. So ...
2
votes
5answers
464 views
Music Player That Lives Through Pages
I have a master page and inside : a music player.
<object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf"
width="200" ...
1
vote
0answers
838 views
Getting “Enter Network Password” prompt on Windows 7 when clicking on embedded audio link
We have a web app that shows a list of audio links to play. I've cleaned it up to just show the most basic page, without the Ajax calls or jQuery code:
<object >
<param name="url" ...
0
votes
1answer
77 views
How can I control the layout of an embedded <OBJECT>?
Page1.html has
<html><head>
</head>
<body>
[<span class="foo">span unchanged</span>]
<script type="text/javascript">
var a = ...
8
votes
5answers
1k views
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="embeddy.swf"
id="embeddy" name="embeddy">
<param name="movie" ...
0
votes
1answer
476 views
Control animation framerate in the object tag?
I have a compiled flash animation (swf) embeded into a HTML document using the object tag.
Question: There's a posibility to change the original SWF framerate using some params in the object tag?
I ...
2
votes
1answer
849 views
Why does youtube etc use <object> and not <iframe>?
Why does youtube etc use <object> and not <iframe>?
What are the advantages of object over iframe for this case?
2
votes
1answer
2k views
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 directly in the HTML it works fine, but for the life of me I can't dynamically create the object ...
4
votes
1answer
349 views
Detect and parse embedded video in html?
I am working on a project which requires me to detect and extract the embed code of videos on a web page.
I know the <object> tag is used to embed videos, however, the specification says that ...
0
votes
1answer
510 views
IE attachEvent on object tag causes memory corruption
I've an ActiveX Control within an embedded IE7/8 HTML page that has the following event [id(1)] HRESULT MessageReceived([in] BSTR id, [in] BSTR json). On Windows the event is registered with ...
0
votes
1answer
383 views
Is it possible to change the file path of the video using javascript?
I have an object tag in a HTML file:
<object classid="clsid:22D6F312-B0F6-11D0-94AB-0080C74C7E95">
<param name="FileName" value="../ABC/WildLife.wmv" id="mediaPlayerFile">
...
3
votes
3answers
2k views
How to display video on html page in firefox
I did looked at this question, but the asker didn't got any reply. Still, I'm giving it a try.
I want to embed a video file on a html page. The code works fine on IE but doesn't work on firefox.
The ...
0
votes
1answer
1k views
What does the JS function 'postMessage()' do when called on an html object tag?
I was recently searching for a way to call the print function on a PDF I was displaying in adobe air. I solved this problem with a little help from this fellow, and by calling postMessage on my PDF ...
3
votes
3answers
5k views
jQuery: contents() in <object type=“text/html”></object>?
Hi and thanks for reading,
I can access local contents loaded in an <iframe> with
$("#frame").contents().find('div').css(...)
When using a <object type="text/html"> instead (same ...
2
votes
1answer
768 views
.Net Client DLL Delivery Question
I have a .Net DLL that I created that implements a WCF client that talks to a WCF service, allowing the end-user to pipe data to the server where the service resides.
I use this DLL in client ...
0
votes
3answers
1k views
Does Internet Explorer remove the <object> element from DOM?
I have markup in my page that includes the tag:
<body>
<object codebase="blah" codetype="text/blah">
<param name="name" value="value"/>
<div>Some Markup</div>
...
1
vote
5answers
905 views
tabbed html application
I am writing a complex tab based web application where each tab is unrelated to each other in the sense that there is no interaction. So for ease of development i want I want each tab to be a separate ...
1
vote
3answers
2k views
Firefox 3.0.7 is crashing when embedding a PDF using the object tag
I'm attempting to embed a PDF file into a HTML page using the object tag. The following HTML crashes Firefox 3.0.7:
<object id="pdfObject40" type="application/pdf" data="/file.ashx?id=40" ...
2
votes
1answer
2k views
Embedding Foxit PDF Reader into a webpage
I need to embed Foxit Reader (PDF reading software) into a web page. Does anybody know the correct classid and parameters to use in the following code:
<object id="pdfReaderObj" ...
0
votes
3answers
1k views
PHP Input validation for a single input for a url
I have this very simple script that allows the user to specify the url of any site. The the script replaces the url of the "data" attribute on an object tag to display the site of the users choice ...
2
votes
3answers
15k views
How can I dynamically add an <object> tag with JavaScript in IE?
I have to add either an embed tag for Firefox or an object tag for Internet Explorer with JavaScript to address the appropriate ActiveX / Plugin depending on the browser. The plugin could be missing ...

