« Back to slideshowpro.net
SlideShowPro Help Wiki
Recent changes / Search

SlideShowPro for Flash

SlideShowPro for Lightroom

SlideShowPro Director

SlideShowPro Director Hosting

SlideShowPro ThumbGrid

Extras

Screencasts

Page last modified by tdominey on November 07, 2008, at 11:32 AM

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

Dispatched when video playback begins.

Properties

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

Examples

The following traces confirmation of video playback beginning:

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


© 2008 Dominey Design Inc. All Rights Reserved.
About | Contact | Privacy policy | License agreements