Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚开始使用 Appmethod,我似乎无法弄清楚如何使用他们提供的音频播放器示例来播放远程音频文件。
这是我尝试过的:
procedure TAudioPlayBackForm.btnPlayClick(Sender: TObject); begin MediaPlayer1.FileName := 'URL HERE'; MediaPlayer1.Play; end;