On the server in command line I can type in {play 1 amb} and than movie amb is being played
In live code I can create a button. That plays that file.
{write "play 1 amb " & format("\r\n") to socket "localhost:5250"} (thanks Sturgis )
Now I have a small piece of script that puts files from a dir into a scrolling list field.
What i'am now looking for is a way to play the file that is select in my scrolling list field on my server
Should be something like
write "play 1
- " & format("\r\n") to socket "localhost:5250"
How to get the tekst from the scrolling list field into that code??
Kind regards
Ivo