I’ve been trying to figure this out but everything I find is old.
With flash player 11.0+, is wmode=“direct” a requirement for being able to load Stage3D swf’s in the browser? I’ve tried viewing my swf file directly in the browser, and I get a Context3D not available error. If I use the html wrapper with wmode parameter, it works fine. If I use the standalone player, it works fine.
Is there any way to make it so you don’t need wmode=“direct”? I don’t care if it uses software mode, so long as I don’t get a Context3D error.
Was wondering if anyone has some experience with this as it is currently a big problem when distributing flash games.