Webplayer telling me to install but its already been installed?

I uploaded my game to my website and i want to test it out but i cant because it shows up as Install Unity WebPlayer! but i’ve already had it installed. I thought it was probably corrupted so i checked the code and everything is fine so i can uninstalled and re installed twice to now avail… I dont know what to do :confused:

Here is the link to the website link text

Change this line in your html-source:

<script type="text/javascript" src="UnityObject.js"></script>

Into:

<script type="text/javascript" src="http://webplayer.unity3d.com/download_webplayer-3.x/3.0/uo/UnityObject.js"></script>

One additional item that I’ve found: when browsing with Chrome, I’ve had to start linking to hosted web players using http instead of https.
For example, to link to a game hosted on my dropbox account, I need to change the linked from

https://dropbox_public_folder_link

to

http://dropbox_public_folder_link

otherwise Chrome keeps telling me to install the Unity Web Player even though it is already installed. Same thing with a game hosted on another (non-dropbox) server.

Hi, I have same problem, but for any game that is in Unity Web Player. It does not show web player on the page at all. But in .html build of game that I made gives me “Unity Web Player. Install now” link. I got latest UWP from Unity page and installed it, but problem is not solved. Any ideas?