This bug doesn't seem to be fixed, and I am still seeing the same issue. I've tried the following tags with the chrome version 4.0.223.11 but doesn't work for me. <audio src="chrome-extension://hhppnfhnppbfdeggpeedhbghgkfkijjn/ background/test.mp3" autoplay="true"></audio>
Any help would be appreciated. Best Regards Raymond On Oct 11, 7:44 pm, André Kindwall <[email protected]> wrote: > They say that this bug is fixed now but i cant get it to work. Is this > the right tag to use <audiosrc="test.mid" autoplay></audio>? > > On Sep 17, 8:01 pm, Andrew Scherkus <[email protected]> wrote: > > > > > +chromium-extensions > > > On Thu, Sep 17, 2009 at 10:57 AM, Andrew Scherkus > > <[email protected]>wrote: > > > > For clarification, are you trying to load a chrome-extension:// <audio> > > > from > > > a) a regular HTML page? > > > b) inside the same extension? > > > c) a different extension? > > > > I'm only aware that accessing file:// media should be disallowed from > > > inside extensions (for security reasons). > > > I'll take a quick look in the meantime. > > > > Andrew > > > > On Thu, Sep 17, 2009 at 10:49 AM, Aaron Boodman <[email protected]> wrote: > > > >> +schrekus, who works on the <audio> tag > > >> Sounds like a bug. Andrew, can you think of anything that would prevent > > >> theaudiotag from loading chrome-extension:// files? > > > >> - a > > > >> On Thu, Sep 17, 2009 at 10:45 AM, Raymond Lee < > > >> [email protected]> wrote: > > > >>> Hi Nick, > > > >>> Yes, I've tried that but couldn't get it to work. > > > >>> Best Regards > > >>> Raymond > > > >>> On 18 Sep 2009, at 01:31, Nick Baum wrote: > > > >>> Have you tried using a relative URL? > > >>> -Nick > > > >>> On Wed, Sep 16, 2009 at 10:19 PM, Raymond Lee < > > >>> [email protected]> wrote: > > > >>>> Hi there > > > >>>> I am trying to play anaudiofile (mp3) located inside the extension. > > >>>> I've tried the HTML 5audiotag as well as embed tag but without any > > >>>> luck. However, if I change the value of the src attribute from a > > >>>> chrome path started with "chrome-extension://..." to a remote URL > > >>>> (e.g.http://www.foo.com/bar,mp3), it works fine. Could anyone give > > >>>> me some advice how to do that please? > > > >>>> Any help would be appreciated. > > > >>>> Thanks > > >>>> Raymond --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Chromium-extensions" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/chromium-extensions?hl=en -~----------~----~----~----~------~----~------~--~---
