fsplayer.api.IPresenterVideoListener Interface
The IPresenterVideoListener interface defines a method invoked by presenter video controller when a particular events occur during presenter video playback.
| Methods |
|
Method |
Description |
|
onChangePresenterVideo(video:IPresenterVideo):Void |
This method is invoked when presenter video is changed. Use the getCurrentVideo() method of the passed IPresenterVideoController interface to get new video |
In order to receive presenter video notifications you need to create a class which implements IPresenterVideoListener interface and pass it to the addListener() method of the IPresenterVideoController Interface.
See also
IPresenterVideo
IPresenterVideoController Interface
Flash Presentation ActionScript API Reference