I believe what was happening with making the mov was that all that metadata was written to it and the flash video encoder was able to retrieve all the data, because, I was able to edit them, rename them, etc.

Karl

Sent from losPhone

On Jul 14, 2009, at 4:05 PM, "Merrill, Jason" <[email protected] > wrote:

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
_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to