mikepro44 Posted May 3, 2017 Share Posted May 3, 2017 Hello, Think I'm having an issue with my preloader and CSV files. Funny enough it works running locally but when I put it on the server it is not loading the csv and giving me a blank screen. Have attached my preloader JS file, can see at Line 81 Preloader.js Link to comment Share on other sites More sharing options...
samme Posted May 3, 2017 Share Posted May 3, 2017 Check the browser console. Link to comment Share on other sites More sharing options...
mikepro44 Posted May 3, 2017 Author Share Posted May 3, 2017 Phaser.Loader - tilemap[pmap32]: error loading asset from URL assets/maps/pmap32.csv (404) phaser.js:74259:13 Phaser.Loader - tilemap[test]: error loading asset from URL src/test.csv (404) phaser.js:74259:13 Phaser.Loader - tilemap[pmapdesk]: error loading asset from URL assets/maps/pmapdesk.csv (404) Link to comment Share on other sites More sharing options...
samme Posted May 3, 2017 Share Posted May 3, 2017 404 means it's missing, so check that the full URL is correct (you can look in the Network pane if it's not shown in the Console) and also check that you put the files where you wanted. Link to comment Share on other sites More sharing options...
Recommended Posts