Les pàgines web amb Unity Web Player no funcionen?

Hola, no puc visualitzar la pàgina web:

http://www.muse…s_santboi.html

perquè fa servir Unity Web Player, tot i després d'instal·lar-lo:

Code

sudo apt-add-repository ppa:pipelight/stable
sudo apt-get update
sudo apt-get install --install-recommends pipelight-multi
sudo pipelight-plugin --update
sudo pipelight-plugin --enable silverlight
sudo pipelight-plugin --enable widevine
sudo pipelight-plugin --enable unity3d


El joc

http://www.jueg…om/lame-castle

funciona, però NO puc accedir a la pàgina del museu.

Què faig malament?

Gràcies

Joan Padró
Hola,

No sembla que funcioni molt bé la web del museu, a mi tampoc m'ha funcionat.


sudo add-apt-repository ppa:pipelight/stable
sudo apt-get update
sudo apt-get install --install-recommends pipelight-multi
sudo pipelight-plugin --update

Tal com diuen aquí:
http://wiki.uni…sing_Pipelight

Per activar el plugin comenten de fer un script executable com el següent:

Code

#!/bin/bash

#FDS-Team: Pipelight Project
#Tomasz Zackiewicz, Pipelight.sh


#update the checksum of Unity3D Web Player
sudo pipelight-plugin --update

#for Firefox, clear the plugin cache
sudo pipelight-plugin --create-mozilla-plugins

#enabling Unity3D Web Player
sudo pipelight-plugin --enable unity3d


Però la web del museu no arrenca :(

Projecte Linkat
Gràcies, Pablo.

Ho comentaré als del museu.

Joan Padró