webplayer installing

Hi,

On my website I have created a small demo: http://marino.dk/?p=207

The problem is that my friends say that it doesn’t work. What I have noticed is that they do not have the web player installed.
So my question is… doesn’t the unity3d html code ask the user to install the webplayer!!! right now I have put a notice on top of the page, indicating that it needs the web player.

anyone?

peter

The UnityObject2.js script file is responsible for determining whether the user has the plugin or not, and will install it if the user doesn’t have it. When viewing your site (in Safari on a Mac) I get 2 script errors and other warnings. You might want to check that the webpage you are hosting correctly makes use of UnityObject2.js. I took a quick look and got very lost in the coding of the page. The content played back on the third time for me - I do have the plugin installed. You might care to host up the version that gets built by Unity, and point people at that, rather than tell them to manually install and then come back to the more complex page.

(I can see that you have a unitydog.js that has the UnityObject2.js code in it.)

Then it must be the unitydog wordpress plugin that isn’t handling it correct. I can see that the worspress plugin writes in the console that the webplayer is missing.

I’ll make my own wordpress plugin for this.