ActiveDen

Simple Fullscreen Image Viewer

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

Hey I’m planning on buying this but I have 2 questions. Is it possible to stop this page from scaling? And is it possible to load swfs into this?

Thanks.

2 years ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
kobus66 says
Purchased

Hi

I have purchased and is great. One more question please. I dont want the next button to disappear when you have reached the last image. Is this possible and how please?

Much appreciated and keep up the fantastic work.

Kobus66

2 years ago
Author
shuhankuang shuhankuang replied
Open “classes/PrevAndNextController.as”
change type to “ALPHA_TYPE”
public var buttonType:String = ALPHA_TYPE;
2 years ago
  • Has been a member for 3-4 years
  • Bought between 50 and 99 items
kobus66 says
Purchased

Thanks for help However it seems to fade the opacity down slightly. Anyway to just keep it the same?

Thanks

2 years ago
Author
shuhankuang shuhankuang replied
Open the PrevAndNextController.as
set your alpha
static public var ENABLED_ALPHA:Number = 50;
2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
ghisik says
Purchased

Hi,

What do I need to do so the Images don’t scale when you resize and just stay centered?

Thanks!

2 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 1 and 100 dollars
  • Bought between 10 and 49 items
WoodHouse says

Very nice. Great Job.

2 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 1 and 100 dollars
  • Bought between 10 and 49 items
WoodHouse says

Hi I have a question Is possible to insert a button in the gallery to return at the beginning of the same. Thanks

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

Hi, I have a similar question. I bought this gallery and i would like to return at the beginning when i am in the last photo. Sorry for my english. Thanks!

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

Hi, can i set the scale mode for the images? I dont want high-formats to be cropped … Cheers Ralf

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

“Hi shuhankuang,

Is the fla file is in the zip ?

Best, R.”

Sorry for that i missed the package files !

2 years ago
Author
shuhankuang shuhankuang replied

are you kidding me. :)

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

Kuang,

you recieved an email on shuhankuang[at]gmail.com ^^

Thank you ! R.

2 years ago
  • Has been a member for 3-4 years
  • Author had a File in an Envato Bundle
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 10 and 49 items
  • Europe
adept says
Purchased

dude, please check your index.html file as it shows a “update your player… bla bla” screen on a pc and a blank screen (i.e. a big nothing) on a mac. I got this in order to save time but it appears it will cost me some to get it working.

2 years ago
  • Has been a member for 3-4 years
  • Author had a File in an Envato Bundle
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 10 and 49 items
  • Europe
adept says
Purchased

one more thing… when you say “fullscreen” DO mention that images are not scaled correctly and that part of them could be out of the viewable area.

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

Hi shuhankuang, I have purchased the simple fullscreen image viewer, it’s a great work! I have a question: it’s possible “move in” the first image of gallery? Thanks, bye!

2 years ago
Author
shuhankuang shuhankuang replied
I add a ‘fade in’ with first image, contact me, I’ll send you the file.
or you can open FLoader.as line : 200
if (index == 0) {
            container._alpha = 0;
            Tweener.addTween(container, { _alpha:100, time:1, transition:'linear' } );
            dispatchEvent( { target:this, type:ON_TWEEN_COMPLETE, ps:currentPage + "/" + totalPage, s:images[currentPage-1].text,index:currentPage-1} );
        }
2 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
Crownedog says
Purchased

Hi, I can’t find how to change the position of the ‘text’ movie clip that has the instance ‘txt’. I would like to move this so that it sits in the top right corner of the stage.

Any help would be appreciated.

2 years ago
Author
shuhankuang shuhankuang replied
Open App.as
        /**
     * stage resize, run this function
     */
    public function resize():Void {
        var size:Object = StageController.getInstance().getSize();
        var w:Number = size.w;
        var h:Number = size.h;
                // text position
        root.txt._x = 50;
        root.txt._y = h-50;
    }
2 years ago
Purchased
Crownedog Crownedog replied

Thanks. Works a treat.

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

is it possible to start the image scroll without pushing the next/prev btn. you know automatic :)

2 years ago
Author
shuhankuang shuhankuang replied

sorry, the viewer dont support the feature.
if you want, contact me for the quote. shuhankuang[at]gmail.com

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

Hi. Is it possible to change the transition between the images to a fade in, fade out instead of a slide tween?

2 years ago
Author
shuhankuang shuhankuang replied

Sorry, the viewer doesn’t support the feature.
If you want I can do customize wok for you.

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

Hello,

I have a problem.

Do you know why I can not access a particular clip externally? For example:

cargador.txt._x = Stage.width/10;

or apply a tween externally?

I do it in the ”.as” and work perfectly. But when I load it in other swf stops working.

Sorry about my english.

Thanks

2 years ago
Author
shuhankuang shuhankuang replied

Hello, I’m not clear about what you mean.
contact me via my profile, and then send me some screenshots.

2 years ago
Purchased
Default-user linkero replied

I send you an email on shuhankuang(a)gmail.com

Thanks.

2 years ago
Purchased
Default-user linkero replied

Please, I need a solution for finish my project.

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

Is it possible to change the size of the txt box while keeping the sliding affect the same, keeping the text locked to the left hand side instead of it being erratic? When I change the width of imagetext movie clip in the fla file it screws up the position of the next text field…

thx, ASh

2 years ago
Author
shuhankuang shuhankuang replied

sorry, I’m not clear about what you want, now the text is locked to the left hand side. :(

2 years ago
  • Has been a member for 5-6 years
  • Exclusive Author
  • Bought between 10 and 49 items
  • Turkey
ayyon says

Hi, Does the slide can be automatic? if so, I want to purchase.

6 months ago
Author
shuhankuang shuhankuang replied

sorry, the viewer dont support the feature. if you want, contact me for the quote. shuhankuang[at]gmail.com

6 months ago
by
by
by
by
by