[Webkit-unassigned] [Bug 17343] Audio doesn't play on Yorkshire Dialect website

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 14 18:38:45 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=17343


Gavin Barraclough <barraclough at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|JavaScriptCore              |Web Audio
                 CC|                            |barraclough at apple.com,
                   |                            |crogers at google.com




--- Comment #1 from Gavin Barraclough <barraclough at apple.com>  2011-06-14 18:38:45 PST ---
This does not appear to be a JavaScript related bug.

This page fails on FireFox too.  The code appears to try to invoke a method called 'play' on the embed object, and in WebKit we don't appear to provide this property (nor does FireFox).

If I'm understanding this correctly, then if we wish to make this work in WebKit I think we'd need to expose API on the embed element to allow users to control playback.  Of course, an alternative would be to fix the content to support HTML5 audio elements.  As such, it seems possible that this is WONTFIX.

I'm not sure what the right component is for this, I'm going to try Web Audio in the hope that this is appropriate, and if not that it might draw the attention of an audio expert to shuffle it on in the right direction. :o)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list