You are not logged in.

> The forum rules have been updated. Please take a moment to read them.


#1 2011-01-12 23:00:24

micha22
Member
From: Rielasingen/ Germany
Registered: 2010-09-17
Posts: 33
Website

More than one thumbnail slider?

Hello,

is it possible to create more than one thumbnail slider by coding the xml?
It was nice for hotel-tours with many panoramas and would give a better overview.

For example:

[img][/img]

Best michael


Uploaded Images

Last edited by micha22 (2011-01-12 23:02:48)

Offline

 

#2 2011-01-12 23:07:03

HansKeesom
Member
Registered: 2010-07-19
Posts: 1421
Website

Re: More than one thumbnail slider?

Hi Micheal,
Do you mean tabs? Each tab having its own set of thumbnails?
Not a bad idea actually. Gives more overview and will load faster.

regards,

Hans


Regards,  Hans Keesom
I stitch and render for other photographers see http://tinyurl.com/brxvlhg for details

Online

 

#3 2011-01-13 19:57:16

micha22
Member
From: Rielasingen/ Germany
Registered: 2010-09-17
Posts: 33
Website

Re: More than one thumbnail slider?

Yes exactly,

its so frustrating at the moment with only one thumbnail slider, i sit here for hours try and error hmm

best michael

Offline

 

#4 2011-02-02 10:36:30

micha22
Member
From: Rielasingen/ Germany
Registered: 2010-09-17
Posts: 33
Website

Re: More than one thumbnail slider?

Hello,

my quick and easy solution for my the thumbnail problem http://schellinger-fotografie.de/tour-s … rwelt.html
Click on Auswahlmenue.
I found a solution to create tab-sliders too, but this is a lot of xml coding.

Code:

    <plugin name="infoslide"
        url="infoslideslide.png"
        keep="true"
        visible="true"
        enabled="true"
        handcursor="true"
        capture="true"
        children="true"
        zorder="1"
        alpha="1.00"
        blendmode="normal"
        smoothing="true"
        align="left"
        edge="right"
        x="0" y="0"
        ox="25" oy="0"
        rotate="0"
        width="" height=""
        scale="1"
        scale9grid=""
        crop=""
        mask=""
        onloaded=""
        onover="action(slide_action_1_in);"
        onhover=""
        onout="action(slide_action_1_out);"
        ondown=""
        onup=""
        onclick=""
    />


    <action name="slide_action_1_in">
        tween(plugin[slide1].x,500,distance(500,3),linear);
    </action>

    <action name="slide_action_1_out">
        tween(plugin[slide1].x,0,distance(500,3),linear);
    </action>

Best micha

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson