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 March 03, 2009, at 03:24 PM

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

Dispatched when a video ends playback.

Properties

PropertyValue
bubblesfalse
cancelablefalse; there is no default behavior to cancel.

EXAMPLES

The following traces a confirmation message to the Output panel when the video completes:

import net.slideshowpro.slideshowpro.*;  
function onVideoEvent(event:SSPVideoEvent) {  
   if (event.type=="videoEnd") {  
      trace("video has ended");  
   }  
}   
my_ssp.addEventListener(SSPVideoEvent.VIDEO_END, onVideoEvent); 

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