Closed
Bug 365261
Opened 18 years ago
Closed 18 years ago
Embed tag: All embedded media starts playing on entering the page.
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 263105
People
(Reporter: winkelen, Unassigned)
References
()
Details
At entering the above mentioned page, ALL media starts to play.
The code was generated by javascript but using the plain tag, like in: http://home.casema.nl/helgabuitelaar/FireFox_Embed.html
Has exactly the same result.
The "autostart" option is set to "false" in all <embed> tags except for one...
I based the <embed> tag on the information found at:
http://www.w3schools.com/media/media_browsersounds.asp
Updated•18 years ago
|
Assignee: justdave → nobody
Component: Bugzilla: Other b.m.o Issues → General
Product: mozilla.org → Firefox
QA Contact: reed → general
Version: other → unspecified
Updated•18 years ago
|
Alias: C_Denninger
Comment 1•18 years ago
|
||
Apparently, you need to use autostart="0" and autostart="1" rather than true and false.
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•