Linuxuser1234 1 Posted November 7, 2022 When i use this code MediaPlayer1.FileName := 'https://radio.weatherusa.net/NWR/KEC61_2.mp3'; MediaPlayer1.Play; my app wont close after i close out of my weather radio popup window what is causing this issue Share this post Link to post
Linuxuser1234 1 Posted November 8, 2022 also this MediaPlayer1.FileName := 'https://radio.weatherusa.net/NWR/KEC61_2.mp3.myext'; shows unsupported media type Share this post Link to post
Remy Lebeau 1394 Posted November 8, 2022 (edited) 4 hours ago, Linuxuser1234 said: also this MediaPlayer1.FileName := 'https://radio.weatherusa.net/NWR/KEC61_2.mp3.myext'; shows unsupported media type To use a custom file extension like that, you have to create and register a custom TMedia class to handle it. The StackOverflow link I gave you earlier explained that. Edited November 8, 2022 by Remy Lebeau Share this post Link to post
Linuxuser1234 1 Posted November 20, 2022 @Ramy Lebeau for some reason im still not able to hear any audio Share this post Link to post
Linuxuser1234 1 Posted November 20, 2022 and im still getting that annoying issue when i cant close out of the main application after i clicked on the button in my popup window Share this post Link to post