Visit SlideShowPro.net  Community Forums
SlideShowPro Help Wiki
  

Products

SlideShowPro for Flash

SlideShowPro for Lightroom

SlideShowPro Standalone

SlideShowPro Director

SlideShowPro Director Hosting

ThumbGrid

Additional support

  1. Community forums
  2. Email support staff

Company

  1. Products
  2. About SlideShowPro
  3. News
  4. Follow SlideShowPro on Twitter

SlideShowPro for Flash

albumEnd

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);


Page last modified by tdominey on April 18, 2009, at 08:21 AM
© 2010 Dominey Design Inc. All Rights Reserved.
About | Merchandise | Contact | Privacy policy | Legal | Licensing