Internet Explorer Error

Monkey Forums/Monkey Programming/Internet Explorer Error

blabz(Posted 2013) [#1]
Hey Guys,

I can't seem to get html5 Basic Game working with Internet Explorer/

It works in Chrome but I need IE for a project I'm working on.

I keep getting the following error message

---------------------------
Message from webpage
---------------------------
Monkey Runtime Error : TypeError: Object doesn't support this property or method

C:/Users/blabbe/Desktop/MonkeyPro66b/modules/mojo/app.monkey<109>
C:/Users/blabbe/Desktop/MonkeyPro66b/bananas/hitoro/basicgame/basicgame.monkey<6>
C:/Users/blabbe/Desktop/MonkeyPro66b/bananas/hitoro/basicgame/basicgame.monkey<87>

---------------------------
OK   
---------------------------


Thanks


Beaker(Posted 2013) [#2]
Which version of IE?

Any use?
http://monkeycoder.co.nz/Community/posts.php?topic=2352


blabz(Posted 2013) [#3]
Its IE8,

I tried using Google Chrome Frame but the canvas still doesn't want to load, I'm now getting this error messages

---------------------------
Message from webpage
---------------------------
Monkey Runtime Error : TypeError: Object doesn't support this property or method


---------------------------
OK   
---------------------------




blabz(Posted 2013) [#4]
Ok, this makes sense now

http://monkeycoder.co.nz/Community/post.php?topic=824&post=6645

You need the server running, though I can't seem to get this work in IIS7.


therevills(Posted 2013) [#5]
The error message you are getting "Object doesn't support this property or method" means that version of IE doesn't support HTML5.

When you compile/run from Ted, MServer will start and this is your server.