HiDPI/Retina for CreateJS (Flash Pro HTML5 Canvas)
Adding HiDPI and Retina screen support to a CreateJS (Flash HTML5 canvas publish with EaselJS) is easy enough. Just add this code after where the stage is defined in your published html file (either inside the generated init function, or handleComplete if there are external assets to load): [js] if (window.devicePixelRatio) { // grab the …...
Read more →