These forums are provided for community interactions only. For official support please submit a support ticket.
You are not logged in.
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
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
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
No answer to this? I'd like that the thumbnail would change from bw to color when rollover..
Lars
Offline
nope... its a fairly basic request as well.
Offline
Thumbgrid 2 did that.
You have to set:
Active Filter: DIM ( or none)
Inactive Filter: Black and White
Rollover Filter: none
Offline