Home / Components / User Interface / Resizable ZOOM XML PhotoGallery AS3

Resizable ZOOM XML PhotoGallery AS3

81 purchases

jjletho User Interface Resizable ZOOM XML PhotoGallery AS3 With PPG you can simply create categories and add images in assets folder, and write (cut and paste) few lines in a XML file to make photogallery works. No actionscript experience is needed. $15 http://www.flashcomponents.net/component/resizable_xml_photo_gallery_with_zoom_as3.html http://www.flashcomponents.nethttp://u1.flashcomponents.net/components/small/1638_1.png

License:

By purchasing and downloading this license, you are entitled, as buyer, to use  the product in an unlimited number of websites and other multi... [+]

$15.00

buy now

Package includes: FLA

Opens with: Flash CS3, Flash CS4

AS Version: ActionScript 3.0

Flash knowledge required: N/A

Documentation: N/A

Author:

jjletho

jjletho avatar

Marco Salvatori Design - JJLetho has been working in the Web design industry since 1999. We develop internet applica...

Product ID:F0901638

Recently viewed:

2009 RSS/ News Ticker v.2
Dock Menu FX
2009 XML Horizontal Menu
2009 Spent Calories Calculator
2009 Google XML Map
PPG is a powerful and stylish gallery of images written in as3.
With PPG you can simply create categories and add images in assets folder, and write (cut and paste) few lines in a XML file to make photogallery works. No actionscript experience is needed.

Features:

    - PPG is resizable to automatically fit browser windows;
    - Works with categories;
    - XML driven, and then easy to update;
    - Powerful full screen ZOOM;
    - You can also use PPG as a Slideshow by pressing the play button;
    - Every image can have its own caption stored in XML file;
    - For easy of use you can set THUMBMODE switch: PPG will make and display thumbs images for you;
    - Images AUTOSIZING to fit viewer windows. You don't have to resize your images. PPG does this for you, so every image in gallery will be adapted to viewer window size with the correct proportion scaling;
    - PPG uses a clean preloader with percent both for images and thumbnails;
    - PPG comes with a stylish interface but you can modify it by work on assets in the library;
    - Full commented code!


Also, PPG class is highly customizable and adaptable to your projects, it uses TweenMax transitions engine (TweenMax classes are included since we are Corporate Club GreenSock member) .


Check MY NEW FULL CMS DEEPLINKING TEMPLATE HERE



MSDesign Files

Ultimate PopUp Windows XML
Simply News Ticker XML AS3
Resizable ZOOM XML PHOTOGALLERY
Bouncing Menu XML AS3
Rotation Preloader AS3
Rounded XML Photo Gallery
Power XML Template

$15.00

buy now

License:

By purchasing and downloading this license, you are entitled, as buyer, to use  the product in an unlimited number of websites and other multi... [+]

Other by jjletho:

Vertical Zoom XML Photo Gallery

With PPG you can simply create categories and a...[+]

More >>

Rounded XML Photo Gallery AS3

Rounded XML Photo Gallery is a powerful and sty...[+]

More >>

Photo & Video Gallery Pack

The greatest collection of jjletho image and vi...[+]

More >>

Related components:

Landing Resizable Gallery

This is a cool XML based gallery.

More >>

ZOOM / PAN CONTROLS With Dynamic Image & Settings

Advanced AS 3.0 ZOOM / PAN CONTROLS - With Dyna...[+]

More >>

DarkLight XML WebSite Template Resizable FullScreen

Full XML Control Resizable Template. Designed t...[+]

More >>

1 / 24

Featured components:

3D Tree 2.1

Tree3D 2.1 is a three dimensional interactive t...[+]

More >>

Advanced Events Calendar

Perfect dynamic event calendar , XML driven. It...[+]

More >>

HTML / XML News List AS2

Highly customizable HTML / XML driven news list...[+]

More >>

16 Comments

Add comment

  • george25 on March 30, 2009

    cool component

    #  /  PM
  • flibustier on May 06, 2009

    Can I use XML type variable instead of XML file?


    I need to use it with XML response from server



    #  /  PM
  • jjletho on May 06, 2009

    yes you can, simply change function that load xml and swap loader content with your xml variable



    #  /  PM
  • diamondfoto on June 01, 2009

    Nice component! Couple of questions:
    1.How could I deactivate the zoom feature?..can’t find the right line in the gallery.as file.


    2.Could I assign a specific size to the zoom area different/smaller than full screen? (the swf is inside an html file, so when you click to zoom it is confined to the canvas size of the flash document. Could I make it zoom within the same masked image area ??"the area with rounded corners or a new mask-?)


    3.What do I need to add so that the thumbnails at the bottom are active in firefox 2? I can see them, but they can not be clicked on. They work perfectly in explorer.
    Thanks.



    #  /  PM
  • jjletho on June 01, 2009

    hi
    1) look for this function


    private function go():void { 
    			 
    			//listen to zoom 
    			cont_img.img_mc.addEventListener(MouseEvent.CLICK,zoom); 
    			cont_img.img_mc.addEventListener(MouseEvent.MOUSE_MOVE,zoomM); 
    			cont_img.img_mc.addEventListener(MouseEvent.MOUSE_OVER,zoomOver); 
    			cont_img.img_mc.addEventListener(MouseEvent.MOUSE_OUT,zoomOut); 
    			cursor=new zoomin_mc(); 
    		} 
    


    2) check for this:


    //zoom value - be careful!!! 
     		private var zoomValue:Number=2; 
    


    search for the righ value working for you


    3) now I cannot try firefox 2 .. I will try it as soon as possible



    #  /  PM
  • ado999 on June 02, 2009

    How can I change the size of the captions ?



    #  /  PM
  • jjletho on June 02, 2009

    hi ado


    look for didabox movie clip in the library.




    #  /  PM
  • diamondfoto on June 07, 2009

    In your answer about how to Option1)Deactivate the zoom feature Option 2)how to assign a different/smaller zoom area, it is not specified HOW to do it or what to add to it.


    In question 2) Ideally, I want to change the area in which the zooming takes place (instead of becoming full screen making it a specific size – smaller, confined to the image display area for instance) I have the swf playing inside an html, so when one zooms in it expands to the swf canvas size not full screen, so how can I re-define that zoom area to be smaller than the swf canvas (I’m not interested on changing the zoom factor but the area where the image expands)


    If that can not be done, (back to question 1) then how do I deactivate the zoom? I tried entering 0 instead of 2 (private var zoomValue:Number=2; ), but it does not change anything.


    I would greatly appreciate help with these issues.



    #  /  PM
  • Pixrite on June 08, 2009

    I need some basic help to resize the gallery vertically.


    I thought it would be as simple as changing the big img size variables in the .as file, but it isn’t working. If I change the size of the embedded flash in the page, it simply cuts off elements. It appears as though there are multiple pieces I need to change.


    What is the step by step process to change the gallery so the standard viewport size is only 300px high instead of 459px?



    #  /  PM
  • jjletho on June 08, 2009

    I’m out of the office until 14th.



    #  /  PM
  • jjletho on June 08, 2009

    @diamondfoto


    it cannot be done… you can disable zoom simply removing listener.
    when I come back from holiday I will send you modified as file.
    sry for the inconvenience


    MSDesign



    #  /  PM
  • jjletho on June 08, 2009

    @diamondfoto


    it cannot be done… you can disable zoom simply removing listener.
    when I come back from holiday I will send you modified as file.
    sry for the inconvenience


    MSDesign



    #  /  PM
  • diamondfoto on June 08, 2009

    I look forward to getting that updated .as file when you get back. Thanks.



    #  /  PM
  • jjletho on August 02, 2009

  • kapital3 on April 06, 2010

    can this use like xml/swf file into website? i not like use in new window for site www.sfrjenterprises.info



    #  /  PM
  • kapital3 on April 06, 2010

    I have ready yours web templates but I looking only some video gallery, photo gallery I can use for site sfrjenterprises.info and web template PowerhmlTamplates use for diferent smal site



    #  /  PM
Please login to post comments.