Visit SlideShowPro.net  Community Forums
SlideShowPro Help Wiki
Recent changes / Search

SlideShowPro for Flash

SlideShowPro for Lightroom

SlideShowPro Standalone

SlideShowPro Director

SlideShowPro Director Hosting

ThumbGrid

Page last modified by tdominey on April 18, 2009, at 08:27 AM

Event Object Type: net.slideshowpro.slideshowpro.SSPAlbumEvent
SSPAlbumEvent.type property = net.slideshowpro.slideshowpro.SSPAlbumEvent.ALBUM_START
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0

Dispatched when an album is loaded.

Properties

PropertyValue
bubblesfalse
cancelablefalse; there is no default behavior to cancel.
idThe id of the affected album.

Examples

The following traces the ID of the album that has started to the Output panel.

import net.slideshowpro.slideshowpro.*;
function onAlbumStart(event:SSPAlbumEvent) {
   trace(event.id);
} 
my_ssp.addEventListener(SSPAlbumEvent.ALBUM_START, onAlbumStart);


© 2010 Dominey Design Inc. All Rights Reserved.
About | Merchandise | Contact | Privacy policy | Legal | Licensing