User Guide

92 Client-Side ActionScript Language Reference
The code in this example causes the following information to be displayed:
onCuePoint:
parameters =
lights: beginning
type = navigation
time = 0.418
name = point1
---------
onCuePoint:
parameters =
lights: middle
type = navigation
time = 7.748
name = point2
---------
onCuePoint:
parameters =
lights: end
type = navigation
time = 16.02
name = point3
---------
The parameter name lights is an arbitrary name used by the author of the example video.
You can give cue point parameters any name you want.
See also
NetStream.onMetaData
NetStream.onMetaData
Availability
Flash Player 7.
Flash Media Server 2.
Usage
public onMetaData = function(infoObject:Object) {}
Parameters
infoObject An object containing one property for each metadata item.
Returns
Nothing.