Re: [Flashcoders] accessing embedded cue point names

2009-06-22 Thread Kenneth Kawamoto
cuePoint event object has "info" property, which is an object contains properties such as "name", "time", and "type". In your situation you would just fire some actions depending on the name of the cue point. Kenneth Kawamoto http://www.materiaprima.co.uk/ Sam Brown wrote: Hi list, Quick que

[Flashcoders] accessing embedded cue point names

2009-06-18 Thread Sam Brown
Hi list, Quick question that should be straightforward, but I'm having trouble finding the answer in the help docs: I've got a video with embedded event cue points in it.This is an FLV component with instance name myVid. I can fire events via myVid.addEventListner(M