Closed
Bug 308948
Opened 19 years ago
Closed 19 years ago
the functions play() stop() pause() etc dont work for the windows media object in firefox
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 193878
People
(Reporter: wingyungchan, Unassigned)
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050908 Firefox/1.4 Whereas in I.E, where if the wm object is called player, player.stop() on a button click event or from javascript would stop the object playing, the wm player does nothing. also, in the javascipt console it says that the mentioned functions dont work. Reproducible: Always Steps to Reproduce: 1.Embed a Media Player object in the html 2.Add a button, with an onclick event which has object.stop() 3.If you click in IE it will work but in firefox it doesnt 4.Check the JS Console to see that it says that those functions don't exist Actual Results: It did nothing, ignored the function called Expected Results: It should have carried out the functions play() stop() pause() etc
Comment 1•19 years ago
|
||
*** This bug has been marked as a duplicate of 193878 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•