DINmatin Posted October 29, 2013 Share Posted October 29, 2013 hi, wonderful framework. all examples load fine from the webpage http://www.babylonjs.comcan just get the "feature tests"-examples to load from local disk. so what am I doing wrong? system: win8.1, 64bitfirefox 25 and chrome Version 30.0.1599.101 m the debug console in ff says [see attached file] thx, martin. Quote Link to comment Share on other sites More sharing options...
GameMonetize Posted October 29, 2013 Share Posted October 29, 2013 Hello,this is related to security. You need to host .babylon files if you want the xhr to load them Quote Link to comment Share on other sites More sharing options...
dreta Posted November 1, 2013 Share Posted November 1, 2013 To expand on what Deltakosh said, it's common practice to load any assets that aren't Image or Audio by using XMLHttpRequest (or xhr for short). XMLHttpRequest won't work offline, because it doesn't allow cross-origin requests for security reasons. You have to set up a local server (since you're dealing with HTML5 development, you'll need to do that no matter what anyway). I suggest either setting up a static node.js server or using XAMPP. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.