Quote from
rocote on August 2, 2019, 2:15 pm
I used the CreateAudioPlayer from the Multimedia Action List and the PATH of the .mp3 file is not reconized when compile. The PATH IS reconized before compiling the app.
Ex;
CreateAudioPlayer "Container1" "C:\Users\rocote\Desktop\Musique\Liberation.mp3" true false false
Than, there is three buttons for control the Music Player;
Playing - AudioPlayerPlay "Container1"
Pause - AudioPlayerPause "Container1"
Stop - AudioPlayerStop "Container1"
Why the PATH of the .mp3 file is not reconized when the app is compiled (.exe)?
With the other compile options, (except .exe) the PATH of the audio file works.
I used the CreateAudioPlayer from the Multimedia Action List and the PATH of the .mp3 file is not reconized when compile. The PATH IS reconized before compiling the app.
Ex;
CreateAudioPlayer "Container1" "C:\Users\rocote\Desktop\Musique\Liberation.mp3" true false false
Than, there is three buttons for control the Music Player;
Playing - AudioPlayerPlay "Container1"
Pause - AudioPlayerPause "Container1"
Stop - AudioPlayerStop "Container1"
Why the PATH of the .mp3 file is not reconized when the app is compiled (.exe)?
With the other compile options, (except .exe) the PATH of the audio file works.