Flash fallback
WebSockets aren't available in all browsers yet, and for these laggards there is a Flash-based workaround.
Flash has had socket support for many years, and it is possible to emulate native WebSocket API proxying via a flash object. This support is provided by the excellent web-socket-js library.
The Pusher Javascript includes everything required for the Flash fallback to Just Work. The flash fallback JavaScript and accompanying swf file will be loaded asynchronously by pusher.js for browsers without native WebSockets.
In previous versions of the pusher.js file (below 1.5), you had to host the SWF file yourself. This is no longer necessary.
