ActiveDen

XML Scroll+Drag PhotoGallery

  • 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
worked says

Nevermind, it does. Nice work!

Posted 3 years ago
  • Has been a member for 4-5 years
  • Bought between 50 and 99 items
  • United States
bunnyhead says

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!

Posted 3 years ago
  • Has been a member for 3-4 years
  • Exclusive Author
  • Beta Tester
  • Bought between 10 and 49 items
  • Germany
g3niuz says

hey.. nice ..

but not workin on osx – safari ?!

Posted 3 years ago
  • Has been a member for 3-4 years
  • Bought between 100 and 499 items
LukasDudzik says

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!

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

nice file! Can it load swf file?

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

Very Nice! Can it load swf file?

Thank you

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

I am really interested in purchasing this item. Before I purchase this Item, one small questions: Can i have thumbnails instead of numbers?

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

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!

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

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

Posted 2 years ago
  • Has been a member for 3-4 years
  • Bought between 100 and 499 items
my_design09 says
Purchased

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;
Posted 2 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
tschiff says

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

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

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

Posted 8 months ago
Author
BigZ BigZ replied

Please send me an email, through my profile page.

Posted 8 months ago

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

$30Regular Licence

$30

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

202 Purchases 112 Comments

Buyer Rating
12345 ( 68 ratings )
BigZ

BigZ

  • Has been a member for 4-5 years
  • Exclusive Author
  • Sold between 10 000 and 50 000 dollars
  • Bought between 10 and 49 items
  • Netherlands
  • Referred between 50 and 99 users
View Portfolio
Created 21 November 07
ActionScript Version AS2
Documentation Well Documented
Opens With Flash 8 (8+)
Published Size 43kb
Resolution Resizable
by
by
by
by
by