Closed Bug 263105 Opened 21 years ago Closed 20 years ago

autostart="false" is ignored in a embed tag, it plays anyway on load

Categories

(Core Graveyard :: Plug-ins, defect)

1.0 Branch
x86
Windows XP
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: longbw687, Unassigned)

References

()

Details

User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) Build Identifier: this is and example of the HTML code that firefox has failed to recognize... <EMBED SRC="http://www.sonymusic.com/artists/ModestMouse/video/ModestMouse_FloatOnVidF ull_300.asx" WIDTH="300" HEIGHT="300" AUTOSTART="FALSE"> </EMBED> it always autostarts...it ignores the portion of the code that says ... AUTOSTART = "FALSE" there by when going to a page with multiple pieces of media on one page... all the media plays at once, creating a horrible sound of 20 songs smushed togeather. Reproducible: Always Steps to Reproduce: 1.type the html code provided 2.save it 3.run the page, and u will see what im talking about Actual Results: the media autostarted though set to FALSE Expected Results: had all the media stopped, until the play button is pressed ... if the code is set to false, else if it is set to true, play the media upon loading.
*** Bug 302904 has been marked as a duplicate of this bug. ***
Summary: all media plays on a page due to failing "false" command → autostart="false" is ignored in a embed tag, it plays anyway on load
Assignee: firefox → nobody
Component: General → Plug-ins
Product: Firefox → Core
QA Contact: general → plugins
Version: unspecified → 1.0 Branch
This is confirmed. Mozilla isn't casting "TRUE" or "FALSE" to 1 or 0. As a workaround, use 0 or 1 instead of "false" or "true" for the <embed> statement.
Status: UNCONFIRMED → NEW
Ever confirmed: true
*** Bug 245199 has been marked as a duplicate of this bug. ***
Blocks: 327017
*** Bug 323154 has been marked as a duplicate of this bug. ***
this shouldn't have been confirmed, it's not a mozilla bug. report a bug to microsoft or whoever produced the plugin.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
*** Bug 347021 has been marked as a duplicate of this bug. ***
Product: Core → Core Graveyard
You need to log in before you can comment on or make changes to this bug.