+scherkus

That is odd. Does it work in other extension contexts? What if you
navigate to: chrome-extension://<extensionid>/background.html? Or what
if you play it in the background page. Also, what if you play it
manually?

- a

On Fri, Dec 11, 2009 at 7:27 AM, kubs <alphapoli...@gmail.com> wrote:
> 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.
>
>
>

--

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.


Reply via email to