I like that Flash CC 2015 Canvas uses CreateJS, however it's not working in doubleclick as the CDN serving the .js files is being served http and doubleclick needs it to be served as https.
Is create JS aware of this and do they have updated CDN links that we can use when uploading html5 creative to doubleclick, sizemek or other ad networks?
Asset is not SSL-compliant. The following resources are non-compliant: http://code.createjs.com/easeljs-0.8.1.min.js http://code.createjs.com/tweenjs-0.6.1.min.js
The security trick is to make all the http://
calls into https://
. Just add the s.