in delphi xe7 sample you can find Native Music Player Demo in android and ios
http://www.fmxexpress.com/native-music-player-demo-in-delphi-xe6-firemonkey-on-android-and-ios/
for play a mp3 audio file from http source you need add" internet" ,"network state change ",change wifi state" in uses permissions form
mainmenu>project>options..>uses permissions
now you can add this code for play a music or audio file from remote http server
TMusicPlayer.DefaultPlayer.PlaySong('http://domain.com/soundfile.mp3');
No comments:
Post a Comment