Kyle Posted January 30, 2006 Posted January 30, 2006 I have a certain co-worker whose job is to distribute photos to many different people. She uses Kodak EasyShare Galleries to get these photos to everyone and I was wondering if anyone knows of an easy way to use this horrible service. The photos are displayed in a javascript slideshow: var curPhotoIdx = 0; var handledCommentId = 0; var albumIndex = 0; var albSeqNo; if (curPhotoIdx > 0 && connectionSpeed == CONNECTION_SPEED_DIALUP) albSeqNo = curPhotoIdx - 1; else albSeqNo = 0; photos[albSeqNo] = new Photo('922289682305', 'http://images.kodakgallery.com/servlet/Images/photos1414/3/82/96/.../9/922289682305_0_BG.jpg?a=5', '', 640, 480, 944808301105, false, '', 0, 0, false); var c = photos[albSeqNo].comments; ++albSeqNo; photos[albSeqNo] = new Photo('636999682305', 'http://images.kodakgallery.com/servlet/Images/photos1414/3/82/96/.../6/636999682305_0_BG.jpg?a=5', '', 640, 480, 944808301105, false, '', 0, 0, false); etc. I doubt that helps anyone, but it might. It seems to be impossible to right-click and save each individual image. Not because right click is blocked, but the "save image as" button doesn't even show up in the right click menu. It's as if it's not treated as an image. Does anyone have any experience with this EasyShare Gallery? I can't really imagine a way to explain it to anyone who doesn't already know how it works. If anyone has found a method to extract every photo at once I would eternally grateful. I've tried Save Page As... option but there is only the one, currently displayed photo saved. So far I've had to go through the source and copy and paste each address into a new window. I can't help but feel stupid doing that.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now