Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Web and WebWorks Development

Reply
Developer
Posts: 107
Registered: ‎09-25-2008

Re: Play Audio on a webpage

Those errors are self-explanatory: the device does not support those media types.
Please use plain text.
Developer
helenl
Posts: 66
Registered: ‎05-27-2009

Re: Play Audio on a webpage

BB doesn't support wmv or mid files? Or I was wrong on something, like in some config file? Many thanks.
Please use plain text.
Developer
Posts: 107
Registered: ‎09-25-2008

Re: Play Audio on a webpage

Your .mid file had a content-type of video/x-ms-asf, which doesn't seem right. Isn't midi's content-type audio/midi? I think audio/midi should be supported, but I doubt video/x-ms-asf is, since that's a proprietary microsoft format.
Please use plain text.
Developer
helenl
Posts: 66
Registered: ‎05-27-2009

Re: Play Audio on a webpage

Thanks Staktrace!

 

I will try to figure out what happened.

Please use plain text.