Thanks - I'm an idiot - I had pathed to the wrong .flv file. Duh. I
can read the metadata now produced in Premiere - it embeds it in the flv
- doesn't support XML export like Soundbooth does. However, I seem to
only be able to grab the following metadata from the MetadataEvent:
private function onCuePoint(event:MetadataEvent):void
{
trace("Elapsed time in seconds: " + flvPlayback.playheadTime);
trace("Cue point name is: " + event.info.name);
trace("Cue point type is: " + event.info.type);
}
I can't find any info in the docs or online about grabbing the actual
value of the cuepoint (the cuepoint text itself) so I can post it to a
textfield. Any ideas? Thanks.
Jason Merrill
Bank of America Global Learning
Shared Services Solutions Development
Monthly meetings on the Adobe Flash platform for rich media experiences
- join the Bank of America Flash Platform Community
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders