Listening for cue point events on a Spark VideoPlayer object in Flex Gumbo
June 7th, 2009
In a previous example, “Viewing a video’s cue points using a Spark VideoPlayer control in Flex Gumbo”, we saw how you could view a video’s cue points using a Spark VideoPlayer control in Flex Gumbo by listening for the metadataReceived event and then inspecting the VideoEvent object’s metadataInfo.cuePoints property.
The following example shows how you can [...]
Source:Listening for cue point events on a Spark VideoPlayer object in Flex Gumbo