|
|||
|
Hi There,
Have just purchased your file thru Flashden. I am trying to remove the hyperlinks from the large photos in the gallery without success. I have tried just removing the URL in the XML file but this stops the flash from working ? Can you suggest how i can turn off these hyperlinks as i just want a gallery , dont want the photos to link to anything. Thanks, Eck |
|
|||
|
Hello, in oder to do that you must:
1. open pic.as 2. delete or comment: Code:
imageHolder.onRollOver = Proxy.create(this, currentImgOnRollOver); imageHolder.onRollOut = Proxy.create(this, currentImgOnRollOut); imageHolder.onPress = Proxy.create(this, currentImgOnPress); imageHolder.onRelease = imageHolder.onReleaseOutside = Proxy.create(this, currentImgOnRelease); All the best ! |
![]() |
| Thread Tools | |
| Display Modes | |
|
|