Hi all,
I want to play a sound file when a box enters a Queue (is just a test) using a Custom code process flow step. I have follow the code that @Matthew Gillespie shows in this answer.
https://answers.flexsim.com/questions/48163/adding-sound.html?childToView=48164#answer-48164
But perhaps I am missing something because I can not play the file.
This is the line code that I am using:
soundplayfile(activedocumentnode(),"C:\Users\torru\Downloads\sound.wav", 1);
And this is the location of the file.
Do I have to set a view first? I attached the model, asound-test.fsmny help is welcomed. Thank you.
Alejandro