Re: [TYPO3] levelmedia: -1

2007-06-29 Thread Georg Rehfeld
Hi Bas, > It's almost working how i want it. > The start photo is still static now because it's in TS. Any idea how to > make this random too? Sorry, I had no time today and also have no idea, how to do that with TS. I mean to have once seen a 'random' somewhere in TSref, but can't find it back.

Re: [TYPO3] levelmedia: -1

2007-06-29 Thread Bas van der Togt
Thanks for your code Georg! It's almost working how i want it. The start photo is still static now because it's in TS. Any idea how to make this random too? Attached the JS files i use. Example http://www.wolfsstyle.com/ (un: algebra pw: algebra) This is my TS: page.headerData.15 = TEXT page.

Re: [TYPO3] levelmedia: -1

2007-06-28 Thread Georg Rehfeld
Hi Bas, all, I forgot: Georg Rehfeld wrote: >myShow = new Slideshow(. If you, Bas, now also can/will reveal, what script you use for your slideshow (assuming, that it is open source) this thread would turn into something really useful for future archive readers (including me). regards,

Re: [TYPO3] levelmedia: -1

2007-06-28 Thread Georg Rehfeld
Hi Bas, all, Bas van der Togt wrote: > Another question. Now all the time the slideshow is starting with the > first image. Is it possible to rotate this with TS? I see no simple way to do that with TS, but you copy over the image names already from one JS array to another. So my approach would

Re: [TYPO3] levelmedia: -1

2007-06-28 Thread Bas van der Togt
Hmm strange i thought i tried this already... But it's working now! Thanks! Another question. Now all the time the slideshow is starting with the first image. Is it possible to rotate this with TS? cheers, Bas Georg Rehfeld wrote: > Hi Bas, > > strange, you have almost all sayed yourself alrea

Re: [TYPO3] levelmedia: -1

2007-06-27 Thread Georg Rehfeld
Hi Bas, strange, you have almost all sayed yourself already Bas van der Togt wrote: > I build the following TS: > > lib.slideshow = TEXT > lib.slideshow.field = media > lib.slideshow.wrap ( > ... > > Does anybody know how to implement something like " > import.data = levelmedia: -1, slide" in

[TYPO3] levelmedia: -1

2007-06-27 Thread Bas van der Togt
Hello list, I build the following TS: lib.slideshow = TEXT lib.slideshow.field = media lib.slideshow.wrap ( window.onload = function() { var tempString = "|"; var tmpArray = tempString.split(","); var imgArray = new Array();