Re: How to make a big Pop-Up window in Windows Media Player
Tue, 20 Nov 2007 00:51:23 -0800 (PST)
I believe the parameters in question are DlgX and DlgY. See
http://msdn2.microsoft.com/en-us/library/bb262848.aspx for details.
Guido
On Nov 15, 4:00 am, Tucsonhelo <Tucsonh...@discussions.microsoft.com>
wrote:
> For those of us not as computer-smart and experienced, can you explain if
> this needs to be d ...
|
RE: R&R installer?
Mon, 19 Nov 2007 02:01:01 -0800
I have encountered this problem too...and more and more frequently.
At first I thought it might have something to do with the music downloading
service I have used and wrote to their technical support.
They provided processes which I have followed every step exactly.
However the problem problem remains....
App ...
|
Exception from HRESULT: 0xC0042907
Sun, 18 Nov 2007 04:29:32 +0200
I am trying to implement a scenario with pre-delivering licenses.
I have an .aspx page that page that Media Player reaches as soon as it tries
to play the protected contentuses. The page uses Javascript in order to make
the request for a license:
try {
var objRMGetLicense = new ActiveXObject("DRM.GetLic ...
|
Bad Image - Error Processing Message 0xc000007b on WMP11/Vista
Thu, 15 Nov 2007 12:54:03 -0800 (PST)
I am having what seems to be a DRM issue. I cannot play DRM wma's even
though when I right click on them and hit properties I can clearly see
that I have rights to play them.
All other sounds on my computer work fine and WMP works fine playing
DVDs, CDs, and non-DRM files.
When I attempt to play a DRM file, ...
|
Can I query remaining time on a license
Thu, 15 Nov 2007 09:30:39 -0800 (PST)
Is it possible using WMSDK (or some other means) to query the time
left on a valid license? We'd like to be able to display it to the end-
user.
Thanks,
Chris ...
|
DRM - license acquisition window prints the license on screen
Wed, 14 Nov 2007 10:36:38 GMT
Hi,
I have drm encrypted file.wmv and in the header of it is address of
some webpage with parameters. This webpage contacts some servlet
issuing license (byte array) in its doGet method and the webpage saves
it in its http session. It is then redirected to another servlet for
some reason that I have, the lice ...
|
Re: How to make a big Pop-Up window in Windows Media Player
Wed, 14 Nov 2007 01:28:53 -0800
byte[] license = (byte[])
request.getSession().getAttribute("generatedLicense");
response.setContentType("text/xml; charset=ISO-8859-1");//
application/x-drm-v2
response.getOutputStream().write(license);
//application/x-drm-v2 - the player doesn't recognize the file and
wants to save it on di ...
|
|
|
DRM License Acquisition window
Wed, 14 Nov 2007 01:01:13 -0800
Hi,
I have drm encrypted file.wmv and in the header of it is address of
some webpage with parameters. This webpage contacts some servlet
issuing license (byte array) in its doGet method and the webpage saves
it in its http session. It is then redirected to another servlet for
some reason that I have, the li ...
|
Re: How to make a big Pop-Up window in Windows Media Player
Wed, 14 Nov 2007 00:59:10 -0800
Hi,
I have drm encrypted file.wmv and in the header of it is address of
some webpage with parameters. This webpage contacts some servlet
issuing license (byte array) in its doGet method and the webpage saves
it in its http session. It is then redirected to another servlet for
some reason that I have, the li ...
|
WMResponse.AddRevocationData API
Tue, 13 Nov 2007 13:28:06 +0100
Hi all,
After applying this method, I get the following error:
-2147024809:The parameter is incorrect.
Before making this change all the licenses work perfectly, what wrong now?
Thanks,
Arnau
--
Arnau CampamĂ
Conseller Delegat - Cine a la carta
"En cumplimiento de la Ley Orgánica de Prote ...
|