I just built my first game and have it hosted on a sharepoint site. The game works fine on chrome and firefox.
However, on internet explorer, it works on localhost but not when opening the index.html from sharepoint. I get error messages on loading the images in the browser console. Can anyone help on this?
Error loading image '...........Game/images/bkgnd_sprite-sheet1.png': [object Event]
"Error loading image '............Game/images/bkgnd_sprite-sheet1.png': "
{
[functions]: ,
__proto__: { },
AT_TARGET: 2,
bubbles: false,
BUBBLING_PHASE: 3,
cancelable: false,
cancelBubble: false,
CAPTURING_PHASE: 1,
constructor: { },
currentTarget: { },
defaultPrevented: false,
eventPhase: 2,
isTrusted: true,
srcElement: { },
target: { },
timeStamp: 1458625622813,
type: "error"
}