I'm creating an HTML5 ad in Adobe Animate CC, which in itself is fine.
I'm trying to put in place browser fallbacks. When I test the ad, it displays fine except for in Internet Explorer <= 10.
What's odd is that, per this whitepaper by Cory Hudson, Ad Expertâ„¢, IE8 is the last browser in that progression that didn't support <canvas>
and I do believe that.
Looking at IE9 and IE10 specifically, I find that the canvas element does show up, with the background color that I specified in Adobe Animate CC. There's just no elements or animations of any kind showing up in it.
CreateJS is advertised as supporting IE9+, but is there something specific that could be causing it to fail on IE9/10? I recognize that I'm dealing with Animate CC's generated JS code that uses CreateJS, but still any pointers would be helpful.