Quote:
Originally Posted by Razvan
to make the image clickable:
in bigImage.as go to line 212 (Tweener.addTween(Img,{_colorTransform:cEnd, time:.5, delay:.5, transition:"easeInOutQuad", onComplete  elegate.create(this, oc)})  and type after this
Img.onPress = function (){
getURL("http://www.google.com/", "_blank");
}
each time you click on the image that url will be launched.
|
Hi, I've just purchase your very nice gallery.
Im interessed to this function but I need to open not a new web page, but a new page with the large image that selected... how can change your code?
Thanks in advanced
Atcom