0
votes
0answers
13 views
WMP in c# play rate for wmv files
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, …
0
votes
1answer
9 views
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, …
0
votes
0answers
8 views
WMP , DMO decoder question
Hi all.
I'm writing a Windows Media Player DMO that decodes a custom stream from an ASF file.
The final product would be bitmaps to be fed into WMP's Video Renderer for display.
…
0
votes
2answers
28 views
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 callin …
0
votes
2answers
21 views
C# Play MP3 from Resources with MCI or WMP control?
Hi, I have a MP3 file in my Resources of Visual C#. I'm trying to find out if there is a way I can play this MP3 in a Windows Media Player control or with MCI, I'm not particular. …
0
votes
0answers
29 views
Can’t fast forward in Windows Media Player when source is FTP [closed]
Hi, there's probably a good reason for this, but streaming WMP from an FTP folder disables a few features in wmp. This is probably because of unknown filesize etc.
But could there …
0
votes
1answer
37 views
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 …
0
votes
0answers
13 views
Display anything during initial buffering of embedded Windows Media Player?
I have a streaming movie playing on a page through an embedded Windows Media Player.
Rather than having it display in plain black during the initial buffering period, is it possibl …
0
votes
2answers
63 views
Reference to wmp.dll (\windows\system32\wmp.dll)
Can I use a reference to wmpLib.ddl / wmp.dll (\windows\system32\wmp.dll) in a commercial application?
I am using Visual Studio 2008 Express edition. I have to deliver that DLL.
0
votes
1answer
70 views
addEventListener & wmp not working as expected
Hi,
I have a WMP player object and I'm trying to add an event listener to intercept ScriptCommands that are sent to the player. Instead of being attached to the WMP object, my call …
2
votes
5answers
4k views
How to interact with Windows Media Player in C#
Hello,
I am looking for a way to interact with a standalone full version of Windows Media Player.
Mostly I need to know the Path of the currently played track.
The iTunes SDK mak …
0
votes
1answer
49 views
Help needed for using WindowsMediaPlayerClass on Windows Mobile device - volume issue
Hi,
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 …
1
vote
2answers
28 views
WMP: streaming, then saving
I use the Windows Media Player Control (WMP.DLL) in my application to download (stream) and show videos. Once the video file is fully downloaded, I would like to save it to disk. U …
0
votes
2answers
227 views
AccessViolation exception when form with AxWindowsMediaPlayer closed
I have a AxWMPLib.AxWindowsMediaPlayer on a form. When I close the form, I get "Attempted to read or write protected memory. This is often an indication that other memory is corrup …
0
votes
1answer
28 views
Getting information from Windows Media p.
Can i get the file name of the current playing track/video from windows media player?
It will be a small program, written in c++. I have some experience in c++ but no knowledge abo …
