Possible to add link to each photo? I wan to use it for a Membership Step by Step process Benjamin
- Has been a member for 4-5 years
- Exclusive Author
- Sold between 10 000 and 50 000 dollars
- Bought between 50 and 99 items
- Referred between 100 and 199 users
Hello pastrana….
yes it’s possible, but with some modifications in the code…
- Has been a member for 4-5 years
- Exclusive Author
- Sold between 1 000 and 5 000 dollars
- Bought between 10 and 49 items
- United States
- Referred between 1 and 9 users
nice file
Hello Jorge, nice file. It’s possible to use this for fullscreen images?
- Has been a member for 4-5 years
- Exclusive Author
- Sold between 10 000 and 50 000 dollars
- Bought between 50 and 99 items
- Referred between 100 and 199 users
hi,
sure you can use it with fullscreen images, if you have any problem with configuration just let me know…

i wanna your email, to ask you a freelance job
Hello,
Very nice thing
I wanted to add sound to the click and another sound to the click where there’s no more photos. Would appreciate your help on this one 
- Has been a member for 4-5 years
- Exclusive Author
- Sold between 10 000 and 50 000 dollars
- Bought between 50 and 99 items
- Referred between 100 and 199 users
Hi martinfinch:
_root timeline in the actions layer add this code:
var m1:Sound = new Sound() ; var m2:Sound = new Sound() ; _root.m1.loadSound(“yoursound1.mp3”, false) ; _root.m2.loadSound(“yoursound2.mp3”, false) ;
Then when no more photos add this code in lines 53 and 65: _root.m2.start(0,1) ; // m2 is sound when no more photos
add this code if you want sound when you click:
line 4 and 6:
_root.m1.start(0,1) ; // m1 is the sound click
Thanks
I used attachSound instead
Hi,
I have one more small question. I want to put the button with url into photos movie clip. I’ve manage to tweak it so it does change the cursor to standard (hand) shape when rolled over and goes back to your arrow shape when rolled out. Now when I click the button it goes to the url but also makes my flash thing to go to next photo. Not sure if I make my self clear
here’s action script for the button:
on (rollOver) { Mouse.show(); _root.cursor._visible = false; Mouse.removeListener(imgMouseListener); }
on (rollOut) { Mouse.hide(); _root.cursor._visible = true; Mouse.addListener(imgMouseListener); } on (release) { getURL(“http://www.someurl.com”, _blank); }
I would be more than grateful if you could advise me this last time 
One more thing I forgot to mention. I modified the file so “photos” movie clip is now loaded externally. Action script though still stays on the 1st frame of the _root.
This is exactly what i am looking for but I have a question: Can I make this just do the arrows when its over a gallery section but then change back to a custom cursor when you roll off of the gallery area?
So i want this when its over the gallery but to change back to a custom cursor when I move off of the gallery area
Thanks!
- Has been a member for 4-5 years
- Exclusive Author
- Sold between 10 000 and 50 000 dollars
- Bought between 50 and 99 items
- Referred between 100 and 199 users
Hi media-mixx,
Sorry late response, hollidays for me last month:)
maybe you want to see this file with this features:
http://activeden.net/item/xml-professional-website-v2/15816

this doesn’t work, what do I need to re-code this?
Here’s the code needed, Just replace the AS in the file:
import mx.transitions.Tween; import mx.transitions.easing.*; function direita(){ nr = fotonr; //var _loc1:Tween = new Tween(photos, “_x”, Bounce.easeOut, this._x, this._x – 290, 0.8, true); var xPosX:Tween = new Tween(photos, “_x”, Strong.easeOut, photos._x, photos._x – 580, 0.8, true); } function esquerda(){ nr = fotonr; //var _loc1:Tween = new Tween(photos, “_x”, Bounce.easeOut, this._x, this._x + 290, 0.8, true); var xPosX:Tween = new Tween(photos, “_x”, Strong.easeOut, photos._x, photos._x + 580, 0.8, true); }
Great file. How can i alter the code so that I can click on the MC to go to a page?
Instead of embedding the image to the file, how can use the images as external file? Thanks!
Any chance we’ll see an AS3 version?

74 Purchases
38 Comments