Questions tagged [wmp]

For issues relating to interfacing with the Windows Media Player (WMP).

Windows Media Player (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.

194 questions
0
votes
3 answers

How to perform vba task after media player finishes

I'm using Access 2010 and have tables setup to identify a particular video file. I have a button on a form that will launch the video file with WindowsMediaPlayer. The problem is that I want to update the table(s) after the video has run. I've…
Costas in AZ
  • 11
  • 1
  • 5
0
votes
1 answer

cannot programmatically force windows media player play next song

I am writing a simple windows media player program with Visual Studio C# windows form. In the form I add a wmp component and a listbox. The listbox shows a list of songs. When user double clicks on a song in the listbox, the wmp plays the song…
peter
  • 1,009
  • 3
  • 15
  • 23
0
votes
1 answer

WMP in c# play rate

I am using wmp in my windows application. I want to change the rate of the play speed. It is possible for some type of files e.g; avi. But its not possible for some types, eg; wmv,mpeg etc. Is there any other way to change rate. Please, its urgent.…
sandip
  • 1
  • 1
0
votes
1 answer

C# - Play videos from resources in wmp component

I have a wmp component in a C# Windows Forms and i want it to play a video (.avi) from the solution's resources. I need to know the code for the wmp component to find the video. Suggestions?
Lucas Dias
  • 23
  • 1
  • 3
0
votes
2 answers

Java Applet play sound file has a different effect than Windows Media Player?

I have a Java program that auto dials phone numbers, it can generate sounds to mimic phone keypads, works fine for normal calls, but I encountered a problem when it comes to calling card, it requires me to enter a card number, the sounds generated…
Frank
  • 30,590
  • 58
  • 161
  • 244
0
votes
2 answers

iPhone compressed audio formats that will play on Windows Media player

I have to record audio on an iPhone that will play back on Windows Media Player, using no non-standard codecs; that is, using no codecs that don't already ship with WMP. (Corporate requirement.) The audio has to go base-64 to a server, so I need to…
0
votes
1 answer

C# when video ends, close the active form

I'm trying to close a form in which a video is playing. I want it to close said form when the video ends. I'm using wmp embedded into my form, with ui mode hidden. Thanks
0
votes
1 answer

Playback of a streamed wave is cut while played in WMP

We're using WMPLib as an embedded player in our C# application but this issue occurs also in Windows Media Player. Our server streams audio and has streaming with offset enabled. Given URL: http://ourserver.com/playback?id=400 which returns an…
gawi
  • 3
  • 3
0
votes
1 answer

Help needed for using WindowsMediaPlayerClass on Windows Mobile device - volume issue

I am using WindowsMediaPlayerClass() instance to play an audio file within my application. This audio file is mono audio. Some people complained that - when they play the same audio file via windows media player - the sound is clear and loud; but…
curiousone
  • 601
  • 1
  • 6
  • 13
0
votes
1 answer

WMP.Url Relative Path

I'm writing a program to play audio from a Resources folder located in the same directory as my application (so it can be moved to a different computer) using the Windows Media Player component. My current code to select the audio clip…
Ryan
  • 29
  • 1
  • 5
0
votes
1 answer

do apple devices support windows media player

I have a podcast page where the mp3 podcasts are played in an "object" tag using windows Media Player. But they don't work in iPhone, iPad and iTouch. Is it because apple devices don't support WMP ? Do I need to use HTML5 for this?
Riju Mahna
  • 6,718
  • 12
  • 52
  • 91
0
votes
0 answers

K-lite Codec crashing issue

I have a C# windows form application in which I am playing videos one by one using WMP activex object and WPF MediaElement (I have included it using element host into windows forms). When application starts user selects either WMP or Media Element…
ganesh
  • 1,006
  • 14
  • 30
0
votes
1 answer

WPF media element gets blank and VLC and WMP goes in non responding mode

I have C# windows application in which one can play videos. I have used three options i.e WPF mediaelement, Windows media player activex component and vlc activex component. In my application. In this I plays video using one of the component at a…
ganesh
  • 1,006
  • 14
  • 30
0
votes
1 answer

C#: AxWMPLib - Playing a portion of a song

I'm trying to play a song in a WinForms C# application using the AxWMPLib COM control. However, I only want to play a specific 30 second region of that song. So far I can play the track from the beginning of that 30 second region (using the…
Matthew Iselin
  • 10,400
  • 4
  • 51
  • 62
0
votes
0 answers

Get recent or frequent playlist using Windows Media Player SDK

Neither the official documentation nor the object browser in Visual Studio showed me how to access Windows Media Player recent files playlist? Or the frequent items? i.e. the one's that can be witnessed in the Windows 7 jump-list How To Display…
Cel
  • 6,467
  • 8
  • 75
  • 110
1 2 3
12
13