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}); -- You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to chromium-extensi...@googlegroups.com. To unsubscribe from this group, send email to chromium-extensions+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en.