Cannot publish my webplayer into a platform. Error> Cannot download data file

Hi,
I finished the creation of my game. To finilize it, I need to upload it, and make it available from the platform of our university.
My first step was to build the webplayer file.
The second step was to insert the entire folder of my UNITY game into our server.
Once though, I try to recall the file through a URL it tells me: failed to download data file. Look. Click here to see it.
http://160.97.46.2/Vida/vidawebplayer/vidawebplayer.html

What am I doing wrong??? How can i insert my file into moodle???

Well, it seems the actual webplayer file is missing. You only have the embedding HTML page there. This page tries to load:

http://160.97.46.2/Vida/vidawebplayer/vidawebplayer.unity3d

which isn’t there. So check you have the file there and it has access permission (depending on your webserver).

Inside the “vidawebplayer” folder you only need two files:

  • vidawebplayer.unity3d
  • vidawebplayer.html

It looks like microsoft’s IIS service (which you are using) doesn’t allow / recognise the Unity mime type. See this thread for more information