ActiveDen

Fullscreen XML gallery V2

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

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.

Posted 2 years ago
Author
BurningRabbit BurningRabbit replied

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.

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

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?

Posted 2 years ago
Author
BurningRabbit BurningRabbit replied

Yes, it’s possible but you’ll have to develop at your own risk as we cannot give you support on this feature.

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

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:

test

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;
Posted 2 years ago
Author
BurningRabbit BurningRabbit replied

As you may understand, we cannot give you support on a feature that is not included in the package.

Nevertheless, you need to check the onResizeStage functionality and do nothing to the image on that mode, only control its position in X and Y.

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

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?

Posted 2 years ago
Author
BurningRabbit BurningRabbit replied

Yes. You’ve to remove the listener responsible for the thumbnails movement.

Posted 2 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • France
alesas says

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

Posted 2 years ago
Author
BurningRabbit BurningRabbit replied

Both tasks are easy to implement but it depends on your skills as a developer. The only thing you’ll have to do is enter the fla files and edit those objects.

Posted 2 years ago
Purchased
alesas alesas replied

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

Posted 2 years ago
Author
BurningRabbit BurningRabbit replied

Sorry for the late response. Do you still have the same issues?

Posted 2 years ago
  • Has been a member for 4-5 years
  • Sold between 1 and 100 dollars
  • Bought between 100 and 499 items
dallas says
Purchased

Hello is it possible that the full size image is FIT TO SCREEN ?

Posted 2 years ago
Author
BurningRabbit BurningRabbit replied

You mean not to crop the image? If yes, that’s not possible because the image will have to be distorted to do that.

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

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

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

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

Posted 1 year 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

251 Purchases 108 Comments

Buyer Rating
12345 ( 57 ratings )
BurningRabbit

BurningRabbit

  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 250 000 and 1 000 000 dollars
  • Elite Author
  • Bought between 10 and 49 items
  • Portugal
  • Referred between 200 and 499 users
View Portfolio
Created 29 February 08
ActionScript Version AS2
Documentation Some Help
Opens With Flash 8 (8+)
Published Size 38kb
Resolution Resizable
by
by
by
by
by