Search Results

2
votes

Any way to have an ActionScript 3 (Flex/AIR) project print to standard output?

With AIR on Linux, it is easy to write to stdout, since the process can see its own file descriptors as files in /dev. For stdout, open /dev/fd/1 or /dev/stdout as …