Great! Coding, Idea, Options.
- 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
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!
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
Hi Lydian,
Sorry for the last message…. SlideShow is Ok now !
Thanks, Charly
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
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.
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
Hello,
How to set the config.xml file url when embeding the gallery in html?
Thanks
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.
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
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() “
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
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
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
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
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.
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
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
Can I use a static background image and also can I link directly to a category? thanks
I would also like to know, if its possible to link directly to a category. An answer would be really nice. Thanks!
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

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