I already figure the first 3 selecting methods won`t work but what about when you click on "list all 200 experiments" and get http://www.cci.ethz.ch/en/exlist.html?ismovie=-1&exchap=-1&exlist=-1
It appears to be an invalid link with the question marks and symbols....is there a way to make it work?
Thanks,
Jeff
For instance the very first Movie on that page has a link to:
http://www.cci.ethz.ch/mainmov.html?expnum=1&ismovie=0&picnum=-1&control=0&language=1
But OEE tries to send it to http://mainmov.html?expnum=1&ismovie=0&picnum=-1&control=0&language=1
For some reason its treating the directory mainmov as a server and ignoring the real server.
The button-gifs are also messed up; for instance the `Movie` gif is really at: http://www.cci.ethz.ch/gfx/list/movie-o.gif
But OEE seems to want to find it at: http://www.cci.ethz.ch/default.htmgfx/list/movie-o.gif
adding the default to the address and thus corrupting the link.
http://www.cci.ethz.ch/mainmov.html?expnum={:1..200}&ismovie={:0..1}&picnum=-1&control=0&language=1
This will load all movies and images.
Best regards,
Oleg Chernavin
MP Staff
OEE seems to try to use the nonexistent locations for the gifs and nothing loads because the right gif isn’t there. I was able to get the GIFs to work because the error seems to be uniform and most of them downloaded so I just created a copy of the real folder with all the Gifs and put it in the folder that OEE seems to think the gifs are located in but that still doesn’t fix all the links.
None of the movie/slideshow/picture links work (although I did get the button GIFs to work); I’m still getting the mainmov.html being treated as a server issue. If I could just figure out the frames issue then I could probably create a folder for the mythical server mainmov and copy the correct files to there.
Oleg.