onFileComplete : Phaser.Signal
This event is dispatched when a file has either loaded or failed to load. Any function bound to this will receive the following parameters: progress, file key, success?, total loaded files, total files Where progress is a number between 1 and 100 (inclusive) representing the percentage of the load.
Source code: loader/Loader.js (Line 175)