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

Resizable ZOOM XML PhotoGallery AS3

110 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. $7.5 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 ONE SINGLE NON-COMMERCIAL PROJECT ( website&nbs... [+]

> View graphic table with full license features

$7.50

buy now

Package includes: FLA

Flash Version: Flash CS3, Flash CS4

Viewable with: Flash Player 9

Action Script: ActionScript 3.0

Product ID:F0901638

Author:

jjletho

jjletho avatar

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

 

Recently viewed:

HTML / XML News List AS3
XML Thumbnail Gallery  V.3
XML Image Gallery Photo Viewer v1
Flash Video Player XML FLV H.264
Flash4All - Paypal Buttons
Polaroid Stack AS3/ XML
XML Gallery Photo-News
internalCarousel Pro
Flash4All - MP3 Player
Advanced Image Gallery XML ( & Slideshow & Banner Rotator ) 02 - AS2
XML Template Photography with Color Theme
FT ALL FILES PACKAGE
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

$7.50

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

Style Portfolio CMS Template 2 w. ADMIN PANEL

Style Portfolio Template is a powerful Flash AS...[+]

More >>

The Great White Template

The Great White Template is the ultimate soluti...[+]

More >>

Pro Style CMS Template - iPhone/iPad compatible

Pro Style CMS Template is a powerful Flash AS3 ...[+]

More >>

Related components:

Vertical Zoom XML Photo Gallery

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

More >>

Dynamic Resizable Grid Media Gallery

This Browser Media Gallery is the best solution...[+]

More >>

XML Resizable Banner Four In One - AS3

A great AS3 XML banner with zoom effect. Suppor...[+]

More >>

1 / 22

Featured components:

XML Photo Template 02 AS2

XML driven Flash Photo Website Template 02 ( AS...[+]

More >>

XML Photo Template 02 AS3

XML driven Flash Photo Website Template 02 ( AS...[+]

More >>

PhotoFlip Video

PhotoFlip Video extends the success of PhotoFli...[+]

More >>

18 comments

Add comment

  • cool component

    #  /  PM  /  posted on Mar 30, 2009
  • Can I use XML type variable instead of XML file?


    I need to use it with XML response from server



    #  /  PM  /  posted on May 06, 2009
  • yes you can, simply change function that load xml and swap loader content with your xml variable



    #  /  PM  /  posted on May 06, 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  /  posted on Jun 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  /  posted on Jun 01, 2009
  • How can I change the size of the captions ?



    #  /  PM  /  posted on Jun 02, 2009
  • hi ado


    look for didabox movie clip in the library.




    #  /  PM  /  posted on Jun 02, 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  /  posted on Jun 07, 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  /  posted on Jun 08, 2009
  • I’m out of the office until 14th.



    #  /  PM  /  posted on Jun 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  /  posted on Jun 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  /  posted on Jun 08, 2009
  • I look forward to getting that updated .as file when you get back. Thanks.



    #  /  PM  /  posted on Jun 08, 2009
  • support forum:



    #  /  PM  /  posted on Aug 02, 2009
  • can this use like xml/swf file into website? i not like use in new window for site www.sfrjenterprises.info



    #  /  PM  /  posted on Apr 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  /  posted on Apr 06, 2010
  • I want to get rid of the categories drop-down menu and just show all of the categories at once. How do I do that? Thanks



    #  /  PM  /  posted on Oct 27, 2010
  • I bought de zoom as 3 gallery but I have a BIG PROBLEM and its URGENT!

    I have a lot of categories (more than can be seen in the screen) and I need the categorie list to be scrollable. I cannot see half of them.!

    How can we do it??? Is it possible.? If not I´m dead...

    Please let me know as soon as possible. my email: rbotta@projekta.net



    #  /  PM  /  posted on Mar 06, 2011
Please login to post comments.