[flexcoders] Need help with Image Tile List and ZOOM

2006-09-01 Thread envidobi
Hi all, Im trying get a tile list of 5 static images that will be listed in a tile list. Upon mouse over, a zoom effect will be given, and upon mouse out the zoom effect will be given again. I would also like, but haven't figure it out, to be able to click the image and go to a URL. My dillema is

Re: [flexcoders] Need help with Image Tile List and ZOOM

2006-09-01 Thread Phil Marston
Hi David, For the dimming you could set the alpha of each image to .5 to dim them and change it to 1 as part of doZoom, even perhaps come up with a fade component? (Maybe one exists I haven't played with transitions yet) The image component has a click event so you just need to write a