Home / Components / User Interface / HTML / XML Image Grid AS3 /

HTML / XML Image Grid AS3

27 purchases

Flashtuning User Interface HTML / XML Image Grid AS3 Advanced Image Grid application to display image collections in a HTML / CSS formatted grids in Flash / AS3. $5 http://www.flashcomponents.net/component/advanced_flash_image_grid_as_3.html http://www.flashcomponents.nethttp://u1.flashcomponents.net/components/small/333_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 or other ... [+]

> View graphic table with full license features

$5.00

buy now

Package includes: MXP, FLA, MXML, SWF, HTML, XML, JS

Flash Version: Flash CS3, Flash CS4, Flash CS5, and above

Viewable with: Flash Player 9

Documentation level: Well documented

Flash knowledge level: Intermediate

Action Script: ActionScript 3.0

Product ID:F0800333

Author:

Flashtuning

Flashtuning avatar

Cover Flow | Banner Rotator | Accordion Gallery | Image Scroller | 3D Carousel | MP3 Player ...

 
The Advanced Image Grid application allows you to display image collections in a HTML / CSS formatted grid.

The Image Grid is an application for Flash CS3 / ActionScript 3.0 ( AS3 ).

It is based on the HTML Table Renderer AS 3.0 component for image collections layout formatting and the Classic Scroll Bar AS 3.0 component for scrolling the image list.


KEY FEATURES:

- image collections in HTML format (CSS + tables support) easy to edit using your favorite HTML editor;
- use advanced features such as rowspan and colspan, advanced text rendering options, custom library fonts and external stylesheet files, custom colors and transparencies for borders and backgrounds, padding, spacing and much more;
- is is based on highly customizable components that you can also use in other Flash projects;
- includes browser window resize support, easy to adjust fading effects and each graphic element;
- optionally set the main XML configuration file path in HTML using FlashVars


Check the general Tips & Tricks page regarding all FT products.

Visit Flash Tuning portfolio for other great products such as 3D XML Carousels, Dock XML Menus, Image Scroller Menus, XML Banner Rotators, XML Galleries & SlideShows, Video Lists & FLV Players, HTML News Readers.

Check also ALL FILES PACKAGE:

$5.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 Flashtuning:

X-Treme 3D Carousel Menu XML AS2 & AS3

The most advanced 3D Carousel Image Menu XML ap...[+]

More >>

jQuery Cover Flow 3D Photo Gallery

An easy to use jQuery Cover Flow 3D Photo Gallery.

More >>

Team Members XML

Team Members XML module for Flash with autoPlay...[+]

More >>

Related components:

Horizontal XML Image Scroller

Dynamic XML controlled horizontal image/swf scr...[+]

More >>

3D Image Zoom Gallery XML [ AS2 & AS3 ]

Download XML driven Flash gallery with 3D zoom ...[+]

More >>

Scroll Image Gallery with XML

Scroll image gallery made in actionscript 3.0, ...[+]

More >>

1 / 17

Featured components:

HTML / XML News List AS2

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

More >>

Advanced Event Calendar

Event calendar made in ActionScript2.0 easy to ...[+]

More >>

2 Scrollers XML Photo Gallery

Scroll photos gallery with picture and descript...[+]

More >>

17 comments

Add comment

  • Actionscript novice here and still experimenting with the components.
    On the scroll bar, where do you change the rollover color,
    CSS, HTML or in actionscript?



    #  /  PM  /  posted on Aug 15, 2008
  • Does the width of this component have to be 100%? Can it be resized to fit inside a fixed width page?



    #  /  PM  /  posted on Aug 19, 2008
  • Hi,

    To customize the scroll bar please check the built in Help Book, the quick start guide and the most common questions and answers that you can find in the Advanced Scroll Bar / Help&Support online area. They are also available for the Classic Scroll Bar.

    Best regards,
    Flashtuning



    #  /  PM  /  posted on Aug 22, 2008
  • Yes you can adjust the HTML layout any width you want.



    #  /  PM  /  posted on Aug 22, 2008
  • When I add a swf file the animation does not stay within the document size. Is there something that I can do to the gallery to make my animation look better? thanks Bill



    #  /  PM  /  posted on Sep 08, 2008
  • I bought this gallery and our site is AScript 2.0 and your gallery is 3.0. it obviously doesnt work, and it would be a lot of work to rebuild our site with 3.0 in order for it to work for us.

    Is there something we can do?



    #  /  PM  /  posted on Sep 10, 2008
  • Hi,

    If your site is ActionScript 2.0 then buy the Advanced Image Grid AS 2.0 .

    Best,
    FT



    #  /  PM  /  posted on Sep 15, 2008
  • Make sure you have set the width/height attributes in your HTML file for the img tag.



    #  /  PM  /  posted on Sep 15, 2008
  • I have just purchased this. When I preview the fla or open the index.html all the content it at the other end of the scroller, and the bar is tiny, I have to scroll up for ages to see any images..

    How do I fix this?



    #  /  PM  /  posted on Oct 17, 2008
  • You need to select the scroller component from the stage, open the Components Inspector Panel and adjust the viewAreaWidth and viewAreaHeight paramters to achieve the visible area size you need. Check the Scroll Bar and Table Renderer components examples and quick start guide included in the bonus package to get familiarize with the usage of these components.

    If you're using mac and you want to reset the scroller position to top you need to add the following function in the image list clip actionscript code layer at the bottom:

    function setTop(e:Event) { sb.scrollPercentage = 0; e.target.removeEventListener("enterFrame",setTop);
    }

    function resetScroller() { addEventListener("enterFrame",setTop);
    }

    and call the resetScroller() method inside the tableRenderedHandler function at the end.

    Best regards,
    Flashtuning



    #  /  PM  /  posted on Oct 17, 2008
  • I’m really well versed PS and AI; not so much Flash though. I don’t know too much about Components, but the few I’ve played around with popped up in the component inspector by simple selecting it. In this case nothing is popping up(?) What am I doing wrong?


    Also, I’m TRYING to use this component within my own flash file. I’ll need multiple galleries in other scenes, frames, or movies, that will be activated by a menu I also be implementing. Is this possible, to an intermediate degree anyhow? So far this component (or movie) is great if I had one gallery per HTML page. But I need multiple galleries within one flash file.


    Any help appreciated. thanks



    #  /  PM  /  posted on Jun 20, 2009
  • Hi,


    This is an application built using two base components ( the FT HTML Table Renderer and FT Scroll Bar ) ( not a component itself ). Multiple galleries is not a default feature but you can try to create different xml / html layout etc configuration file names for each gallery and modify the xml configuration file parameters for each of them.


    Regards,
    Flashtuning



    #  /  PM  /  posted on Jun 20, 2009
  • Your product works great for maybe 15 photos at tops. I tried to use more the 50 photos and it simply will not work.



    #  /  PM  /  posted on Jun 24, 2010
  • Make sure all tags and attributes are correctly closed and lowercase else the page will not render correctly. For example the most common mistake is to not close the <img> tag at the end using “/”:


    <img etc….> -> this is incorect


    <img etc … /> -> this is correct




    #  /  PM  /  posted on Jun 24, 2010
  • Is there an easy way to :

    1 move the image box to right of the thumbnails?

    2 have the first image display on page load?

    Thanks!



    #  /  PM  /  posted on Aug 29, 2010
  • You can download and check the product.



    #  /  PM  /  posted on Sep 27, 2010
  • = NEW =

    X-Treme Banner Rotator !



    #  /  PM  /  posted on Oct 13, 2010
Please login to post comments.