[haXe] haxeVideo question

Nicolas Cannasse ncannasse at motion-twin.com
Mon Apr 2 10:29:41 CEST 2007


> Hi Nicolas,
> 
> Thanks for the great samples, this is a fun little program.  I had a
> question: is it possible to have the server terminate based on a client
> message?  Basically I am looking to terminate the process after the
> video has finished recording.

Yes it should be possible by modifying haxevideo sources. You can add
your own handler when a NetConnection call is performed, that will
execute neko.Sys.exit(0).

Nicolas



More information about the Haxe mailing list