Closed
Bug 265006
Opened 20 years ago
Closed 20 years ago
Object Tags are not supported, embed tags which are no longer standard compatible are required.
Categories
(Firefox :: General, enhancement)
Tracking
()
VERIFIED
INVALID
People
(Reporter: bugzilla, Assigned: aaronlev)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; rv:1.7.3) Gecko/20041001 Firefox/0.10.1
The embed tag which is no longer part of the html 4.01 specification is required
for firefox to display flash content as opposed to the object tag which is part
of the standard and supported by internet explorer.
Reproducible: Always
Steps to Reproduce:
1. Go to the website.
2. The flash file will be missing but the website will verify as valid html.
3. Go to http://www.rabiner.net, the flash will appear but the addition of embed
tags makes the page not compatible with webstandards.
Actual Results:
on /noembed.html, the flash movie does not appear.
Expected Results:
Firefox should Support object tags.
Comment 1•20 years ago
|
||
A minute of googling "flash object mozilla" seems to say that it is supported,
as long as you don't use the classid URI that refers to IE's ActiveX implementation.
Comment 2•20 years ago
|
||
(In reply to comment #1)
> A minute of googling "flash object mozilla" seems to say that it is supported,
> as long as you don't use the classid URI that refers to IE's ActiveX
implementation.
And this site uses classid to call ActiveX, and we don't support ActiveX, so the
object is ignored.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Status: RESOLVED → VERIFIED
Component: Accessibility → General
You need to log in
before you can comment on or make changes to this bug.
Description
•