Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > microsoft.public.scripting.vbscript > #11120

Re: have vbscript open media player in a top left window without border

From "Mayayana" <mayayana@invalid.nospam>
Newsgroups microsoft.public.scripting.vbscript
Subject Re: have vbscript open media player in a top left window without border
Date 2015-07-22 08:28 -0400
Organization A noiseless patient Spider
Message-ID <moo24s$vr$1@dont-email.me> (permalink)
References <da4f9c69-5e5a-47fb-b642-cd0aa213576c@googlegroups.com>

Show all headers | View raw


  I've never used WMP but I think the object
your want is WMPlayer.ocx. The type library
is in wmp.dll. With a type library reader you
can look up your options. (You may not understand
that. If not then you probably need to do some
research.)

  As I understand it, the "object" is an ActiveX
control. It doesn't run as a program. You can
put it on a webpage, maybe in an HTA, which
you can then control to some extent. But ActiveX
controls don't run independently. So maybe you
could create an HTA with a WMP in it. To automate
that you'd need another script to launch it. Your
position/resize options would be with the HTA, not
WMP.

  In short, you're asking about details in what
would probably be a complex set of scripts and
IE/HTA automations. You might be better off to
just look online for options to play video on the
Desktop. 

Back to microsoft.public.scripting.vbscript | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

have vbscript open media player in a top left window without border robreijm@gmail.com - 2015-07-22 01:58 -0700
  Re: have vbscript open media player in a top left window without border "Mayayana" <mayayana@invalid.nospam> - 2015-07-22 08:28 -0400
    Re: have vbscript open media player in a top left window without border "Dave \"Crash\" Dummy" <invalid@invalid.invalid> - 2015-07-23 17:37 -0400

csiph-web