Home / Components / Galleries & Slideshows / 2D - Yeah! Gallery (v1.0)[Lite] /

2D - Yeah! Gallery (v1.0)[Lite]

8 purchases

nitrox Galleries & Slideshows 2D - Yeah! Gallery (v1.0)[Lite] 2D - Yeah! Gallery (v1.0)[Lite] is a multi-lingual , highly customizable and controllable , XML driven gallery. $16 http://www.flashcomponents.net/component/2d_yeah_gallery_v1.html http://www.flashcomponents.nethttp://u1.flashcomponents.net/components/small/683_1.png

License:

By purchasing and downloading this license, you are entitled, as buyer, to use  the product in ONE SINGLE NON-COMMERCIAL PROJECT ( website&nbs... [+]

> View graphic table with full license features

$16.00

buy now

Package includes: FLA

Flash Version: Flash CS3, Flash CS4

Viewable with: Flash Player 9

Action Script: ActionScript 3.0

Product ID:F0800683

Author:

nitrox

nitrox avatar

I'm a designer and a developer with 8 years experience in as 2.0, as 3.0 Flash/PHP/XML/CSS/JS/HTML. I...

 

Recently viewed:

3D - Yeah! Gallery v(2.0)
HTML / XML Video Gallery White AS2 ( & FLV Player )
Classic Menu XML AS 3.0
XML FLV Player H-List White - AS2
Tsunami Image Menu
Netish Resizable Gallery w Albums
HTML / XML Video List AS2 - v1 ( & FLV Player )
XML FLV Player H-List White  AS3
X-Treme Accordion XML  AS3
ImageZoomer AS3.0
Amphasia Horizontal Resizable Gallery
XML Photography Template
2D - Yeah! Gallery (v1.0)[Lite] is a multi-lingual , highly customizable and controllable , XML driven gallery.

2D - Yeah! Gallery (v1.0) supports right to left as well as left to right languages.

With over 40 changeable parameters giving you full control on the look and behavior of the gallery , you can use different settings and come up with totally different results.


2D - Yeah! Gallery (v1.0) also supports long HTML formatted descriptions and URL forwarding .

Don't forget to check out the 5 samples in the samples page :) .


The package includes:

X The standard FLA file.
X 5 working examples.
X Visual Help files and a Tutorial.
X A Parameters Guide application.



List of all parameters:
//////////////////////////////////////////////////////////////////////////////
// Gallery Properties //////////////////////////////////////////////////////////////////////////////
DataFile
ScrollingMode
Spacing

//////////////////////////////////////////////////////////////////////////////
// Item Properties //////////////////////////////////////////////////////////////////////////////
Width
Height

CornersRoundness

BackgroundColor

BordersColor
BordersTransparency
BordersThickness

CoverColor
CoverTransparency
CoverLoadingHeight

ShowStripes
StripesColor
StripesTransparency
StripesHeight


TextColor

UpperTextAlignment
ShowNameInUpperText
UpperTextLabel

LowerTextAlignment
ShowNameInLowerText
LowerTextLabel

AlwaysShowDescription
DescriptionAlignment

FittingMethod
CroppingFrom

DisableButtonActions
WindowTarget

//////////////////////////////////////////////////////////////////////////////
// Visual and Motion Properties //////////////////////////////////////////////////////////////////////////////
EnableShadows
ShadowsQuality
ShadowsColor
ShadowsDensity
ShadowsSpread
ShadowsOffsetX
ShadowsOffsetY

EnableDragging
EnableMouseScrolling
MouseScrollingSensitivity
ScrollingSpeed
MaxScrollingSpeed
FrictionCoefficient

StartingStyle


//////////////////////////////////////////////////////////////////////////////
// Scroller Properties //////////////////////////////////////////////////////////////////////////////
ScrollerIsInteractive






You might be interested in:
--------------------------------------
Featured File


More files

$16.00

buy now

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 nitrox:

Advanced XML Flash Blog with CMS and Rating System

This is a Flash-based blog or news module that ...[+]

More >>

3D - Yeah! Gallery v(2.0)

3D Yeah! Gallery v(2.0) is a sophisticated ,...[+]

More >>

3D Slideshow v1.0

3D Slideshow v1.0 is a 3D flash slideshow that ...[+]

More >>

Related components:

Smart Flash Photo Gallery CMS

To navigate Smart gallery is easy! Just mouse ...[+]

More >>

2D Sliding Image Gallery (XML)

A XML image gallery with a slide effect.

More >>

Stand Alone Flash Gallery

* XML Based; * Attractive & Simple; * fla...[+]

More >>

1 / 22

Featured components:

Advanced Side XML Template Photography with Color Theme

This is an Advanced ActionScript 3.0 XML driven...[+]

More >>

Utmost Templates Pack

Over 23 Multimedia Templates Package with 90% D...[+]

More >>

Cover Flow FX

Fully customizable Cover Flow.

More >>

16 comments

Add comment

  • Hi, I have only flash8 pro, not CS3. Please, can you tell me if the 40 parameters are in fla. (AS3) (I don‘t open) or in xml file. This application can be read without problem through a “loadMovie” in fla8 file (swf) ? Thanks.



    #  /  PM  /  posted on Jul 28, 2008
  • Hi,
    It‘s inside the fla , and unfortunately Flash 8 cannot run AS3 flash files.

    I can make the 40 parameters readable externally using XML , but you will still need to open the FLA file to change the graphical environment of the gallery(not the gallery itself, because the gallery itself is completely customizable via the parameters)



    #  /  PM  /  posted on Jul 29, 2008
  • is it possible to replace the external xml link for a flash internal link as var conteneurImage2:Loader = new Loader();... ?



    #  /  PM  /  posted on Oct 13, 2008
  • this file is perfect, i‘m just not a flasher you know…
    somebody could help me ?



    #  /  PM  /  posted on Oct 13, 2008
  • Hi dreamup , I don‘t think you can execute AS from external links , otherwise , sql would be unjustifiable :)

    But you can put your actionscript inside the fla as a function to be compiled normally when you export to swf , and then pass a parameter through the link to that function.

    I hope I have helped you

    Tee



    #  /  PM  /  posted on Oct 14, 2008
  • So if i put this code to have load the big pictures, so then i could tell to the itembutton to go somewhere in this movie…

    //fz//
    var chargeurBig = new Loader();
    var adresse = new URLRequest(“Big.swf”);
    chargeurBig.load(adresse);
    addChild(chargeurBig)
    //fin fz//

    is it the way ? somebody could help me ? i can had the function “gotothebigitem” ?

    //FZ// ItemsContainer.addEventListener(MouseEvent.MOUSE_DOWN , gotothebigitem);
    //fin FZ//

    //FZ//
    function gotothebigitem(e:MouseEvent):void { gotoAndStop(‘ItemLinkList’); }
    //fin FZ//



    #  /  PM  /  posted on Oct 14, 2008
  • ok i can just put a movie on the stage, but i don‘t know to command it..
    i try //FZ// ItemsContainer.addEventListener(MouseEvent.MOUSE_DOWN , gotothebigitem); //fin FZ//

    and then //FZ//
    function gotothebigitem(e:MouseEvent):void { mod.gotoAndStop(‘mod’); }
    //fin FZ//
    but it don‘t work… nobody know this file ?



    #  /  PM  /  posted on Oct 14, 2008
  • Hi nitrox really nice job! What version of flash do i new to open the fla file for changing the graphical enviroment? can i use flv?s to preview or pictures only? Thanks.



    #  /  PM  /  posted on Oct 16, 2008
  • Hi,
    You need Flash CS3 or above.
    Unfortunately ,for now you can use Images only for thumbnails.



    #  /  PM  /  posted on Oct 16, 2008
  • Great component! Fantastic support!
    Good luck nitrox!



    #  /  PM  /  posted on Nov 17, 2008
  • Hi, for some reason the parameters guide just crashes everytime I press the next arrow, or try and search, is it possible you could just make a .chm or something of the parameters?? Extremely appreciated if you could.



    #  /  PM  /  posted on Dec 02, 2008
  • Hi wilco3d,
    I have added Help and Parameters as JPG images, please re-download the package.



    #  /  PM  /  posted on Dec 02, 2008
  • Many thanks for fast response, ill be sure to leave a good rating after I achieve what I’m after :) Just need to find out what controls how many rows of images there are now!


    Thanks again,



    #  /  PM  /  posted on Dec 02, 2008
  • Look at the tutorial in the Help file, you should learn everything you need from there : )



    #  /  PM  /  posted on Dec 02, 2008
  • Nitrox


    all i need is to add categories, please help

    example: a tab or button that activate CARS pics and another button or tab for motorcicles pics.. just like running different xml from the same gallery


    i already bought a flash tabs component with the idea to load 2 or 3 of your gallery but it does not work.


    please let me know if are willing to help me


    i really need this.




    #  /  PM  /  posted on Apr 06, 2009
  • does anyone know if is possible to implement autoscroll on this flash component?



    #  /  PM  /  posted on Jul 08, 2009
Please login to post comments.