Quote from
mazzu001 on February 11, 2020, 6:41 am
This worked for me
Run "[ProgramFiles]Windows Media Player\wmplayer.exe" "http://www.mazzacom.com/files/eee_uhh.mp3" "Normal" "" ""
If you dont want the player window to open you can run it hidden and add an event to close the app
Button 1
Run "[ProgramFiles]Windows Media Player\wmplayer.exe" "http://www.mazzacom.com/files/eee_uhh.mp3" "Hidden" "" "[player]"
Button 2
CloseApp "[player]" "ForceClose"
Hope that helps. Be careful to invoke the CloseApp action before you close the application. Otherwise you'll have to ctrl alt delete and end the process.
This worked for me
Run "[ProgramFiles]Windows Media Player\wmplayer.exe" "http://www.mazzacom.com/files/eee_uhh.mp3" "Normal" "" ""
If you dont want the player window to open you can run it hidden and add an event to close the app
Button 1
Run "[ProgramFiles]Windows Media Player\wmplayer.exe" "http://www.mazzacom.com/files/eee_uhh.mp3" "Hidden" "" "[player]"
Button 2
CloseApp "[player]" "ForceClose"
Hope that helps. Be careful to invoke the CloseApp action before you close the application. Otherwise you'll have to ctrl alt delete and end the process.
Vadim has reacted to this post.