PDA

View Full Version : Can't Play MP3/WAV over HTTP


Chaky
01-24-2008, 03:05 PM
Hello All:

Can anyone tell me why I can't play MP3 or WAV files with the Windows Mobile
5 media player control when the filename is a URL? Even with the Media
Player application on Windows Mobile 5 it doesn't work. If the files I want
to play are stored on the device, no problem. But if I enter a URL it won't
work. My fear is that I need to stream the content, which I don't want to
do. Here is some code that results in a unsupported file type error.
There's a lot of code here, but the main point is that setting the player URL
property to an http:// address doesn't work. Is this really a limitation of
Windows Mobile?:mad: :)

Joel980
06-13-2008, 01:09 PM
It might be a limitation imposed by your ISP.

This is especially likely if the ISP is a school computer network.
_________________
hemorroids relief (http://www.hemorrhoids-help.com) Panasonic (http://www.bigpricelist.co.uk/Panasonic.html)

vimbite
07-16-2008, 11:54 PM
As of now I didn't encounter that kind of problem..am,..later i will post here of what to do.ill call first my computer technician if his ok right now so that I can help here.

Administrator
08-11-2008, 07:22 AM
My fear is that I need to stream the content, which I don't want to do.

without streaming the content, how is the content going to get to your mobile phone??

unless you copy to your SD card and playback from there. this works for windows mobile and even mobile phone. :)

limon
10-01-2008, 12:00 PM
the device, no problem. But if I enter a URL it won't
work. My fear is that I need to stream the content, which I don't want to
do. Here is some code that results in a unsupported file type error.
There's a lot of code here, but the main point