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

videoMetadata

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

Dispatched when and if video metadata is available.

Properties

PropertyValue
bubblesfalse
cancelablefalse; there is no default behavior to cancel.
dataObject containing the video metadata.

Example

The following example displays all the metadata that's embedded in a video:

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


Page last modified by tdominey on March 03, 2009, at 03:24 PM
© 2010 Dominey Design Inc. All Rights Reserved.
About | Merchandise | Contact | Privacy policy | Legal | Licensing