Install Unity web player error

Hi there guys,

No matter how many times i try to install the web player for the demo on my own website i just cant seem to play my game
This page ( Imgur: The magic of the Internet ) is the only thing that comes up.

i searched for a solution and thought maybe adding the .unity3d MIME type to my cpanel will make it work but it still doesnt work

the game works normally if i use the offline HTML file.

Any Solutions guys ?

Thanks

Hi,

Can you please link us the URL to your demo on your site so we can test and replicate the issue?

Have you made any customisations to UnityObject2.js?

Thanks,
Chris

EDIT - sorry, i didnt know i had to upload the .js file also, all is working thanks

Well, you don’t need to upload the UnityObject2.js file, without any editing to the html build file it links to our hosted version using:

var unityObjectUrl = “http://webplayer.unity3d.com/download_webplayer-3.x/3.0/uo/UnityObject2.js”;

You should embed the player into your site, UnityObject2.js does this for you. Here is documentation:

http://docs.unity3d.com/Documentation/Manual/WebPlayerDeployment.html

Thanks,
Chris