Questions tagged [windows-media-player]

Windows Media Player (abbreviated WMP) is a media player and media library application developed by Microsoft that is used for playing audio, video and viewing images on personal computers running the Microsoft Windows operating system, as well as on Pocket PC and Windows Mobile-based devices. Editions of Windows Media Player were also released for Mac OS, Mac OS X and Solaris but development of these has since been discontinued.

Windows Media Player (abbreviated WMP) is a media player and media library application developed by Microsoft Corporation.

It is used for playing audio & video on personal computers running the Microsoft Windows operating system, as well as on Pocket PC and Windows Mobile-based devices.

Editions of Windows Media Player were also released for Mac OS, Mac OS X and Solaris but development of these has since been discontinued.

Windows Media Player Wiki

405 questions
16
votes
1 answer

WMPLib: player.mediaCollection.getAll().count is always 0

I am attempting to write code that reads each item from the user's Windows Media Player library. This code works for the majority of users, but for some users, getAll() will return an empty list when they clearly have hundreds or thousands of items…
anthony
  • 37,914
  • 5
  • 50
  • 126
9
votes
1 answer

Windows Media Player video is black if control is created programmatically

I'm trying to programmatically create the Windows Media Player control so I can trap any initialization errors. Before when I simply dropped the control on my form, everything played fine. But now that I'm trying to play things programmatically, the…
simon.d
  • 2,341
  • 3
  • 30
  • 51
7
votes
2 answers

Windows Media Player Ignoring Me

I'm the guy who was here a while back asking about controlling Windows Media Player via Java. I've made progress, but I've hit a vexing problem, so I'm back looking for help. I followed the advice I got last time 'round and installed Jacob. I…
BlairHippo
  • 9,054
  • 10
  • 50
  • 74
7
votes
5 answers

Is there a documented JavaScript API for Windows Media Player?

I want to use JavaScript to control an embedded Windows Media Player, as well as access any properties that the player exposes. I've found a few hacky examples online, but nothing concrete. I really need access to play, pause, stop, seek,…
ironkeith
  • 769
  • 2
  • 10
  • 19
7
votes
2 answers

How to add multiple files to a playlist

I have one OpenFileDialog control that has Multiselect = true. Now I want to add each file to windows media player playlist but I have no idea how to do that and there is no good example on the internet. if (ofdSong.ShowDialog() ==…
a1204773
  • 6,415
  • 19
  • 61
  • 93
6
votes
1 answer

What Types of Video Can MediaElement Play?

I'm looking for detailed information on what decides the formats of media that MediaElement can play, I can't seem to find any definitive source. I've read somewhere that if it can be played in WMP then MediaElement can play it. Is this true? If it…
Sio
  • 1,269
  • 1
  • 11
  • 19
6
votes
2 answers

Delphi: EMCIDeviceError when starting MCI

I use the TMediaPlayer component for playing music. It works fine with most of my tracks. But it doesn't work with some tracks. When I want to play them, the following error message is shown: Which is German but roughly means that: In the project…
caw
  • 29,212
  • 58
  • 168
  • 279
6
votes
2 answers

How to control the system volume using javascript

I am using media player to play audio and video. I am creating own button to increase and decrease the volume of the media player. working fine too. Problem: Even after reaches 0% volume its audible. If the player volume increase the system volume…
Geeth
  • 5,096
  • 20
  • 75
  • 129
5
votes
2 answers

How do I create transparent labels over a Video control

I'm pretty much out of ideas here... for everything else, setting the background color to Color.Transparent or setting the TransparencyKey works fine... I have an mp4 Video which I need to play as a "background" of my form. To do this, I'm currently…
5
votes
0 answers

How can I turn off "convert and copy" dialog for Windows Portable Devices?

Under Windows 7, when I copy an mp3 file to my iRiver H10 I always get a dialog box offering to "convert and copy" the file, or "No, just copy". The mp3 files are not copy protected. The H10 is an mp3 & wma player connected via USB, but does not…
Guy Gordon
  • 732
  • 6
  • 13
5
votes
2 answers

Play next file automatically using MediaPlayer Control(AxWindowsMediaPlayer)

When changing AxWindowsMediaPlayer URL in PlayStateChange Event, it doesn't start playing automatically, just changes to "Ready" state. I have an "AxWindowsMediaPlayer" Control in my C# WinForms program. when I normally change the URL property of…
5
votes
1 answer

ErrorThe type or namespace name 'AxWMPLib' could not be found (are you missing a using directive or an assembly reference?)

What is the possible reference for the handler AxWMPLib._WMPOCXEvents_PlayStateChangeEventHandler ? When I pass this event in the method, private void axWindowsMediaPlayer1_PlayStateChange(object sender,AxWMPLib._WMPOCXEvents_PlayStateChangeEvent…
Barani
  • 71
  • 1
  • 8
5
votes
4 answers

Repeat single song in a playlist

I have a PlayList loaded into my WMP instance, and I want it to loop just one song. Everything I've Googled up so far tells me to do this: private AxWindowsMediaPlayer wmp; wmp.settings.setMode("loop", true); However, this only seems to make the…
Professor Mustard
  • 191
  • 2
  • 2
  • 4
5
votes
4 answers

can windows media player show milliseconds

As i was looking to split a tutorial video file(.wmv) with this amazing tool called Asfbin, looked every settings in media player but in vain couldn't find one... Is there a way to set windows media player to display the time with milliseconds along…
x-code
  • 606
  • 1
  • 9
  • 25
5
votes
1 answer

Getting the current playing song from windows media player with Python

For a program I'm writing, I need to get the current playing song from windows media player. I've googled around a lot, but everything I found was about playing music VIA windows media player and getting information from that. What I specifically…
Azeirah
  • 5,445
  • 6
  • 20
  • 40
1
2 3
26 27