Try use easeljs with excanvas or flashcanvas in ie8

339 views Asked by At

I'm using easeljs in my webpage.

But when it show nothing in IE8.

I had added excanvas or flashcanvas to webpage, it show the same blank page.

Then i'm using IE11 debug tool to emulate IE8 and trying to debug.

The debugger say Object not support this method or attribute 'addEventListener' at Stage.js Line 526 (code is o.t.addEventListener(n, o.f, false);).

I trace in the code, and it show this method should exist.

Now i just want to figure out where is the problem, easeljs or flashcanvas.

here is my webpage http://goo.gl/kcGVBO

Thanks everyone.

0

There are 0 answers