Have lots of problems getting both the core and physics examples working on IE8 on a 64bit windows7 machine with the debug player, they all generate run time errors, although they work in Chrome.
Intermediate_CharacterAnimation.as and Basic_Load3DS.as
[Fault] exception, information=TypeError: Error #1009: Cannot access a property or method of a null object reference.
Line 83 of ShadowMapperBase.as
return stage3DProxy._context3D.createTexture(_depthMapSize, _depthMapSize, Context3DTextureFormat.BGRA, true);
Basic_LoadOBJ.as
[Fault] exception, information=Error: Error #3669: Bad input size.
They also work on IE7 32bit xp with the normal player.
Any ideas ?