I’ve tried to run the blender-plugin on my website, but someting go wrong:
the “loading” bunny appear but the bar don’t progress. I’ve tried the same code on another website, where I have a small free account, and the plugin start!
What’s the problem? Maybe that the website were the plugin don’t start is a Windows hosting? (I don’t know the other website hosting machine).
Yes it work. I’ve also tried the little walkthrough model often used as example on the net, and it don’t work either.
I’ve tried to add a download link directly on the web page, like this:
putting the .blend to be downloaded. But the download don’t start. The cause is a limitation of the extension that the user could download on my host windows server. Maybe the two problems are related?
The file walkthrough_demo.blend is on the root of my server. I’ve tried to put it on a folder, called “downloads” and to write
value =“downloads/walkthrough_demo.blend”
but… nothing.
But I’ve used the same code in a page in a free web space that I have on a “netscape” site, and here it worked!
Now don’t remember the url, tomorrow I’ll post you.
When I was using the web plugin to display my games I found that one site worked fine aand another didn’t. The only difference I could see was the one that didn’t work had server animated banners and the one that worked didn’t.
In the first url all work fine, in the second all is stuck!
I’ve renamed my .blend file in wal.blend, to avoid errors with caps or spaces.
I don’t manage to see the difference between the two servers. About the server of the first url I don’t have any informations, about the second I know that is a window server.
Look also at the download problem. In the firs server you can download the file .blend (clicking on “download my file”), on the second the download don’t start.
The solution of this problem is that the .blend extension is not present in the MIME map of my windows server.
Maybe these to problems are related?
wow thats the weirdest thing i have ever seen i honastly cant see why that would work one server and not on a nother im pretty sure a mime type shouldent have anything to do with this a mime type is “A method used by Web browsers to associate files of a certain type with helper applications that display files of that type.” so you should be atleast able to download an unknow file type from a server if its not setup i looked at the source of both and thers nothing diffrent between them so im really stumped i need to look in to it but i have to work so it will be later on tonight after like 10 pm est
i do have proof that the blender embed works go here http://waynefox3.googlepages.com/Copyofblender3dembedcode.html
and see i ahve the cab for the plugin there to so you should be able to install it on ie atleast sorry firefox users i cant find the xpi for the firefox blender plugin install yet but it does work
according to them this is the reason why I can’t start a download of a .blend file on their server.
I don’t know if this is helpful. The whole thing is a mistery to me
well heres some food for though i have a web server abyss web server to be exact and i have used others that does not have a blender file tye mime type the only thing a mime type does from what ive seen is open in the browser an application to display said file eg… flash files are somthing like x-application/swf or what ever the mime type is for swf files
heres somthing i thought of yesterday when i got home does your server allow the upload if blender files some servers only allow certin files and will instantly delete files not allowed check to see if you files still there
you wouldent have any info about the 2 servers you showed in the last post
like free or paid file types allowed on the server ect…
it should work with out a mime type also because im pretty sure google doesent use one and i didnt have one on my server and the blender code still worked (throu the embed using the game engine to make somthing interactive and such not for the downloading part)
I check for my file and it’s still there. I don’t have a lot of informations about the two servers. The first server is a window server and, as far as I know, there is no problem with free or paid file type etc…
The second server is owned by netscape " http://mywebpage.netscape.com". Maybe someone on this forum have an account with it and could give me some feedback.
ok i just did a little test and the one located on netscape works fine the walkthroudemo one atleast the other one the http://www.museovirtuale.org/mvprova.htm willl not get past the loading screen as mentioned earlyer i am absoloutly at a loss for words why this doesent work i really cant find anything wrong but theres somthing im not seeing
heres the codes i used to test maybe somting can be discovered from here
now the only diffrence is that i have a copy of the plugin cab on my site and i linked that there
ok just noticed somthing else i used ie to view and well it will do blender in the sence that the embed code works because the loading screen comes up im thinking that directory where that files located is wrong some where
ok somthing just occured to me i looked at the sites with ie and i think i know whats going on the file its looking for wal.blend or wallll.blend what ever one its looking for is not there thats why the loading screen doesent go away or the files not where the source is pointing to makesure the files is where the source points to or make the source point to the file
eg
It seems a server problem, as you say, is like the plug-in is unable to find the .blend file (when the .blend file is really not present on the server the plugin stop in the same manner). But how help the server to find the file I don’t know.