I’ve just updated OpenFL from 8.9.5 to 8.9.6 (along with lime) and apparently all my away3d projects have stopped working on HTML5 - all I get is a black screen. They still work normally when compiled for windows, also I don’t get any issues with the rest of my projects on any platform. There are no errors in the browser console.
Run your code in your browser of choice and check the console for any errors (Typically accessible with ctrl+shift+i). It could be a very simple thing that’s taking the whole system down. The error info will include where within your source the offending code might be, hopefully it will point to a line specifically in your source that’ easy to fix.
EDIT: I’m, not used to this forum, I thought this thread was in the typescript subcategory
I also had a black screen with Away3D on Google Chrome for Mac when using 8.9.6. Firefox worked. No errors in console but the away3d info window showed “no view”.