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

421 questions
0
votes
1 answer

AxWindowsMediaPlayer does not play audio/video from url?

HI, I am using activeXMediaPlayer to play files from url but each time I pass a url to it shows the message , "either the file is corrupted or player does not support the file format u are playing." But when i run the same url on browser the file…
Madhup Singh Yadav
  • 8,110
  • 7
  • 51
  • 84
0
votes
1 answer

Windows Media Player Device Sync in VB.NET using WMPLIB

The MSDN documentation for WMPLIB states that syncing to device is not supported in .NET programming, only C++. Is there, however, a simple wrapper class or DLL that can be used to interface between a .NET program and the nescessary C++ code? Or is…
0
votes
1 answer

Windows Media Player - Enable play button without OpenFileDialog

this is probably pretty simple, but I've noticed that when trying to start the Windows Media Player (AxWMPLib), it takes the "player.url = path", and only then does the player's Play-button get activated. Thing is, I want to play sound files taken…
Kenny Bones
  • 5,017
  • 36
  • 111
  • 174
0
votes
1 answer

Run Tools without DLL Files - Visual Basic 2008

I have a Windows Media Player with my application. And when I debug, it gives me some other dll files with the program, and it would be a pain in the butt to carry those files around with me. How would I get rid of these but keep my Windows Media…
lab12
  • 6,400
  • 21
  • 68
  • 106
0
votes
1 answer

How to get status of file is playing in Windows Media Player?

I'm doing project about Mini-Lyrics by java-code, so, I want to get take information of mp3 file when it running on Window Media Player, for example: About information beginning time, running time, finish time,get Artist, Album, Singer...Please help…
Ngọc Sang
  • 23
  • 1
  • 2
0
votes
2 answers

How to interact with Windows Media Player in java

Can you help me interact with, or get information about the current song being played by Windows Media Player in java?
Ngọc Sang
  • 23
  • 1
  • 2
0
votes
1 answer

Interact with Windows Media Player

Is there any way that I can interact with Windows Media Player in Java. I did make a research and know how to make wmp shuffle on, repeat on, start, pause, etc. But I cannot find a way to check if the wmp is already playing or pause, or the shuffle…
JozackOverFlow
  • 267
  • 4
  • 19
0
votes
1 answer

Is it possible to play an MPEG2 movie and play a seperate MP3 file?

I am using an ARM based system and Windows CE 6.0. I am the OEM. Before I start diving into searches and coding examples, I wanted to know whether it is possible to use Windows Media Player for Windows CE 6.0 to play an MPEG2 file (without a sound…
Shaihi
  • 3,952
  • 4
  • 27
  • 47
0
votes
1 answer

how to play videos in windows mobile by windows media player in full screen mode

hii, I am developing an application which plays video from the server. I want to know how to play videos in windows mobile by windows media player in full screen mode. The situation is serious because windows media player also shows the url…
Madhup Singh Yadav
  • 8,110
  • 7
  • 51
  • 84
0
votes
1 answer

Facing issue in my http WebServer while streaming video to Windows Media Player?

I have created a http webserver which needs to support streaming video to other applications. I am facing issue with windows media player while seeking. Windows media player crashes when I seek in a particular fashion. Other than this it is working…
0
votes
1 answer

Windows Media Player PlayStateChange

I am using Visual Basic.net and the Windows Media Player control. Is it possible to determine the Object when the PlayStateChange event occurs. Here is the sub: PlayStateChange(NewState As Integer) There is no Sender Object in the sub. Is it…
user2023359
  • 289
  • 2
  • 10
  • 18
0
votes
1 answer

Windows Media Player object c# - playout buffer value

I would like to see the current playout buffer value while streaming a video on a network over a wireless link, I couldn't find any software that does this so i have decided to write a small app that can show me the current buffer size. I have put a…
Z Holt
  • 141
  • 2
  • 14
0
votes
2 answers

Issues with embedding WMV files in html

I have a link to play a video in my website. When a user click on that video link, the div which embedded that video will popup(not popup window, its showing hidden div using jquery BlockUI). And there is close button it will hide the div which…
DeDav
  • 353
  • 2
  • 4
  • 11
0
votes
1 answer

Windows Media Player playlist

I am using VS2012 VB.net. I am using the Windows Media Player control via code. I have a currentPlaylist that has multiple media items associated with it. My question is this: How can I play the next item in the playlist? I have had a look at the…
Garry
  • 1,251
  • 9
  • 25
  • 45
0
votes
1 answer

Double Click Event Not Fired on Playing Windows Media Object in IE

I'm working on a media player where I'm using the Windows Media ActiveX object to play video, and I need to know when the video goes full screen. I can't find a full screen event, so I'm having to find a workaround. As part of the work around, I…