So for some reason the Flash applet on https://code.redpointsoftware.com.au/ is not connecting to the notification server.
I can verify the notification server is running correctly by visiting http://code.redpointsoftware.com.au:22280/ and seeing the following in the log:
```
bin/aphlict debug
Starting Aphlict server in foreground...
Launching server:
$ 'node' '/srv/phabricator/phabricator/src/applications/aphlict/management/../../../../support/aphlict/server/aphlict_server.js' --port='22280' --admin='22281' --host='localhost' --user='git'
[Fri Jun 13 2014 07:12:47 GMT+0000 (UTC)] Started Server (PID 17430)
[Fri Jun 13 2014 07:13:01 GMT+0000 (UTC)] notification: {"type":"message","threadPHID":"PHID-CONP-pw6s6d52extnn2zyrbeu","messageID":33,"subscribers":["PHID-CONP-pw6s6d52extnn2zyrbeu"]}
[Fri Jun 13 2014 07:13:32 GMT+0000 (UTC)] notification: {"type":"message","threadPHID":"PHID-CONP-pw6s6d52extnn2zyrbeu","messageID":34,"subscribers":["PHID-CONP-pw6s6d52extnn2zyrbeu"]}
[Fri Jun 13 2014 07:14:02 GMT+0000 (UTC)] notification: {"type":"message","threadPHID":"PHID-CONP-pw6s6d52extnn2zyrbeu","messageID":35,"subscribers":["PHID-CONP-pw6s6d52extnn2zyrbeu"]}
[Fri Jun 13 2014 07:14:23 GMT+0000 (UTC)] notification: {"type":"message","threadPHID":"PHID-CONP-pw6s6d52extnn2zyrbeu","messageID":36,"subscribers":["PHID-CONP-pw6s6d52extnn2zyrbeu"]}
[Fri Jun 13 2014 07:14:43 GMT+0000 (UTC)] notification: {"type":"message","threadPHID":"PHID-CONP-pw6s6d52extnn2zyrbeu","messageID":37,"subscribers":["PHID-CONP-pw6s6d52extnn2zyrbeu"]}
[Fri Jun 13 2014 07:14:47 GMT+0000 (UTC)] notification: {"type":"message","threadPHID":"PHID-CONP-pw6s6d52extnn2zyrbeu","messageID":38,"subscribers":["PHID-CONP-pw6s6d52extnn2zyrbeu"]}
[Fri Jun 13 2014 07:14:50 GMT+0000 (UTC)] notification: {"type":"message","threadPHID":"PHID-CONP-pw6s6d52extnn2zyrbeu","messageID":39,"subscribers":["PHID-CONP-pw6s6d52extnn2zyrbeu"]}
[Fri Jun 13 2014 07:14:51 GMT+0000 (UTC)] notification: {"type":"message","threadPHID":"PHID-CONP-pw6s6d52extnn2zyrbeu","messageID":40,"subscribers":["PHID-CONP-pw6s6d52extnn2zyrbeu"]}
[Fri Jun 13 2014 07:14:52 GMT+0000 (UTC)] notification: {"type":"message","threadPHID":"PHID-CONP-pw6s6d52extnn2zyrbeu","messageID":41,"subscribers":["PHID-CONP-pw6s6d52extnn2zyrbeu"]}
[Fri Jun 13 2014 07:17:16 GMT+0000 (UTC)] notification: {"key":"6024309406535468731","type":"notification","subscribers":["PHID-USER-4bruxoj4jpjrmz6invrc"]}
[Fri Jun 13 2014 07:17:33 GMT+0000 (UTC)] <Listener/1> Connected from 172.17.42.1
[Fri Jun 13 2014 07:17:33 GMT+0000 (UTC)] <Listener/2> Connected from 172.17.42.1
[Fri Jun 13 2014 07:17:44 GMT+0000 (UTC)] <Listener/2> Ended Connection
[Fri Jun 13 2014 07:17:44 GMT+0000 (UTC)] <Listener/2> Disconnected
[Fri Jun 13 2014 07:17:51 GMT+0000 (UTC)] notification: {"key":"6024309554454390537","type":"notification","subscribers":["PHID-USER-4bruxoj4jpjrmz6invrc"]}
[Fri Jun 13 2014 07:17:55 GMT+0000 (UTC)] notification: {"key":"6024309575104291512","type":"notification","subscribers":["PHID-USER-4bruxoj4jpjrmz6invrc"]}
[Fri Jun 13 2014 07:17:55 GMT+0000 (UTC)] notification: {"key":"6024309573277482244","type":"notification","subscribers":["PHID-USER-4bruxoj4jpjrmz6invrc"]}
[Fri Jun 13 2014 07:17:55 GMT+0000 (UTC)] notification: {"key":"6024309575013796671","type":"notification","subscribers":["PHID-USER-4bruxoj4jpjrmz6invrc"]}
[Fri Jun 13 2014 07:18:26 GMT+0000 (UTC)] <Listener/1> Ended Connection
[Fri Jun 13 2014 07:18:26 GMT+0000 (UTC)] <Listener/1> Disconnected
```
However there are no entries for any Flash applet connecting, and no notifications appear when browsing Phabricator.