hey hows i just want to know a few things before i buy this component
can i resize the whole component to make images load bigger then what you have it at the moment.
#  /  posted on May 17, 2009
Home / /community/ / Components Discussions / 2D Image Zoom Gallery
hey hows i just want to know a few things before i buy this component
can i resize the whole component to make images load bigger then what you have it at the moment.
Hi,
Thank you for your interest. You can set the thumb size via the external xml configuration file. You may also want to check the general Tips and Tricks tutorial for various useful questions ( you find the link in the product description ).
Regards,
FT
Hello,
Is there a way to close the “BigImage” using the existing mouseClick listener(s)? Also, how can I disable the “auto-load” for the “BigImage”?
Regards,
JP
Hi,
To disable the big image auto load you need to edit the .fla file in Flash and edit the menuHolder clip and the look for the addObjects() method and comment the
loadBigImage(mcp0); call at the end.
If you want to close ( hide ) the big image you need to change some code and edit the imageBox clip from the stage and go to the read me layer and look for the releaseHandler at the end ( this opens an external URL when the big image is pressed ). Here you can comment that code and set the target an invisible for example when released.
Regards,
Flashtuning
Please login to post replies.