E
Ezequiel
Hi, I have developed a music site that uses Windows Media Player to
play music
streaming.
Everything works ok except for those users that have Firefox and
Windows Media Player 10.
(and of course, firefox WMP plugin).
The error occurs when trying to add a song to WMP playlist:
uncaught exception: Error calling method on NPObject! [plugin
exception: Acceso denegado. (0x80070005)].
Here is the code that I Am using.
document.getElementById('VIDEO').settings.requestMediaAccessRights('full');
document.getElementById('VIDEO').newPlaylist('Test', '');
document.getElementById('VIDEO').currentPlaylist.appendItem(document.getElementById('VIDEO').newMedia(url));
any help will be greatly appreciated.
Thanks,
Ezequiel
play music
streaming.
Everything works ok except for those users that have Firefox and
Windows Media Player 10.
(and of course, firefox WMP plugin).
The error occurs when trying to add a song to WMP playlist:
uncaught exception: Error calling method on NPObject! [plugin
exception: Acceso denegado. (0x80070005)].
Here is the code that I Am using.
document.getElementById('VIDEO').settings.requestMediaAccessRights('full');
document.getElementById('VIDEO').newPlaylist('Test', '');
document.getElementById('VIDEO').currentPlaylist.appendItem(document.getElementById('VIDEO').newMedia(url));
any help will be greatly appreciated.
Thanks,
Ezequiel