ActiveDen

Dynamic Photo Gallery / Slideshow (XML / AS3)

  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
saschaelk says
Purchased

Great! Coding, Idea, Options.

Posted 1 year ago
  • Has been a member for 2-3 years
  • Exclusive Author
  • Sold between 100 and 1 000 dollars
  • Bought between 10 and 49 items
  • United Kingdom
V1 says

Hi, 3 questions…

Is it possible to change the thumbnail size? Can the graphics be easily edited inside the FLA ? And can i copy the galleries library over in to another FLA and have it function properly?

Thanks!

Posted 1 year ago
Author
lydian lydian replied

Hi,

Yes, it’s possible to resize the thumbnails. All of the graphics are defined as vector graphics in the fla file. Please see the help file and my previous comments to learn how to use it in another project.

Regards, Lydian

Posted 1 year ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
qualiweb says
Purchased

PhotoGallery.fla don’t work !!!!!!!!!!!!

NO ACTION SCRIPT TO LOAD XML FILE OR ACTIONSCRIPT FILE !!!

Thank’s to give me back the money or a good .Zip.

Testing with CS3 and CS5 …

Sincerly, Charly

Posted 1 year ago
Author
lydian lydian replied

Hi,

I’m sorry but I don’t understand the problem that you’re having. It’s normal that you cannot find any actionscript code in the fla file because the source code is formed as external source code files. Please see the src directory in the package.

Thanks, Lydian

Posted 1 year ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
qualiweb says
Purchased

Hi Lydian,

Sorry for the last message…. SlideShow is Ok now !

Thanks, Charly

Posted 1 year ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
qualiweb says
Purchased

Lydian,

My english is not very good… Could you indicate where activate Looping of all the data ??? When the last photo of data xml is in view… the slideshow stop !

regards, Charly

Posted 1 year ago
Author
lydian lydian replied

Open ThumbnailMenu.as file and modify the following method. I didn’t test it so use it at your own risk.

public function selectNextThumbnail():void {

       if (_currentIndex < _category.length - 1) {
           selectThumbnail(_currentIndex + 1);
       } else {
           selectThumbnail(0);

       }

}

Recompile the project, after making these changes.

Posted 1 year ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
flyfisho says
Purchased

Gday, Liking the gallery. Trying to work out why the full screen option is not working. I have embedded the gallery in my flash project and it doesnt work but when embedded in html it does…....any ideas? Thanks

Posted 1 year ago
  • Has been a member for 2-3 years
  • Bought between 1 and 9 items
tomekole says
Purchased

Hello,

How to set the config.xml file url when embeding the gallery in html?

Thanks

Posted 1 year ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
MountDoom says
Purchased

Hi,

Great product, very nicely coded.

A very specific question: can you tell me where to find the mousedown code for the _prevButton and _nextButton? I can’t seem to find it in any of the .as files.

Many thanks.

Posted 1 year ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
rajan says
Purchased

It’s a very good gallery, all is ok

only a question: today i try to create a category within 93 photos and the gallery slow down until all photo are loaded. There is a way to don’t load big images until I click on thumbnails? It’s good when there is a very large category Thank you very much and congratulation again for the good product

Posted 1 year ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
Romsky says
Purchased

Can somebody tell me how i can load the Gallery into an MC with AS3 ? I got some errors.

” TypeError: Error #1009: Der Zugriff auf eine Eigenschaft oder eine Methode eines null-Objektverweises ist nicht möglich. at net.flashden.lydian::PhotoGallery/init() at net.flashden.lydian::PhotoGallery() at flash.display::Sprite/constructChildren() at flash.display::Sprite() at flash.display::MovieClip() at PhotoGallery_fla::MainTimeline() “

Posted 1 year ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
Romsky says
Purchased

I follow your manual. The gallery is working fine. But only when i drag and drop the mc with the gallery. But i want to load other external swf into mc. That works fine. When i want to go back to gallery how can i do this? Because the attachMC version of as3 gives me the same erreo like when i load the gallery as external swf.

I hope you can advice me.

Greets

Posted 1 year ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
nnmikesell says
Purchased

I am not sure what I am doing wrong but I am using it as a standalone application, so I went into the data file and added the categories and photos and saved the file. I then open the html file and it just comes up black. Is there anything I have to do after I save the data file to make it work? Do I have to republish it in flash? Not sure what to do. I’m sorry I’m such an idiot with this stuff but if you have any more detailed instructions I would greatly appreciate it. Also if I don’t have descriptions or titles for the images what do I do? And can I change the background?

Please help me, I need it :)

Thanks

Posted 11 months ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
nnmikesell says
Purchased

I am not sure what I am doing wrong but I am using it as a standalone application, so I went into the data file and added the categories and photos and saved the file. I then open the html file and it just comes up black. Is there anything I have to do after I save the data file to make it work? Do I have to republish it in flash? Not sure what to do. I’m sorry I’m such an idiot with this stuff but if you have any more detailed instructions I would greatly appreciate it. Also if I don’t have descriptions or titles for the images what do I do? And can I change the background?

Please help me, I need it :)

Thanks

Posted 11 months ago
  • Has been a member for 0-1 years
gsteve081 says

Hi, I am interested in purchasing this gallery to incorporate in a website am building.

Kindly, in the script is there an option to remove the directory button and the full screen button? I will be using menu buttons for all the photo sections

Thanks

Posted 11 months ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
cgreen says
Purchased

Currently, I have the slideshow autostarting. Which is great. My issue is that the slideshow will end when it gets to the last image within a category. I would like to have the slideshow loop back to the first image and start the slideshow again for continuous play. I tried the code from the post answer for qualiweb; but it did not work. Please let me know if you have a solution. Thanks.

Posted 11 months ago
  • Has been a member for 1-2 years
  • Bought between 50 and 99 items
NaRanJiTo78 says
Purchased

Hi!

Can i put the categories window fixed at the right side, like the next image?

http://img94.imageshack.us/i/galeriac.jpg/

Thanks in advance

Posted 10 months ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
harishcoorg says
Purchased

hi, good work, I have 2 quiries

1. i am trying to make the shadow spread over all direction. not as towards right as its now. 2. I dont want the big images to fit to the screen, instead I want around 10-20 px gap around all direction.

please let me know where I have to edit or add the shadow filter. and please let me know how to reduce the height of the big image

thanks Harish

Posted 9 months ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Beta Tester
  • Bought between 10 and 49 items
  • Canada
mayurj says

Can I use a static background image and also can I link directly to a category? thanks

Posted 8 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
zire says
Purchased

I would also like to know, if its possible to link directly to a category. An answer would be really nice. Thanks!

Posted 4 months ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
ericschmid says
Purchased

Has anyone figured out how to get the “i” information / Description panel to show up onLoad vs. having the user click on the “i” to get the Description panel to show up?

thanks in advance eric

Posted 4 months ago

You must sign in or sign up to purchase this item.

$20Regular Licence

$20

Regular Licence a website (commercial, personal, client), free game, e-card, or presentation - Details

$200Extended Licence

$200

Extended Licence an app, paid game, or other software project, a website template for sale - Details

639 Purchases 340 Comments

Buyer Rating
12345 ( 113 ratings )
lydian

lydian

  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 50 000 and 100 000 dollars
  • Elite Author
  • Bought between 1 and 9 items
  • Europe
  • Referred between 500 and 999 users
View Portfolio
Created 16 December 08
ActionScript Version AS3
Documentation Well Documented
Flash Files Included Flash FLA, ActionScript AS, XML Files, HTML Files, CSS Files, JS Files
Opens With Flash CS3 (9+)
Published Size 54kb
Resolution Resizable
by
by
by
by
by