I’m working off of the tutorial here:
For some reason my view renders great locally, but when in the browser I get nothing.
Does this have something to do with the way Away3d renders via hardware or software?
Any help would be much appreciated.
Create a 3D Sliding Puzzle Game in Flex with ActionScript 3.0 and Away3DSoftware: Away3D 2.x |
||
rkalexander, Newbie
Posted: 12 June 2012 01:02 AM Total Posts: 1 I’m working off of the tutorial here: For some reason my view renders great locally, but when in the browser I get nothing. Does this have something to do with the way Away3d renders via hardware or software? Any help would be much appreciated. |
||
|
||
Richard Olsson, Administrator
Posted: 16 June 2012 11:33 AM Total Posts: 1192 [ # 2 ] Which tutorial? You have stated in your post that you are using Away3D 2.x, is that true? That’s a four-or-so years old version of the engine. Make sure you’re using the debug player, so that you get any error messages that may be thrown by the runtime. If you are using Away3D 4, you need to set wmode to direct, and if you fail to do so Stage3D can’t initialize which will result in an error being thrown and execution stopping (rendering a blank screen.) |