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:21 AM

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

Dispatched when a slideshow attempts to load another piece of slideshow content from an album and none exists. This event only fires when a slideshow is in auto-playback mode and additional content is requested from an album that doesn't contain more.

Properties

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


Examples

The following example redirects the web browser to a new URL when reaching the end of an album:

import net.slideshowpro.slideshowpro.*;

function onAlbumEnd(event:SSPAlbumEvent) {
    var request:URLRequest = new URLRequest("http://slideshowpro.net/");
    navigateToURL(request,"_self");
}

my_ssp.addEventListener(SSPAlbumEvent.ALBUM_END, onAlbumEnd);


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