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_CUE_POINT
Language Version: ActionScript 3.0
Player Version: Flash Player 9.0.0.0

Dispatched when an embedded cue point is reached while playing a video file.

Properties

PropertyValue
bubblesfalse
cancelablefalse; there is no default behavior to cancel.
dataObject containing the cue point data.



The data event object has the following properties:

PropertyDescription
nameThe name given to the cue point when it was embedded in the video file.
parametersAn associative array of name/value pair strings specified for this cue point. Any valid string can be used for the parameter name or value.
timeThe time in seconds at which the cue point occurred in the video file during playback.
typeThe type of cue point that was reached, either navigation or event.

Example

The following example traces the cue point event object data:

import net.slideshowpro.slideshowpro.*;    
function onVideoCuePoint(event:SSPVideoEvent) {    
   for (var prop in event.data) {
      trace (prop + " = " + event.data[prop]);
   }    
}     
my_ssp.addEventListener(SSPVideoEvent.VIDEO_CUE_POINT, onVideoCuePoint);


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