This Issue is about (delete as applicable)
This example has 404 errors on the Blur filters. Actually it seems like multiple filters are missing their files - https://phaser.io/examples/v2/category/filters
The code itself is also wrong:
game.load.script('filterX', 'https://cdn.rawgit.com/photonstorm/phaser/master/filters/BlurX.js');
...
var blurX = game.add.filter('BlurX');
It's saved in the cache with key filterX, but used as BlurX.
+1
I found another working example: Phaser Blur.
It leads me to the blurX.js file instrad of filterX.js
All of the filter examples have been updated and now work on the Phaser site.
The blur example is not working again
The blur exemple is not working again !! Help please
Most helpful comment
The blur example is not working again