-1

I simply cannot get excanvas to work at all. I have tried everything I can think of. I am even uploading the examples that come with excanvas to my website and testing them and they do not even work. I don't know if it has something to do with my server or what, but I haven't seen a working excanvas image yet.

for instance... I this example comes with the excanvas package and it does not work for me... does anyone know what this could possibly be? thanks

http://www.javascriptkids.com/tools/excanvas/examples/example1.html

Matt Null
  • 1
  • 1
  • 1
  • 1

3 Answers3

1

Try this: Tools > Options > Security > Custom level... > **Binary and script behaviors** (under <i>ActiveX controls and plug-ins</i>-section)

Change it to either Enable or Administrator approved.

CoolBeans
  • 20,654
  • 10
  • 86
  • 101
Jørgen
  • 11
  • 1
0

Your problem was almost certainly because of the "compatibility mode" that was introduced in IE8... Add this to your page to force IE to use the IE7 compatibility mode:

<meta http-equiv="X-UA-Compatible" content="IE=7" />
Prestaul
  • 83,552
  • 10
  • 84
  • 84
0

I find the answer! The problem may be in security settings of browser. You must add http://explorercanvas.googlecode.com to Internet options -> Security -> Trusted Sites!

Victoria
  • 175
  • 1
  • 3
  • 9