Javascript problem with WMP 10 and Firefox 2.0
- From: Ezequiel <ezequiel.naftali@xxxxxxxxx>
- Date: Wed, 6 Feb 2008 07:31:12 -0800 (PST)
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
.
- Follow-Ups:
- Re: Javascript problem with WMP 10 and Firefox 2.0
- From: GArlington
- Re: Javascript problem with WMP 10 and Firefox 2.0
- Prev by Date: Re: best way to filter rows in real time
- Next by Date: Re: What is wrong with my JSON string???
- Previous by thread: best way to filter rows in real time
- Next by thread: Re: Javascript problem with WMP 10 and Firefox 2.0
- Index(es):
Relevant Pages
|