Posts tagged as:

metadataReceived

The following example shows how you can determine if a FLV file has cue points by listening for the metadataReceived event on a Spark VideoPlayer control in Flex 4 and then inspecting the VideoEvent object’s metadataInfo.cuePoints property.

Full code after the jump.

[click to continue…]

{ 0 comments }

The following example shows how you can detect when the metadata is received by a Spark VideoPlayer control in Flex Gumbo by listening for the metadataReceived event.

Full code after the jump.

[click to continue…]

{ 1 comment }