milindsaraswala Posted March 29, 2015 Share Posted March 29, 2015 I was trying to understand example http://phaser.io/tutorials/coding-tips-008 In that example I found this line this.load.baseURL = 'http://files.phaser.io.s3.amazonaws.com/codingtips/issue008/';what is that URL is doing and what it have, how can browse objects on that URL. Kindly somebody can help me. Link to comment Share on other sites More sharing options...
rich Posted March 29, 2015 Share Posted March 29, 2015 It tells it where to download all the graphics from. You can't browse the contents of the url, it's an Amazon S3 bucket, but equally you don't need to either - as the assets are all listed in the source code. Link to comment Share on other sites More sharing options...
milindsaraswala Posted March 30, 2015 Author Share Posted March 30, 2015 Hi, Thank you for your reply. Reason for asking was when I comment those two line then motion path is not appearing so I want to know what are those files and also want to upload it to my local web server. As I am learning, I am asking this. Kindly can I get those files for learning purpose. Link to comment Share on other sites More sharing options...
rich Posted April 3, 2015 Share Posted April 3, 2015 You can get the files by just putting the URL into your browser and saving them - you're free to do this. Link to comment Share on other sites More sharing options...
milindsaraswala Posted April 3, 2015 Author Share Posted April 3, 2015 Afterwards I understand and I could resolve the issue. Thank you very much Link to comment Share on other sites More sharing options...
Recommended Posts