These forums are provided for community interactions only. For official support please submit a support ticket.

You are not logged in.

#1 2011-05-24 01:06:40

wildbate@yahoo.com
Member
From: Ireland
Registered: 2006-03-15
Posts: 20

ROllover effects

Hi ,
I would like to create rollover effect when you scroll over the thumbnails in thumbgrid.

The specific effect i am looking for is a flash of white color visible on the the thumb each time roll over it.
thanks!!!

Last edited by wildbate@yahoo.com (2011-05-24 01:07:09)

Offline

 

#2 2011-05-24 02:13:41

wildbate@yahoo.com
Member
From: Ireland
Registered: 2006-03-15
Posts: 20

Re: ROllover effects

ok .

Ive been doing some research........
what Im after is sort of a combination between
the below 2.

Perhaps , although the dim isnt exactly what im after........ somehow you could rollover the image ... it goes dim for a second and then returns to the normal state. ????


my_ssp.imageActiveFilter="Dim";


import net.slideshowpro.thumbgrid.*;
2.function onThumbEvent(event: TGThumbEvent) {
3.if (event.type=="rolloverThumb") {
4.trace(event.data.caption);
5.}
6.}
7.my_tg.addEventListener(TGThumbEvent.ROLLOVER_THUMB, onThumbEvent);

Offline

 

#3 2011-05-24 04:18:53

wildbate@yahoo.com
Member
From: Ireland
Registered: 2006-03-15
Posts: 20

Re: ROllover effects

is it possible to add 2 different images  for each thumb

so you have the inactive state thumbnail and the active thumbnail picture?.

also for them to be .swfs?

Offline

 

#4 2011-10-31 23:32:00

frifoto
Member
From: Tromso, Norway
Registered: 2006-05-31
Posts: 46
Website

Re: ROllover effects

No answer to this? I'd like that the thumbnail would change from bw to color when rollover..
Lars


Lars Andersen
Photographer in Tromso, North of Norway
fotograf i Tromsų
IamLars.com

Offline

 

#5 2011-10-31 23:47:32

wildbate@yahoo.com
Member
From: Ireland
Registered: 2006-03-15
Posts: 20

Re: ROllover effects

nope... its a fairly basic request as well.

Offline

 

#6 2012-01-12 00:32:49

agmichaca
New Member
Registered: 2007-11-21
Posts: 5

Re: ROllover effects

Thumbgrid 2 did that.

You have to set:

Active Filter: DIM ( or none)
Inactive Filter: Black and White
Rollover Filter: none

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson