Hello,
I'm get data from DB using php script. But I can't show them in my game view. because The json parse is not working. Please Help
Develop games in your browser. Powerful, performant & highly capable.
Are you able to display (or view in debug) ajax.lastdata by itself if you write it to a variable or text object directly?
Are your text object dimensions large enough to fit all the content you are attempting to display?
Are you able to display (or view in debug) ajax.lastdata by itself if you write it to a variable or text object directly? Are your text object dimensions large enough to fit all the content you are attempting to display?
ajax.lastdata didnt show up in text object.but network response show up all the data.
Try setting a string variable to ajax.lastdata and see what it says in debug
it doesn't like the fact that the address is http, not https
you may be able to click the little cloud in the top right corner to allow it to read insecure data, but I am not sure if that will work.