- Has been a member for 3-4 years
- Exclusive Author
- Sold between 100 and 1 000 dollars
- Bought between 1 and 9 items
- United States
Nevermind, it does. Nice work!
Nevermind, it does. Nice work!
BigZ this is the coolest gallery EVER !
Quick question: Could you substitute the “ScrollWheel” for a regular “ScrollBar” that scrolls the images just like now (from right to left)??
Please let me know… I will buy ASAP !
Great work!
hey.. nice ..
but not workin on osx – safari ?!
Very Nice! Bevor I purchase this Item, one small questions:
Since there is the possibility to set the size of the loaded pictures through the external xml file, would it be possible to set all images to the current stage.width & stage.height? Would it work if I do resize my browser window? Is there any stage.listener embedded into your *.fla script?
Please let me know!
It looks like good coding and nice design as well!
nice file! Can it load swf file?
Very Nice! Can it load swf file?
Thank you
I am really interested in purchasing this item. Before I purchase this Item, one small questions: Can i have thumbnails instead of numbers?
I LOVE this code, it’s exactly what I was looking for, but I have one problem and it’s probably the simplest thing but for the life of me I cannot figure it out. I’m using this on a 50 inch touchscreen plasma and am resizing it to 1440×810 and cannot figure out how to center the images. I changed the “all” code to the following all._y = Stage.height / 2; all._x = Stage.width / 2; which centers it vertically, but no matter what I do with the x position I cannot get it to center horizontally. I am sure you are really busy but please help if you can!
Hi BigZ
Thanks for a great application!
I have just a question. I am suppose to re-purpose this to our 65” plasma screen in portrait mode (1080×1920). This plasma screen does not automatically flip the input into portrait mode so I need to rotate everything 90 degrees anti-clockwise.
So my question is can I just rotate everything without touching the actionscript? If I need to change the action script, which are the ones to change?
Thanks so much for your help.
Beea
Im having alot of problems with the stage aligning when importing into my existing .fla file. When i place the layers into my flash file everything is moving towards the top left and is cutting off…ive been plugging aat this for a few hours and i cant think of it for the life of me! If i could get any help that would be great! The code im using is the following:
///sets stage position to top-left, important for the liquid elements to work properly Stage.scaleMode = “noScale”; Stage.align = “TL”; //Note there is no code for top Left, thats because the stage is set to topleft, so the top left movie clip won’t actually move.
//Positions top right MC topRight._x = Stage.width-0; var stageL:Object = new Object(); stageL.onResize = function() { //notice the number at the end (-0) this is equal to a value in pixels, so if you want to offset your graphic from the very edge you can enter a value here. topRight._x = Stage.width-0; } Stage.addListener(stageL);
//Positions top middle MC topMiddle._x = Stage.width / 2; var stageL:Object = new Object(); stageL.onResize = function() { topMiddle._x = Stage.width / 2; } Stage.addListener(stageL);
//Position center left MC centerLeft._y = Stage.height / 2; var stageL:Object = new Object(); stageL.onResize = function() { centerLeft._y = Stage.height / 2; } Stage.addListener(stageL);
//Position center right MC centerRight._y = Stage.height / 2; centerRight._x = Stage.width-0; var stageL:Object = new Object(); stageL.onResize = function() { centerRight._y = Stage.height / 2; centerRight._x = Stage.width-0; } Stage.addListener(stageL);
//Positions bottom right MC bottomRight._x = Stage.width-0; bottomRight._y = Stage.height-0; var stageL:Object = new Object(); stageL.onResize = function() { bottomRight._x = Stage.width-0; bottomRight._y = Stage.height-0; } Stage.addListener(stageL);
//Positions bottom middle MC bottomMiddle._x = Stage.width / 2; bottomMiddle._y = Stage.height-0; var stageL:Object = new Object(); stageL.onResize = function() { bottomMiddle._x = Stage.width / 2; bottomMiddle._y = Stage.height-0; } Stage.addListener(stageL);
//Positions bottom left MC bottomLeft._y = Stage.height-0; var stageL:Object = new Object(); stageL.onResize = function() { bottomLeft._y = Stage.height-0; } Stage.addListener(stageL);
//This code will make the main content center align onscreen when a user adjusts there browser window mainSite._y = Stage.height / 2; mainSite._x = Stage.width / 2; var stageL:Object = new Object(); stageL.onResize = function() { mainSite._y = Stage.height / 2; mainSite._x = Stage.width / 2; } Stage.addListener(stageL);
//Stretch background proportional backgroundMC._width = Stage.width; backgroundMC._height = Stage.height;
backgroundMC._xscale > backgroundMC._yscale ? backgroundMC._yscale = backgroundMC._xscale : backgroundMC._xscale = backgroundMC._yscale;
var stageL:Object = new Object(); stageL.onResize = function() { backgroundMC._width = Stage.width; backgroundMC._height = Stage.height; } Stage.addListener(stageL); stop();
backgroundMC._xscale > backgroundMC._yscale ?
backgroundMC._yscale = backgroundMC._xscale :
backgroundMC._xscale = backgroundMC._yscale;
WOW … thats what im searching for… but is it possible that the image order is endless? i mean that theres no right an left end. After the last image should appear the first image?
greetz, tschiff
Hi BigZ, i just bought your amazing scroll gallery and i’ve trying to make 2 new buttons but with no success. What i need is a “next” and “previous” button to navigate throw the images. Is that possible? How can i do it?
Regards Marcelo Dias
COPYRIGHT © 2012 ENVATO| TERMS OF USAGE| SUPPORT/HELP| ICONS BY TANGO + WEFUNCTION + FAMFAMFAM
Adobe®, Flash®, Flex®, Fireworks®, Photoshop®, Illustrator®, InDesign® and After Effects® are registered trademarks of Adobe Systems Incorporated.
Please send me an email, through my profile page.