Tagged Questions

1
vote
2answers
360 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 ...
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" ...