Hello,
I have a project with several pages. In one page, there is a TreeList for playing audio files.
How can I make audio files stop playing (automatically)whenever I leave this page to the other pages?
Thanks
Professional Software Development Tools
Hello,
I have a project with several pages. In one page, there is a TreeList for playing audio files.
How can I make audio files stop playing (automatically)whenever I leave this page to the other pages?
Thanks
put in the page on close event:
output enhanced with AMS Code PrettyCode:Audio.Stop(CHANNEL_ALL);
Open your eyes to Narcissism, Don't let her destroy your life!!
Thanks dear for your help.
Everything is ok now.