
onMarker
Description
This event occurs for each Marker at the timestamp of the marker.
Parameters
label (String)
Label of the marker.
Example
nets.onMarker = function(label){
trace('onMarker event at '+nets.time);
trace(' Label: "'+label+'"');
}
See also
onMarkerList