How play .mp3 files loaded from a URL in TMediaPlayer with Firemonkey?

  

Is there any way to play .mp3 files from a URL using TMediaPlayer with Firemonkey in Delphi XE7?, this code doesn’t works;

MediaPlayer1.FileName := ‘http://wwww.some_site.com/some_song.mp3’;
MediaPlayer1.Play;

it throws an exception of File not found, so I suppose that TMediaPlayer works only with local files, isn’t it?, please, any helps it would be very appreciated, thanks very much.

Comments are closed.