onFileStart : Phaser.Signal
This event is dispatched immediately before a file starts loading.
It's possible the file may fail (eg. download error, invalid format) after this event is sent.
Params: (progress, file key, file url)
- Source code: loader/Loader.js (Line 162)
Please login to continue.