in reply to Re: Win32::MediaPlayer not playing sound
in thread Win32::MediaPlayer not playing sound

The log output is something like

$lpszCommand : open "C:\media\sh-boom.mp3" alias MediaFile $APICallReturnValue : 0 $lpszReturnString : 1 $lpszErrorText : The specified command was carried out. ---- $lpszCommand : status MediaFile length $APICallReturnValue : 0 $lpszReturnString : 206171 $lpszErrorText : The specified command was carried out. ---- $lpszCommand : play MediaFile from 0 $APICallReturnValue : 0 $lpszReturnString : $lpszErrorText : The specified command was carried out. ---- $lpszCommand : status MediaFile position $APICallReturnValue : 0 $lpszReturnString : 0 $lpszErrorText : The specified command was carried out. ---- $lpszCommand : status MediaFile position $APICallReturnValue : 0 $lpszReturnString : 994 $lpszErrorText : The specified command was carried out. ---- ... ... ... $lpszCommand : status MediaFile position $APICallReturnValue : 0 $lpszReturnString : 206171 $lpszErrorText : The specified command was carried out. ---- $lpszCommand : close MediaFile $APICallReturnValue : 0 $lpszReturnString : $lpszErrorText : The specified command was carried out. ----