
2.0.2 (7/2/10)
[FIXED] Issue where an extra (empty) thumb group would be accessible fixed.
[FIXED] Issue where a single thumb group would sometimes shift on mouse over resolved.
2.0.1 (5/24/10)
[NEW] Added a "Scale" parameter to the SCREEN: GALLERY section in the Component Inspector / Properties panel (and scaleGallery with ActionScript) to control image scaling on the Gallery screen.
[UPDATE] "Scale" now modifies only thumbnails on the Album screen.
[UPDATE] Moved the "Scale" parameter into the SCREEN: ALBUMS section in the Component Inspector / Properties panel.
[UPDATE] Thumbnail zoom scaling and positioning improvements when using proportionally scaled thumbnail images.
2.0.0 (5/17/10)
Initial release of ThumbGrid 2.
1.3.5 (3/3/10)
[UPDATE] Updated for compatibility with SlideShowPro for Flash's new "Always Auto" Display Mode.
1.3.4 (11/2/09)
[UPDATE] Improved alpha tweening behavior when using semi-opaque values for Thumb Image Active / Inactive / Rollover Alpha.
1.3.3 (9/28/09)
[FIXED] Navigation issue when calling nextThumbGroup() and prevThumbGroup() resolved.
1.3.2 (9/1/09)
[UPDATED] Improved zoom overflow image visibility to help prevent clipping.
1.3.1 (7/28/09)
[UPDATED] Improvements to thumbnail image loading scheme to prevent display issues when switching between albums.
1.3.0 (7/8/09)
[NEW] Added a THUMB IMAGE / Inactive Filter parameter that modifies the visual appearance of the thumbnail image when in an inactive state. When moused-over, the thumbnail animates from the filtered version to the original. Filter options include "Black and White", "Dim", "Low Saturation" and "Sepia".
[NEW] Added support for Pixel Bender filters (Flash Player 10 only) through the imageInactiveShaderFilter property. These have the same behavioral effect as using Inactive Filter (see above), and can be used instead of the built-in Inactive Filter options. When used together, the Pixel Bender filter and the built-in Inactive Filter are combined and applied to each thumbnail image; allowing you to mix built-in filters with your own, should you need to.
[NEW] Added parameters for soundEffects and soundEffectsVolume. These allow you to assign rollover, click, and thumb group slide sound effects to ThumbGrid in the same fashion as SlideShowPro for Flash.
[UPDATE] Grid slows down and stops now when the mouse leaves the component area (and the default "Scroll Slow" Mouse Interactivity option is used).
[UPDATE] Improvements to halt() method so more activity is cleared when the component is removed.
[UPDATE] Tweaks to "Scroll Strong" blur effect for very wide/tall grid layouts.
1.2.4 (5/22/09)
[UPDATED] Thumb Zoom Overflow options extended to include additional overflow areas, including "Allow Top", "Allow Bottom", "Allow Left", "Allow Right", "Allow Top and Left", "Allow Top and Right", "Allow Bottom and Left", and "Allow Bottom and Right".
[UPDATED] Added a "clickThumb" event to the TGThumbEvent event class. Event broadcasts information about the image associated with a thumbnail when clicked.
[UPDATED] Improvements to cross domain security detection.
1.2.3 (4/5/09)
[UPDATED] Component instantiation and garbage collection improvements.
1.2.2 (3/13/09)
[NEW] Added a setup() method which can be called if the component is instantiated after SlideShowPro for Flash broadcasts its gallery data event. It will then retrieve the data it needs from SlideShowPro for Flash (version 1.9.2 or higher required).
[FIXED] Communication error when instantiated as a child of a dynamically created parent movie clip resolved.
1.2.1 (3/4/09)
[UPDATED] Added a "Smoothing" parameter to control whether a thumbnail image's bitmap data is interpolated when scaled. This allows you to bypass security errors that can occur when requesting content from a remote domain.
[UPDATED] Edits to API syntax highlighting in the IDE.
1.2 (2/11/09)
[NEW] Added parameters for Image Active Alpha and Image Rollover Alpha for more control over thumbnail image transparency.
[NEW] Added Easing, Easing Method, and Easing Duration parameters for more control over the animation that occurs when navigating between groups using the nextThumbGroup() and previousThumbGroup() methods.
[NEW] Added an Active Highlight parameter to control whether the style of the thumbnail corresponding to the current slideshow image changes.
[NEW] Added a Spinner Rotation Speed parameter to control the speed of the rotation animation.
[NEW] Revised Component Inspector layout for better parameter grouping.
[UPDATED] Tweaks to the spinner animation speed/graphic to make it more in-line with the version in SSP 1.9.
[FIXED] Discrepancy between the Active Focus parameter and navigation methods resolved.
[FIXED] Operational tweak to make ThumbGrid compatible with SlideShowPro for Flash 1.9.
1.1.1 (12/24/08)
[UPDATED] Thumbnail links now disable when active so they can't be clicked twice.
[UPDATED] Added a switchThumbGroup event to the TGThumbEvent class that broadcasts data for the new thumb group when switching from a different thumb group.
1.1 (12/17/08)
[NEW] Thumb Zoom Overflow parameter added to control whether thumbnails can expand outside of the component area when zoomed (on rollover). Options include "Disallow" (how 1.0 behaves) so that thumbs always expand inside the component area, "Allow" to expand in all four directions, "Allow Left and Right" to only expand outside the left and right sides of the component, and "Allow Top and Bottom" to only expand outside the top and bottom sides of the component.
[NEW] Added an Active Focus parameter that controls whether the grid automatically moves to display the thumbnail that is currently active. The default setting is "On".
[NEW] Added a "Create Fixed ThumbGrid Size" jsfl command that allows you to enter an image width, height, spacing, padding, columns and rows to modify an instance of the component to those exact values.
[NEW] TGThumbEvent includes two new events: rolloverThumb and rolloutThumb.
[UPDATED] The currentThumb, rolloverThumb, and rolloutThumb events now broadcast same data object that SlideShowPro for Flash includes with its imageData event. With it you can retrieve the title, caption, etc, associated with the image in question.
[FIXED] SlideShowPro for Flash instance couldn't be found if ThumbGrid was nested inside another clip.
[FIXED] Thumb Background Alpha wasn't being assigned correctly when modified with ActionScript.
[FIXED] VERSION parameter wasn't accessible via ActionScript.
1.0 (12/2/08)
The first release of SlideShowPro ThumbGrid.