ActiveDen

Flipping Card Image Viewer

  • Has been a member for 5-6 years
  • Envato Staff
  • Reviewer
  • Exclusive Author
  • Sold between 100 000 and 250 000 dollars
  • Elite Author
  • Bought between 10 and 49 items
  • Australia
  • Referred between 10 and 49 users
RimV says
Author

its inside fImageViewer.as file

Posted 3 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
TrailRunnr says

Does the back button give the appearance the image is coming off of the top and then changing? The forward button gives the appearance the image goes to the bottom of the pile (very realistic). But I am not seeing the same realism when the back button is clicked.

Am I missing something. Thanks for clarification. I am thinking about purchasing for a project, but I know how particular my client is…

Thanks and great work!

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

Is it possible to insert images on the back side too? thanks.

Posted 3 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Bought between 50 and 99 items
  • Brazil
boitel says

Hi, I would like to purchase this file. But wanted to know if you could provide me it is already carrying within another swf

Posted 3 years ago
  • Has been a member for 5-6 years
  • Envato Staff
  • Reviewer
  • Exclusive Author
  • Sold between 100 000 and 250 000 dollars
  • Elite Author
  • Bought between 10 and 49 items
  • Australia
  • Referred between 10 and 49 users
RimV says
Author

@ nubureau: no , it doesn’t support back image

Posted 3 years ago
  • Has been a member for 5-6 years
  • Envato Staff
  • Reviewer
  • Exclusive Author
  • Sold between 100 000 and 250 000 dollars
  • Elite Author
  • Bought between 10 and 49 items
  • Australia
  • Referred between 10 and 49 users
RimV says
Author

@boitel: you mean to load it inside another gallery ?

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

I just bought it and have been able to customize numerous variables – thanks!

Is there any way to add a dropshadow to each image? I added it to the image as a png, but it doesn’t support pngs. Any ideas on how to add a dropshadow?

thanks :)

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

I worked it out.

// Transparency private var photoTransparent:Boolean = true;

Thanks anyway!

Posted 3 years ago
  • Has been a member for 5-6 years
  • Envato Staff
  • Reviewer
  • Exclusive Author
  • Sold between 100 000 and 250 000 dollars
  • Elite Author
  • Bought between 10 and 49 items
  • Australia
  • Referred between 10 and 49 users
RimV says
Author

:)

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

Thanx for this file. I am having some issues with the mapping of the text on the backside. We need to use rectangular images in the front, but if those images are not square, the font in the back stretches in a really ugly way.

Our image aspec ratio is consistent, is there a constant somewhere in the code that I can change to prestretch the font in the back or so?

Posted 3 years ago
  • Has been a member for 5-6 years
  • Envato Staff
  • Reviewer
  • Exclusive Author
  • Sold between 100 000 and 250 000 dollars
  • Elite Author
  • Bought between 10 and 49 items
  • Australia
  • Referred between 10 and 49 users
RimV says
Author

@Phoenix10: can you provide some screenshot ?

Posted 3 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
idesigntec says

do you do custom work?

Posted 2 years ago
Author
RimV RimV replied

i’m not available atm

Posted 2 years ago
  • Has been a member for 2-3 years
  • Bought between 10 and 49 items
stmulligan says

I like the pile visual but i see no need to turn some of them upside down. To quickly browse and find a picture, I’d like the cards in the pile to be turned no more than 35 or 40 degrees in either direction. i think would lead to quicker recognition. Can this be set in the controls?

Posted 2 years ago
Author
RimV RimV replied

it’s not implemented and will require some modification

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

Hello,

Is there an easy way to turn off or remove background gradient?

Thank you.

Posted 2 years ago
Author
RimV RimV replied

just remove the background layer in Timeline panel

Posted 2 years ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
kfrisch says
Purchased

Hello RimV.

I have a question, regarding the positioning of the elements. What I need to do (and almost succeeded in) is to implement it on my webpage, www.imagevolume.com If you click the photoalbum and click the “SE EGNE BILLEDER ” (means “watch my pictures”)-button, the images must reside inside the white area. However, I can’t quite figure out how…

THE ASSIGNMENT : I need to switch off the automatic stage-adjusting, so that it has a fixed position, according to the popup-window.

I don’t know if it helps – but this is the code, I use for instantiation:
var myImages = new fImageViewer();
                trace(this.x); // is "0 (zero)" 
                myImages.x = -378; // I want it's center to be in the white rectangle center
                myImages.y = -167;
                myImages.rectangleWidth = 400; // instead of stage.stageWidth, set the width of the white area
                myImages.rectangleHeight = 300;
                myImages.InitiateNow(); // Do not initiate in constructor, as values rectangleWidth/Height hasn't been set on instantiation. Instead, the constructor is renamed to "InitiateNow" 
                event.currentTarget.parent.addChild(egneBilleder); // add it, not according to the button, but the button's parent (that is, the settings window)
Posted 2 years ago
Author
RimV RimV replied

To disable auto position when resizing stage you can delete or comment


 stage.addEventListener(    Event.RESIZE, rePosition);

in Initial3D() function

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

Hi i was wondering, is it possible to make the background transparent when put into a CSS /HTML file? I am willing to pay a little extra if you could code this for me, thanks.

Posted 1 year ago
Author
RimV RimV replied

Yes that is possible with a few minor tweak.

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

Is it possible to use video with this as well? A mix of images and video, maybe even some swf’s?

Posted 1 year ago
Author
RimV RimV replied

Other media type is not supported at the moment I may have upgrade plan in future but cannot confirm this

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

Hi there. Is it possible to include hyperlinks in the descriptions on the rear of the images?

The reason I ask is that a client would like their products displayed almost as a deck of cards, and this seems like an excellent way to do just that. The issue is that I’d like visitors to then be able to follow a link on the rear of the product image to a further page containing details of that product.

Many thanks.

Posted 6 months ago
Author
RimV RimV replied

Hi,

The rear card doesn’t support live link unfortunately, the link is put in separated textfield under as you can see in the preview.

Posted 6 months ago
  • Has been a member for 0-1 years
  • Bought between 1 and 9 items
jerryisgood says
Purchased

I figured out how to change the position of the arrows but I would also like to move the cards themselves. How can I accomplish this so the stack is off centered and not directly in the middle of the stage every time?

Posted 6 months ago
  • Has been a member for 5-6 years
  • Envato Staff
  • Reviewer
  • Exclusive Author
  • Sold between 100 000 and 250 000 dollars
  • Elite Author
  • Bought between 10 and 49 items
  • Australia
  • Referred between 10 and 49 users
RimV says
Author

@jerryisgood: Please check FAQ

Posted 6 months ago

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

$15Regular Licence

$15

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

$150Extended Licence

$150

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

90 Purchases 40 Comments

Buyer Rating
12345 ( 17 ratings )
RimV

RimV

  • Has been a member for 5-6 years
  • Envato Staff
  • Reviewer
  • Exclusive Author
  • Sold between 100 000 and 250 000 dollars
  • Elite Author
  • Bought between 10 and 49 items
  • Australia
  • Referred between 10 and 49 users
View Portfolio
Created 8 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 CS4 (10+), Flash CS5 (10+)
Published Size 93.4kb
Resolution Resizable
by
by
by
by
by