Subscribe to our newsletter:
Awaiting 3 votes.
Posted by : Flashtuning on 03/17/2008
16482 pageviews, 26 purchases
Package includes: MXP,FLA
Opens with: Flash CS3 and above, Flash CS4 and above
AS Version: ActionScript 3.0
Viewable with: Flash Player 9 and above
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.
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;
BONUS: HTML Table Renderer component + Classic Scroll Bar component (and two custom skinsets) + usage examples!
Check also the Advanced Image Grid AS 2.0 version!
FT SPECIAL PACK
- Price : $27
- buy now
- add to alerts
Image Grid AS 3.0
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?
Make sure you have set the width/height attributes in your HTML file for the img tag.
Hi,
If your site is ActionScript 2.0 then buy the Advanced Image Grid AS 2.0 .
Best,
FT
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?
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
Yes you can adjust the HTML layout any width you want.
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
Does the width of this component have to be 100%? Can it be resized to fit inside a fixed width page?
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?








help
and feedback
latest
news
latest
forum entries
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