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. ...
2
votes
1answer
62 views
How to get TWindowsMediaPlayer to play a new track after completion of the old one?
I'm using TWindowsMediaPlayer and am running into a problem. After the current song completes, I can't get it to load a new song and then play it.
procedure ...
0
votes
0answers
21 views
FLV can play in Windows Media Player but not when WMP is embedded in Browser
I've installed LAV Filter (http://code.google.com/p/lavfilters/) (selected to install LAV Splitter, LAV Audio, LAV Video). After installation, Windows Media Player (WMP) can play FLVs with no ...
0
votes
0answers
18 views
axWindowsMediaPlayer still image
I've been trying to get an image of a paused axWindowsMediaPlayer control in the Original video resolution.
I've tried to capture the point of te screen of the control, but then the image is realy ...
0
votes
0answers
11 views
Way to store “overwritable” series of time-stamped events (VC++)?
Some background would make this question easier to ask:
I am writing some software to mark the location of a mouse in a maze based on a video recording. Currently I have Windows Media Player (WMP) in ...
0
votes
0answers
63 views
In C# How do I make windows media player play MPEG2 files ?
I want to make a media player that can play MPEG2 files.
I have used Windows Media Player COM component to make a basic media player. Now I need to modify it so that it can play MPEG2 files. Any ...
-2
votes
2answers
68 views
How to interact with Windows Media Player in java [closed]
Can you help me interact with, or get information about the current song being played by Windows Media Player in java?
0
votes
1answer
60 views
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 ...
0
votes
1answer
154 views
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 ...
0
votes
2answers
109 views
Get currently playing media in Windows Media Player
How to get current played song in Windows media player using Java? There's many question about this, but the answers are in C#. How to do that using Java - using library or there's WMP API?
0
votes
1answer
208 views
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)
...
0
votes
0answers
72 views
windowsmediaplayer delete wpl playlist from hard drive
I am using the WindowsMediaPlayer class to create my own song playing application. I am coding in C#, using VS 2010, and .net framework 4.0. It works well enough.
One thing I cannot find out how to ...
0
votes
0answers
172 views
Full screen option in object tag for windows media player in JSF1.2
Hi this is the code which i am using to create windows media player in jsf
<object width="425px" height="360px" type="video/x-ms-asf" data="..//MediaServlet" ...
0
votes
0answers
51 views
Playing a 1 bpp video with windows media player [closed]
I have created a 1 bit per pixel video on windows XP (The way I created it is not important because it works), and I have played the video with the default Windows Media Player of Windows XP (Media ...
0
votes
0answers
38 views
How does media player see other users using wifi
I want to Program an application that uses wifi to recognize users just like windows media player uses wifi to recognize other users user WMP so you can access their library. Can any tell me where I ...
2
votes
2answers
121 views
Media player c# playing from network
I´m trying to play a file located on network at address:
string filePath = @"\\192.168.xx.xx\folder\folder2\Audio\audio.wav";
and trying to play it in MediaPlayer.MediaPlayer player like this:
...
-1
votes
1answer
92 views
Can my own music player pass certification for Windows Phone 8? [closed]
It is a bit confusing with the link saying "The Dev Center submission process detects the use of the Music + Videos Hub APIs and grants access to the app through the Windows Phone app manifest". If I ...
1
vote
1answer
196 views
Firefox white box while playing embedded WMV file
WMV files are not playing in mozilla browser (version : 17.0.1) for the first time while loading browser, instead it show a white box. When I switch between tabs or open applications and come back, it ...
2
votes
0answers
162 views
Window Media Player Background color in c# [closed]
Default background color for Windows Media Player Control is Black.
Can we change this color?
I found on msdn website that DisplayBackColor property is available for Windows CE but it is not ...
2
votes
1answer
585 views
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 ...
0
votes
0answers
89 views
media player popup loads parent in popup after selecting music to play from drop down, how to stop it?
everything works, expect for one little quirk. When ever you select a station from the drop down list and click the listen now button, the parent is loaded in the popup, even as the streaming station ...
0
votes
2answers
158 views
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 ...
0
votes
0answers
61 views
Adding attributes to a media file
I am using VS2012, VB.net and am changing attributes associated with media items.
Here is my code:
Public Sub SaveMediaItemAttributesToFile(stringFilename As String, stringAttributeName As String, ...
0
votes
0answers
125 views
C# - How to play a video in different Windows Movie Player versions using the WMP Component (wmp.dll)?
On a Windows Form Application I have a Window Media Player Component that renders a video. On my develop machine I have Windows 7, WMP10 and everything works. But once I install the application on an ...
4
votes
2answers
276 views
Unable to call WMP's controls.play() function in VisualBasic
I have the following code: http://pastebin.com/EgjbzqA2 which is basically just a stripped down version of http://www.dreamincode.net/forums/topic/57357-mymusic-player/. I want the program to play one ...
0
votes
1answer
301 views
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 ...
0
votes
0answers
102 views
Files missing from windows media player when transfered from mac
I've set up a personal file server to stream video files to my XBox 360. I use Windows Media Player (not center) to do this and have a shared folder on the server to drop files into. When I use my ...
0
votes
0answers
376 views
C# WindowsMediaPlayer - media still playing after using controls.clear()
BACKGROUND: I'm writing a program in C# that displays various types of media. (Audio, Video, Images, etc.)
Since the form doesn't necessarily know what type it'll be required to display, I've ...
0
votes
1answer
574 views
dynamically add WindowsMediaPlayer in C# form
I'm working on a project that works on retrieving / displaying different types of media in a form. Basically, a user chooses an image, video, audio, or txt file with an OpenFileDialog, and the program ...
2
votes
1answer
160 views
Stream media with Windows 7
In windows 7 there is option to stream media over the network group.
e.g stream video from my computer to my TV over the lan network.
To do this I need to use the Windows Media Player, add the ...
0
votes
1answer
156 views
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 ...
0
votes
0answers
18 views
Ignore Installation of Browser-Plugins
I putted an <object> code in my website, but if there is no Media Player plugin - I don't
want that this message will appear:
(I know, it's Hebrew, but it's says that you need to install WMP ...
2
votes
2answers
647 views
Adding Object or changing its parameter programmatically in C# / ASP.Net
I want to embed Windows Media Player into my ASP.NET page. I do it with this code, which works fine:
<OBJECT id='mediaPlayer1' width="180" height="50"
...
3
votes
1answer
174 views
Bug in webkit? Mouse move events fire continuously when windows media player is running
In Safari & Chrome (not in FireFox, e.g. "in webkit"), when we're playing Windows Media Player in the background and we listen for mouse move events (using JQuery here), we're seeing mouse move ...
0
votes
0answers
502 views
Seek video while Windows Media Player control is paused
I'm trying to do something that is dead simple in Quicktime but seemingly impossible in Windows Media Player. I'm hosting the WMP control in a C# app and I want users to be able to "scrub" or seek ...
0
votes
1answer
128 views
WMP sounds are not working on other Computers
My project is to build a simple game and for now I only made the Main Menu Form1 with 5 buttons. The buttons have a MouseClick and MouseEnter on them, and I have a background music track using a WMP ...
1
vote
0answers
169 views
When Media Player's windowlessVideo Param goes bad, now what?
Background:
We have a web "app", where on one web page we have the following:
An embedded Windows Media Player object. It's surrounded by listview's on the left, and some graphical elements on the ...
1
vote
0answers
141 views
Setting background color on Internet Explorer Windows Media <video> or <object>
I'm attempting to set the background color on a video object in Internet Explorer. For both <video> with a WMV source and <object classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6"> ...
0
votes
3answers
670 views
Create windows media player playlist with PHP
I'm trying to make a script that will generate a .WPL file. The script scans the folder for all .mp3 files, and includes them in the .wpl file. However it doesn't seem to work, as Windows media player ...
0
votes
0answers
112 views
Enqueue files in windows media player programatically
I'm writing a .net utility for generating playlists of video files, and launching them in a variety of players. Right now I'm focused on Windows Media Player.
I've looked over the cli options for wmp ...
0
votes
0answers
306 views
How to freeze last frame after playback video in Windows Media Player ActiveX-control?
I want to freeze last frame after playback video, but when video ended, player rollback video to begin and display black screen. I created simple form with single AxWMPLib.AxWindowsMediaPlayer ...
0
votes
0answers
53 views
Why is Play Duration different from the value of 94~102byte of a header of WMV 'Play Duration'
I'm making Player for WMV.
When acquiring the length of WMV file,
I refer to the 94~102byte of a header of WMV 'Play Duration' .
but, On Windown Media Player 11,12 ,A different number is displayed.
...
0
votes
1answer
340 views
Why RTSP/1.0 PLAY command is not working, it always get 456 error? [closed]
I don't know why a media server returns 456 error via RTSP in the following sequence. I am in a deep terrible, I wasted many time for this problem. Please help me!!
[C->S]
SETUP ...
0
votes
0answers
87 views
Can I monitor audio playback level in a movie being played back by WMP 12?
I'm involved in developing an application that will be playing various kinds of videos- .wmv, mp4, mpeg, etc. Is there a way to monitor the level of audio so we can show that in real time? Can you ...
0
votes
0answers
125 views
Display only controls for Windows Media Player
I am writing a C++ program which needs a Windows Media Player. I am also using wxWidgets.
On Windows I'm using Windows Media Player backend.
The problem is that all I need to do is to display the ...
0
votes
0answers
139 views
Why shall i install Windows Media Player To my app can play the audio files?
Why shall i install Windows Media Player To my app can play the audio files ?
i created an audio player with C# in WPF and i used Media Element but i changed it with WMP.dll because i want it work ...
1
vote
1answer
480 views
Is there WM9Codecs. for Windows Server 2008?
I tried to download the following: http://www.microsoft.com/en-us/download/details.aspx?id=507
but I get an error message:
Is there version of this for Server 2008?
I searched a lot but I couldn't ...
0
votes
0answers
332 views
Windows media player code not running for mp4 video format my code attached?
hi i am playing wmv videos by using this code,
document.getElementById("music1").innerHTML='<object id="mediaPlayer" width="470" height="400" '
...
0
votes
0answers
193 views
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 ...
0
votes
0answers
262 views
Add markers to Windows Media Player media item
I would like to be able to set / insert / add markers to WMP media items that persist beyond holding a reference to an IWMPMedia object - is that possible?
currentMarker?
The only mutable property I ...
0
votes
1answer
455 views
Embedded object movie won't start playing
I have this code:
<object id="MediaPlayer1" width="280" height="256" classid="clsid:6bf52a52-394a-11d3-b153-00c04f79faa6" ...

