LaSlow writes about using my visualslider for a product show case. Just visit this site to see it in action: http://www.smartcard24.com/
It’s hot, isn’t it?
I had to reload the website multiple times in order to see it, instead of an advertisement. But it looks great. It’s nice to see what people do with my code snippets. Just recently I got an e-mail from LaSlow with the extended code. It was you, wasn’t it? I’ll try to prepare it for upload during the next 2 weeks.
So, in any case – if you did some improvements to some of my code snippets, feel free to send them to me. I’ll publish them here.
I want to introduce you the previous posted Slideshow created with OpenLaszlo, but this time, you can use it without any knowledge of OpenLaszlo. Just download it and use a simple HTML-embed object, to tell the SWF, which pictures you want to use. This is an Example:
It’s quite simple. You just have to include the SWF file into your HTML document and give it some parameters about which pictures you want to use in the slideshow.
This is the URL to the SWF file I used:
I had to create a Presentation some days ago. As we needed a little slideshow of pictures, within that presentation, I decided to create a little Sliteshow with OpenLaszlo. Maybe it’s useful for you, so you can use it under the terms of the GPL.
Here is a little Example, created with “Visualslider”: Visualslider.swf
And this one ist quite the same, but with Slides sliding “circles”: Visualslider_c.swf
You can click on the Slides, to navigate through them. Also you can use the cursor keys, to do the same. With the key “t” you can toggle between automatical sliding and manual sliding.
Attributes:
currentslide – (readonly) returns the selected slide
slideduration – the time in ms for the slide-animation
circular – boolean for circular-sliding
timerms – the time in ms for automatical sliding
istimerstarted – (readonly) returns a boolean whether automatical sliding is started or not
Description:
A slider-view. Must be placed in <visualslider>
Attributes:
originalwidth – the 100%-width of the view
originalheight – the 100%-height of the view
currentslide – (readonly) returns a boolean whether this visualsliderview is selected or not
shadow – boolean to display a shadow under the visualsliderview
factor – (readonly) returns a scale-factor with reference to originalwidth and originalheight (useful to scale subviews)
slidenumber – (readonly) returns the number of the slider
Events:
onstop – Fires when the animation is finished
onstart – Fires when the animation is started
Here you can find the zipped source code of the example. This may be helpful to create your own slideshow: visualslider.tar (2009-07-06)