Unity plugin problem on Chrome

Try this webplayer if you want, it’s only 2Mb.

Big problems on Chrome, but it works perfectly on FireFox.

Chrome is blocking the app because your using a https URL protocol and not referencing to our UnityObject2.js https version:

[blocked] The page at https://dl.dropbox.com/u/858716/U_PROJECTS/HHAVOKK/005/WebPlayer.html ran insecure content from http://webplayer.unity3d.com/download_webplayer-3.x/3.0/uo/UnityObject.js.

Replace this:

http://webplayer.unity3d.com/download_webplayer-3.x/3.0/uo/UnityObject.js

With:

https://ssl-webplayer.unity3d.com/download_webplayer-3.x/3.0/uo/UnityObject2.js

Thanks,
Chris

Uhh the problem is not loading the app or not, it loads it once you give permission.

The problem is that there is a huge lag in keys response.

Anyway, I maybe tracked it down (have to test it yet).
There were 3 active cameras in the scene and in my noobness I thought that only the actual camera was being rendered, so I left them all active and switched when needed.