Page 1 of 1

don't step on my blueshoes-4.5[SOLVED]

Posted: 12 Aug 2007 21:05
by just-do-it
I grabbed the code for the test page at
http://people.videolan.org/~damienf/plugin-0.8.6.html
and when I ran it got a javascript error when it ran.
No problem quoth I and downloaded blueshoes-4.5 which was loading the slider at the bottom of the page. The page then loaded without error but without a slider.
On checking my server logs I noticed the following two lines:

Code: Select all

blueshoes-4.5/javascript/components/slider/img/aluminumalloyvolcanic/horizontal_knob.gif - 404

Code: Select all

blueshoes-4.5/javascript/core/form/Bs_FormUtil.lib.js - 200
so my question is "what should I install in addition to the basic blueshoes-4.5 package?" so that I can have a slider.
Any one been here already and can give me a clue?
cheers
chris

Re: don't step on my blueshoes-4.5(elvis has been dead 30 years)

Posted: 13 Aug 2007 06:35
by ror27
If you download and install the slider package from BlueShoes at http://download.blueshoes.org/blueshoes ... public.zip and modify your URLs correctly it should work, providing you also copy Damien's "aluminumalloyvolcanic" slider theme.

It is a very nice and neat interface to the browser plugin, and I think the presence of such controls are basically a necessity on any webpage.

However bearing in mind that BlueShoe's license is not compatible with the GNU GPL is this a suitable choice of client library? I know that it is widely accepted that the GPL can't "cross the boundary" of simply scripting a plugin or indeed affect server side code that you may be using the javascript library in http://www.gnu.org/licenses/gpl-faq.html#WMS, but is it compatible with the ethos of Free Software and thus the VideoLAN Project? Furthermore BlueShoes obfuscate the sources which are only provided free as in beer rather than with the freedom to modify them.

Basically it's pretty trivial but timeconsuming to rewrite it since it's just used for the slider, but that cross-browser stuff is tedious - perhaps using a javascript widget library licensed under the GPL would be a better idea?

Re: don't step on my blueshoes-4.5(elvis has been dead 30 years)

Posted: 13 Aug 2007 13:49
by just-do-it
thanks ror -
Downloaded gifs at http://www.blueshoes.org/_bsJavascript/ ... yvolcanic/ and put them in directory .../blueshoes-4.5/javascript/components/slider/img/aluminumalloyvolcanic/ and lo I now have a slider at http://just-do-it.no-ip.org/Audio/THE_S ... ntrol.html
thanks