Hi, I'm creating this blog example
https://royale.codeoscopic.com/loading-github-external-data-through-httpservice/ After fighting with Github services, I finally get the example working locally in Chrome, Firefox and Safari, but not IE11. *IE11 error: Unable to get property 'html' of undefined or null reference* That I think is when trying to retrieve the var "*service.json._links.html"* *service.json._links.html* https://github.com/apache/royale-asjs/blob/develop/examples/blog/BE0011_Loading_Github_external_data_through_HTTPService/src/main/royale/BE0011_Loading_Github_external_data_through_HTTPService.mxml But, then uploading this to preproduction server it does not work in any browser https://royale.codeoscopic.com/blog-examples/BE0011_Loading_Github_external_data_through_HTTPService/index.html Errors are mostly the same in all browsers: *undefined is not an object (evaluating 'this.service.json.Mi.html')* So hope someone could give a hand here since I'm a bit lost with this kind of problems. I'll be off for some hours now, so I'll catch up when I come back at night. Thanks for any help here -- Carlos Rovira http://about.me/carlosrovira
