Home / Components / Menus & Navigation / XML Driven Gallery - Set Menu /
XML Driven Gallery - Set Menu
100 purchases
License:
By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other ... [+]
> View graphic table with full license features
$15.00
Package includes: FLA, SWF, HTML, XML, JS
Flash Version: Flash 8, Flash CS3, Flash CS4
Viewable with: Flash Player 9
Action Script: ActionScript 2.0
Product ID:F0901443
- Size and number of photos can be changed through XML file;
- Images/Videos are dynamically sized to fit the component size;
- Description for all image;
- Supports all Flash image formats;
- Simple change in XML file.
VISIT MY FULL PORTFOLIO
$15.00
License:
Personal License By purchasing and downloading this license, you are entitled, as buyer, to use the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website or other multimedia project not generating income ), your personal work or work for a client. You may not redistribute / resell the functionality provided with the purchased product without the author's and / or FlashComponents.net written permission, but you may modify its content. In case you want to use the product for a commercial project then you will have to buy the 'Commercial License'.
| Usage Terms: | Personal | Commercial | Multiple |
|---|---|---|---|
| Use in ONE SINGLE NON-COMMERCIAL project | |||
| Unlimited use in the same project | |||
| Use in ONE SINGLE COMMERCIAL project | |||
| For your client's ONE SINGLE COMMERCIAL project | |||
| MULTIPLE COMMERCIAL projects | |||
| For your client's MULTIPLE COMMERCIAL projects |
Other by dynamics:
Related components:
Featured components:


















39 comments
Add comment
1 2
dynamics
To change the size of the thumbnails do the following changes:
For change thumbs dimension – change parameter
In scene1 Frame1 :
for circle: line 666 “ _loc1._xscale = _loc1._yscale = _loc6” ad “+” number(1-20) // big size and for circle *diameter: * line 649 “var _loc9 = 250;” change number 250;
In MovieClip “DisplayNode” (change first dimension for thumbs t.jpg) change parameters:
addThumbs = function ()
{ var _loc7 = dataObject.asset.imageCount; var _loc6 = this.createEmptyMovieClip(“thumbGroup”, 6); _loc6._x = -(Math.round(dataObject.asset.width * 1 / 2) + 100); // change x position _loc6._y = -Math.round(dataObject.asset.height * 1 / 2) – 4; // change y position var arrowClip = _loc6.attachMovie(“arrowClip”, “arrowClip”, 0); arrowClip._x = -4; arrowClip._y = -4; for (var _loc3 = 1; _loc3 <= _loc7; ++_loc3) { var _loc2 = _loc6.attachMovie(“galleryThumb”, “thumb” + _loc3, _loc3); var loc5 = swfRoot + dataObject.path + dataObject.id + ““ + _loc3 + “t.jpg”; var _loc4 = _loc2.createEmptyMovieClip(“imageHolder”, 1); _loc2.id = _loc3; _loc4.loadMovie(_loc5); _loc4._x = 8; _loc4._y = 8; _loc2.BG._width = 146; // change background size _loc2.BG._height = 96; * // change background size* _loc2._xscale = _loc2._yscale = 0; _loc2._y = (_loc3 – 1) * 68; _loc2.tweenScale(50, 50, 10 + _loc3 * 2, “easeInOutExpo”); _loc2.onPress = function () { arrowClip.tweenPosition(”“, this._y – 4, 20, “easeInOutElastic”); switchImage(this.id); }; } // end of for
};
#  /  PM  /  posted on Jun 04, 2009
vastgraphics
i just bought this and my question is can i use this as a picture gallery?
#  /  PM  /  posted on Jun 09, 2009
dynamics
It can be used. It’s designed for a gallery. Can be an unlimited number of pictures, each with description, and can be arranged by categories. You can put thousands of photos, writing code in XML Notepad. (anyone can do it) You will not regret your choice if you have any questions contactatima and will gladly help.
#  /  PM  /  posted on Jun 09, 2009
klone
I have enlarge the circle sliders thumbnails,
but i don’t understand how to enlarge the other sliders thunbnails (grid & horizontal)
how do i do this please?
Tanks
#  /  PM  /  posted on Jun 23, 2009
dynamics
For thumbs change: in BODY_CLIP – MovieClip “DisplayNode” modify the parameters as you wish:
thumbClip.imageHolder._width = 100; thumbClip.imageHolder._yscale = thumbClip.imageHolder._xscale; thumbClip.imageHolder._x = -Math.round(thumbClip.imageHolder._width / 2); thumbClip.imageHolder._y = -Math.round(thumbClip.imageHolder._height / 2); W = thumbClip.imageHolder._width + 10; H = thumbClip.imageHolder._height + 10; BG.tweenSize(W, H, 20, “easeInOutExpo”); delete thumbClip.onEnterFrame; thumbClip._visible = true;
#  /  PM  /  posted on Jun 24, 2009
sunsetcas
i need set this gallery in menu horizontal, but with 3 rows, is posible ?? how ??
#  /  PM  /  posted on Jul 08, 2009
dynamics
It’s easy to set up a horizontal menu xml file, but the gallery is not designed for multiple lines
#  /  PM  /  posted on Jul 08, 2009
sunsetcas
one question
is posible load this component into other flash movie using loadmovie with out lost functionability???
best regards
#  /  PM  /  posted on Jul 22, 2009
dynamics
Yes.
#  /  PM  /  posted on Jul 26, 2009
propagande
Is that possible to display a video instead of a picture ? (Like a video from you tube…)
#  /  PM  /  posted on Sep 05, 2009
dynamics
Yes you can, you can load a swf can load any player (video, audio)
#  /  PM  /  posted on Sep 06, 2009
eclemay
Hi,
I just bought the component and I wonder if there’s any way to make the whole thing smaller? I need to display it in a 500X500 pixel area.
Thanks!
#  /  PM  /  posted on Oct 02, 2009
matt.alexander
Having an issue with the horizontal menu. I have seven swf’s I want to load but when I use the horizontal, they seem to align left.
For example, when my mouse is in the center of the screen, I am on the last item. I would have expected the behaviour to be the middle item (4) instead. The menu is only active when I am on the left side of the stage, anywhere on the right causes all the thumbs to shrink and group to the left side of the screen. I thought this menu would be more like the mac taskbar and allow pan from left to right. Is this a bug for small applications or is this by design?
I can post it somewhere if needed.
Thanks!
#  /  PM  /  posted on Oct 25, 2009
dynamics
Hi ,
Horizontal menu has an elastic motion. Thus “runs” on the left, but returns to its. You can modify these parameters : in Scene1: , Frame 1 (*), Line: 900:
change the parameters until you get what you want.
Thanks for all, dinamics
#  /  PM  /  posted on Oct 25, 2009
matt.alexander
OK, seem to have adjusted the elasticity to work ok. One more question, I increased the movie dimensions to 1024 × 768 but the center point of the horizontal menu did not update which causes the menu to be off center (when mouse is not over). How do I compensate or adjust for this resizing of the stage?
Thanks!
#  /  PM  /  posted on Oct 26, 2009
matt.alexander
I figured out the center point adjustment value. One more question. When clicking on a thumbnail, before it does the zoom in effect, there seems to be an alpha layer that covers the background. It is hardly noticeable but it is there and makes my background look faded. How do I remove that or set it to 100% transparent?
#  /  PM  /  posted on Oct 27, 2009
dynamics
To transparent:
in VECTOR folder open “display” and set alpha=0
For centrate:
Scene 1 – move dispaly left
#  /  PM  /  posted on Oct 27, 2009
charn
how can i change the opsition of screen ( i want thumbnail show on left but when i click for larg size it's show on center)
#  /  PM  /  posted on Aug 03, 2010
marcia
Hi,
Just bought the component. I'm customising it. I inserted it into my main .fla as images gallery and looks great ! There is one problem regarding my navigation. I can navigate through my menu including the gallery-component if I don't click any thumb. The moment I click a thumb the component works perfectly but I'm unable to get it back if i click another menu item like contact or about.
Could you please help me to solve this issue ? Thank yoiu, Marcia
#  /  PM  /  posted on Sep 02, 2010
1 2