Comment #13 on issue 22152 by alphapolitan: <audio> tag doesn't work for  
extension resources
http://code.google.com/p/chromium/issues/detail?id=22152

The users of my extension report that my extension produces no sound.

The audio file is local, inside the extension.

This is the audio object I placed in the body of the html file I display in  
a new window:
<audio src="chime.mp3" autoplay="autoplay"></audio>

I open the new window from the background page with the following code:
chrome.windows.create({url: "done.html", width: 500, height: 500});

The following is my extension, so the bug can be reproduced.

https://chrome.google.com/extensions/detail/hepmlgghomccjinhcnkkikjpgkjibglj

1. Install the extension
2. Click the Timer icon in the toolbar
3. In the popup, click the custom radio button, type in 1 and click set
4. The timer does not play a sound when the new window pops up.

I can't reproduce the bug, for some reason it works for me. But a lot of my  
users say the sound
does not work, even though they've checked the sound on their computers.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to