Games on google sites (Crome) = Install Unity web player!?

Hi, i have uploaded my unity game too a google sites using crome but it only tell me to install unity web player even though I have! It works fine on all the other web browsers but not on crome! I have searched around and found a html code.

Here is the link to the page:

Plz help!

//Elis

It’s a complete guess, but I suspect something in Chrome is causing the UnityObject.js (or UnityObject2.js) javascript code to fail. If Javascript execution is stopped for any reason, the default thing is for the webpage to assume Unity is not installed, and so display a message inviting you to install it. You’ll probably want this page:

to learn about debugging javascript.