Hi All,
I'm developing online game with starling, I embedded it with the html using swfobject
It works just fine on chrome and FF, but keeps giving me this error when I run it on IE Context3D not available! Possible reasons: wrong wmode or missing device support.
here is my code
swfobject.embedSWF("myGame.swf", "FlashContent", "600", "600", "9.0", null, null, null, {name:"FlashContent",wmode:"direct"});
how to solve it?
thank you.