On 10/12/2013 08:35 AM, Ludovic Thébault wrote:
  linux (ubuntu 12).

What i missed ?

Thanks


One additional note; you may find that you have to take special precautions to terminate your app and the mplayer process. Closing the app window may not actually end one or both of the processes. Putting something like:

on closeStack
   get shell("killall mplayer")
   quit
end closeStack

in the stack script will work in that case.

Warren

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to