I am contacting you regarding your component http://activeden.net/item/fullscreen-xml-gallery-v2/8899 I am interested in using this gallery. Just a couple of questions. What do I need to do to my images to get them to fill the full screen like your sample does? For example, if you take a look at the following website http://www.scottfrances.com you will see he does not fill all 4 corners of the screen but just the left and right hand side. I would to do the same exact thing. We do not want to fill the image all the way to the top and bottom. Secondly we need to have a left and right arrow so when you put the mouse over the image you can flip to the next image without having to go to the thumbnails and choose another image. We would also like to move the full screen button off of the image and have a link in our top navigation that sawys full screen. Is that doable? I know I can just go into the fla file and delete the button for full screen. I just want to make sure that if put a button or link elsewhere for fullscreen that it will set the entire web page including our top navigation and your flash component to full screen. We would like to have a link on the screen to include in our navigation that will say Thumbnails and when the visitor clicks on thumbnails they will see the thumbnails at that point. So we would like for the thumbnails that says “Images” at the bottom with the black bar to not be there until the thumbnails button is clicked. What we are trying to do is just display the top nav of our site and the image. Again see how scrottfrances.com does it and how they have a left and right arrow only when you put you mouse over the image. They even have a third icon that appears when the mouse is near the center of the image that when clicked will show the thumbnails. Can you tell me if you are using any preloaded and if you are using a transition between images? We do not need or want a transition or delay on displaying the images. Again with the scott frances site the images load about as fast as they can.
Your gallery is exactly what I want. I need to have a left and right arrow on the photos so that the visitor can move from one image to the next. I like how the thumbs work but I don’t want to force the customer to click the thumbs everytime they want to move from one photo to the other. Is it also possible for me to insert white space at the top of the page so I can include my own custom navigation?
Hello, I’ve changed the setPositions function so the images aren’t cropped. It all works except there’s a flicker when increasing the browser height once you’ve decreased the height. Any thoughts?
Here’s a link:
Here’s the code:
function setPositions () { }
// - - - - - IF PICTURE VERTICAL - - - - -
if (imageContainer._height > imageContainer._width) {
if (imageContainer._width >= Stage.width - 20) {
imageContainer._width = Stage.width - 20;
imageContainer._yscale = imageContainer._xscale;
}
else {
imageContainer._height = Stage.height - 20;
imageContainer._xscale = imageContainer._yscale;
}
if (imageContainer._height >= Stage.height - 20) {
imageContainer._height = Stage.height - 20;
imageContainer._xscale = imageContainer._yscale;
}
else {
imageContainer._width = Stage.width - 20;
imageContainer._yscale = imageContainer._xscale;
}
}
// - - - - - IF PICTURE HORIZONAL - - - - -
if (imageContainer._height < imageContainer._width) {
if (imageContainer._height >= Stage.height - 20) {
imageContainer._height = Stage.height - 20;
imageContainer._xscale = imageContainer._yscale;
}
else {
imageContainer._width = Stage.width - 20;
imageContainer._yscale = imageContainer._xscale;
}
if (imageContainer._width >= Stage.width - 20) {
imageContainer._width = Stage.width - 20;
imageContainer._yscale = imageContainer._xscale;
}
else {
imageContainer._height = Stage.height - 20;
imageContainer._xscale = imageContainer._yscale;
}
}
//-------------------------------------------------------
imageContainer._x = Stage.width / 2 - imageContainer._width / 2;
imageContainer._y = Stage.height / 2 - imageContainer._height / 2;
Hello, when you don’t have many images in the gallery the scrolling is quite strong so when you move to a thumbnail it moves out of way and you feel like you’re chasing it!:
http://workshop.c2clearcreative.co.uk/brookwood_barn/03/accommodation-barns/inside/
is there anyway to control this?
Hi!
Looks great! I have some concerns:
- Is it possible to EASILY remove the fullscreen button? or disable this function?
- Is it possible to EASILY change text and font of “IMAGES”?
Regards, Alex
Thx,
I managed to do both 
My thumbs are 90×60. I changed height of the black container of the thumbs and replaced the value within the code. Everything looks fine except the border of the thumb. It looks like it’s a square…
Is there a way to get rid of the border or to set a width AND height for the thumb?
Regards, Alex
Hello is it possible that the full size image is FIT TO SCREEN ?
Hello, I’ve tweaked this gallery:
http://workshop.c2clearcreative.co.uk/brookwood_barn/03/three-bay-cart-barns/06/
But my client is still unhappy with the way the thumbnails move, the main problem is on galleries that only have a few images, but I still need to allow galleries with many images and if I simply remove the thumbnail movement you can no longer view the thumbnails that are off the screen.
What we would like to do is remove the thumbnail movement as it is now and have arrows on either end of the thumbnail bar that move to the next or previous image as well as move the thumbnails themselves. Would you be interested in creating this for me? If so please email me at peter.s@c2clearcreative.co.uk to discuss details and costs.
Many thanks, Peter
Hi triworks, I was looking at Fullscreen XML gallery V2, and is an excellent gallery, now I need to know a few things before buying:
1: in teh gallery can I have an swf movie and not a jpg? thins means can I build a gallery of flash movies adn not images?
if yes: 2: I will need to use the gallery at a specific size, not full screen, can I do that?
3: is there a way to have the thumbnails at the top and not at the button?
4: can I have the thumbnails always displaying?
Thank you very much, I hope I can buy you the gallery, if you need to modify it to fit my need please let me know the extra cost.
Many thanks.
pablo

We think you’re searching for a different gallery. You’ve requested features that are simply not included in the package and that you’ll have to implement from scratch.