J
jdcharbonneau
Hi,
I'm trying to write a windows mobile application which will play .mp3 files
stored on a server. Pocket PC WindowsMediaPlayer plays the file just fine if
it's stored locally, but not from the server. The desktop WindowsMediaPlayer
plays the file just fine.
What am I doing wrong? Thanks.
Here's the code:
WMPLib.WindowsMediaPlayer player = new
WMPLib.WindowsMediaPlayer();
player.URL = "http://s3.amazonaws.com/TheLab/a.mp3";
player.settings.volume = 100;
player.controls.play();
I'm trying to write a windows mobile application which will play .mp3 files
stored on a server. Pocket PC WindowsMediaPlayer plays the file just fine if
it's stored locally, but not from the server. The desktop WindowsMediaPlayer
plays the file just fine.
What am I doing wrong? Thanks.
Here's the code:
WMPLib.WindowsMediaPlayer player = new
WMPLib.WindowsMediaPlayer();
player.URL = "http://s3.amazonaws.com/TheLab/a.mp3";
player.settings.volume = 100;
player.controls.play();