Just throwing this out there, haven't messed with cue points in
ages(thank god) ;) but have you looked at onXMPData? I believe it's
only FP10+

<http://help.adobe.com/en_US/ActionScript/3.0_ProgrammingAS3/WSD30FA424-950E-43ba-96C8-99B926943FE7.html#WS48F8E9DF-A81C-4838-84CF-5F04EB8541FE>


hth,
B.

On Tue, Jul 14, 2009 at 2: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