public void PlayMusicFromURL(AudioFile audio) { player2.OpenFile(audio.Url, TStreamFormat.sfAutodetect); player2.StartPlayback(); }