Shared Web player project not loading

Hi, i’ve seen many questions about shared project not working in web player and i’ve read a lot about it, but…
I’m using dropbox.com sharing software to share my project.

https://dl-web.dropbox.com/get/Project/WebPlayer/WebPlayer.html?w=cbe80913

I’ve read that i could change the name of the shared project from .unity3d to to .jpg/.zip (also in html where its linked to .unity3d) or i can add MIME, i really don’t understand what’s meant with mime, could anyone help please, as i understand i must insert line of the code in html but what it is and where to copy/paste it.

Thank you ,
Karl.

Mime tells the browser what to do with a type of file. ie if the mime type says Excel, the browser will open the file in Excel.

This is done on the web server configuration - so the “line of code” you are requesting depends on what type of web server is hosting the project. Given that you are using drop box, I don’t think this is really an option for you anyways.

I found out what was the problem, it wasn’t Dropbox’s problem. You must not drag and drop the files just into C:\Documents and Settings\Username\My Documents\Dropbox but you must create a new folder in Dropbox named “Public”.
C:\Documents and Settings\Username\My Documents\Dropbox\Public .
And after that by right clicking then dropbox> any file in “Public” folder will get option “Copy public link” and that is what you need. But the option just in Public folder will be “get link”.

Hope this helps for others, Thank you,

Karl.