Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

7
votes
2answers
1k views

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 ...
5
votes
2answers
1k views

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 ...
4
votes
3answers
679 views

Delphi: Error 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: ...
3
votes
1answer
472 views

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 ...
3
votes
3answers
330 views

Lib to play audio media in .NET?

I tried fmod.net but got a 'System.BadImageFormatException' error. I then tried WindowsMediaPlayer and have sounds playing. However i am having issues playing a sound when the current one ends ...
3
votes
1answer
962 views

How to read tags out of m4a files in .NET?

I've got some heavily modified code that ultimately came from the Windows Media SDK that works great for reading tags out of MP3 and WMV files. Somewhere along the line, Windows Media Player added ...
3
votes
2answers
225 views

Is there a way to get the name of the track Windows Media Player is currently playing?

I'd like to query Windows Media player from an external app to find out what track (album and artist) it's currently playing. Is that information exposed anywhere?
3
votes
5answers
10k views

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 ...
2
votes
1answer
121 views

Set WindowsMediaPlayer to autorun C# Windows Form

Hi i'm building my first RPG game in windows form. I'm currently trying to set a default background music that runs on boot and doesn't stop. If i set the axWindowsMediaPlayer to visible and press ...
2
votes
2answers
103 views

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 ...
2
votes
1answer
56 views

how do you debug Microsoft Media Platform on xbox?

I am trying to run the sample Microsoft Media Platform plugins on the xbox (MMPPF.Addons). I am able to compile the project in visual studion 2010 and deploy it to the xbox (I have a xbox debug box ...
2
votes
0answers
225 views

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 ...
2
votes
4answers
552 views

How to remove the file which has opened handles?

PROBLEM HISTORY: Now I use Windows Media Player SDK 9 to play AVI files in my desktop application. It works well on Windows XP but when I try to run it on Windows 7 I caught an error - I can not ...
2
votes
2answers
289 views

How to turn off Video Acceleration programatically

Im using the Windows Media Player OCX in a program runned on hundreds of computers (dedicated). I have found out that when video acceleration is turned on to "full", on some computers it will cause ...
2
votes
2answers
702 views

Controlling Windows Media Player through PHP / batch files

I'm currently writing a tiny webapp for my HTPC (actually, a PC serving as both a media player and web- / fileserver) that will allow me to remotely control the playing of audio, without having to ...
2
votes
3answers
1k views

Getting duration of audio file C#

I'm trying to get the duration for an audio file in c#. I got the following code to work on my local machine but when I deploy it to a windows server 2008 box it always returns a duration of 0 for ...
2
votes
3answers
1k views

How to use WebResponse to Download .wmv file

I'm using the following code to grab a wmv file through a WebResponse. I'm using a thread to call this function: static void GetPage(object data) { // Cast the object to a ThreadInfo ...
2
votes
2answers
1k views

Get Song Currently Playing In Windows Media Player

Using C# how can I get the name of the song, artists etc that is currently playing in Windows Media Player? Applications like MSN Messenger / Google Talk do this. Thanks
2
votes
1answer
1k views

Programmatically Controlling Windows Media Player, Preferably From Java

I'm adding functionality to an existing Java application that's already been deployed extensively. (So there are some design decisions that I can't touch unless I have a seriously compelling reason.) ...
1
vote
2answers
33 views

Why windows media player is not closing with player.Close() method?

I am creating a media player object in a simple console application, to play some file. Though the media player is getting launched successfully, when I am using the close() method, the process still ...
1
vote
1answer
31 views

how to set Windows media player 'express settings' programmatically?

Can anybody help me how to set the windows media player express settings programmatically? I have added reference for WMPLib and created a media player object and trying to play a file like ...
1
vote
1answer
60 views

Windows Media Player JavaScript control - multiple players problems

hope you can help. I have a screen in my ASP.net MVC3 application that displays several WindowsMediaPlayer objects. Excerpt from my view: <object id="audio" width="100%" height="65" ...
1
vote
2answers
116 views

Controlling embedded windows media player with javascript

I have embeded a few videos which I need to display if a link is clicked. so what I am trying to do is click a link and it will display a video, which the user can press play on. If they click another ...
1
vote
0answers
225 views

Controlling Media Player in Visual Basic with WMPLib (or other)

I need to get the current song in Windows Media Player, preferably using the wmp.dll library. There's documentation on MSDN http://msdn.microsoft.com/en-us/library/dd563069%28v=VS.85%29.aspx but none ...
1
vote
2answers
140 views

Distorted video in Windows Media Player ActiveX

I'm trying to play MKV (Matroska format) file in Windows Media Player ActiveX control. While it plays perfectly fine in standalone WMP, the embedded control fails to render the video properly. Image ...
1
vote
1answer
392 views

Access the Windows Media Player library C#

I am trying to find out how to access the Windows Media Player library in c#. I have had a look around the web and SO and have found many articles on controlling WMP. I am trying to access its library ...
1
vote
1answer
1k views

Windows Phone 7 and MP4

I installed all the needed tools and I wrote a simple YouTube downloader for WP7. The problem is with playing.. I tried several mp4 formats (listed here ...
1
vote
1answer
574 views

Resize MediaPlayer without play button controls

I wanted to code a resizeable WindowsMediaplayer (ActiveX) without the play controls. it should fit to TPanels.
1
vote
1answer
371 views

get currently playing song name from media player through java programming

Is there any way through which i can get the name of the song being played in my window media player using java programming.
1
vote
2answers
411 views

Getting windows media player currently playing song

Is there a way I can get currently plaaying song from Windows Media Player by C# with .NET? Any API that will work with all Windows Media Player versions?
1
vote
0answers
90 views

Enqueuing songs in windows mediaplayer

Anyone successfully managed to queue a song to the current playlist in windows mediaplayer (running instance) (Windows 7/Vista). I've researched everything from different commandline arguments, ...
1
vote
1answer
457 views

Windows media player control embedded into HTML - change of control's size after starting playback

I use the following html to show media player on the web-page rendered in IE 8: <OBJECT type="application/x-ms-wmp" classid="CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6" width="200" ...
1
vote
1answer
153 views

Distributing windows media player 11 with .net based application

I am developing a WPF based application using .NET 3.5 SP1, which required windows media player 11 to be installed on end user machine. For pain free installation I want that the setup should handle ...
1
vote
0answers
112 views

windows media player command arguments

Is it possible to launch a mp3 or wmv file using windows media player at a specified time offset? e.g I watched 10 seconds of video and closed it. the next time my app launches the video it starts ...
1
vote
1answer
318 views

More efficient way to find media item in WMP media library?

I am messing around with the WMPLib component provided by Windows Media Player 12 (wmp.dll) in VB.NET with .NET Framework 3.5 SP1. I am trying to retrieve a media item from my media library based on ...
1
vote
0answers
827 views

video dsp plugin for Media Player 12

I am trying to build a video dsp plugin for Media Player 12 x32 running on Windows 7 x64. I installed Visual Studio 2008 and the Windows SDK 7 on the target machine and used Media Player SDK wizzard ...
1
vote
3answers
641 views

How can I play DVD files using wmp.dll?

I need help with my VB6 app. I have a form with a reference to wmp.dll (Windows Media Player 9 ocx). I can play many file extensions like Mpg mpeg , avi, qt and others, but I want to play dvd files. ...
1
vote
2answers
492 views

How does Windows Media Player deal with monitor refresh rates?

I'm writing an animation app in C#/WinForms (see this question). Basically, the animation in my application is smooth but shows tearing effects; when I take the same animation and render it to an AVI ...
1
vote
1answer
522 views

Embedding WMP to play .mpg files cross browser

I'm setting up a website which ultimately displays videos. The video files are all .mpg and requirements prevent me from converting these to another format such as flv. So far I have been playing ...
1
vote
2answers
608 views

Retrieving currently playing song from Windows Media Player (C#)

I realize there is a similar question to this, but it really has no information in it. I want to retrieve the currently playing song title (similar to MSN Messenger) within a C# app. The Windows Media ...
1
vote
2answers
1k views

basic playback with programmatically created windows media player

I was trying to "just quickly integrate" the Windows Media Player via COM to play single files from the local file system or http sources - but due to the sparse documentation and online resources to ...
1
vote
0answers
857 views

Embed Windows Media Player with visualization disabled

I'm working in a corporate environment where the primary mechanism of media playback is Windows Media Player. On our intranet we're serving MP3 files in an embedded WMP through Internet Explorer 6. I ...
1
vote
3answers
885 views

any tools to analyze wmv file format?

I am developing some application (similar to media player but performing more domain specific things) based on wmv file. I am wondering any existing free tools to analyze wmv format -- I am interested ...
1
vote
1answer
293 views

How can I add metadata to MP3s for Windows Media player from a script

I previously asked this question, but now I've gotten lazy and I'm trying to figure out how to do it from script (vbscript specifically). Specifically what I want to know is: How can I set ...
1
vote
2answers
545 views

Custom File Format And Codec?

I'm messed up with codec issue for days, and still couldn't see the big picture yet. It is my first time do deal with audio/video formats and codecs. So I really need some help about that. Here is the ...
1
vote
1answer
318 views

play audio in an embedded media player

I have a client station that downloads .wav file and plays with the embedded medai player by using AxWindowsMediaPlayer library. I need to download the audio and give the url of the file to my media ...
1
vote
1answer
465 views

Window Media Player issues two requests for the audio on web page

I'm using Windows Media Player in a web page. I have version 11 installed so that is the version I'm testing with right now. The player is embedded on the page with this HTML: <OBJECT ...
1
vote
3answers
1k views

Can I use MediaPlayer to play sounds from a stream? Or, can I use an URI to access a filestream?

I'm using System.Windows.Media.MediaPlayer to play some sounds, and I would like to load these sounds from a ZIP file. It would be nice to be able to load these files as a stream directly from the zip ...
1
vote
2answers
5k views

How to create a Windows Media Player plugin in Visual Studio 2008

I've been trying to create a Windows Media Player plugin in Visual Studio 2008, and am having great difficulty finding the correct template. MSDN provides advice here, but it does not appear to be ...
0
votes
0answers
19 views

Obtaining a file's destination path after synchronizing with Windows Media Player

I'm using Windows Media Player to synchronize some music files to an external device (a cellphone) connected as Mass Storage since MTP is not available. I can't seem to be able to make the actual ...

1 2 3