This is a message.

Catch Metadata Created Oct 26, 2009

This thread is solved

Views: 1769     Replies: 1     Last reply Apr 8, 2010  
You must login first before you can use this feature

mapigu

Posts: 3

Registered:
Oct 26, 2009

Catch Metadata

Posted: Oct 26, 2009

Hi! I'm trying to write a Flowplayer plugin who keep metaData's informations to do some controls.
Unfortunatly my code is unable to catch these informations and return me [ClipEvent type="onMetaData" info=null]

I put here the code:
// ActionScript Document
public function onLoad(player:Flowplayer):void {
// dispatch onLoad so that the player knows this plugin is initialized
...
_text.text = "#CARICAMENTO DEL PLAYER";
player.currentClip.onMetaData(traceMetaData);

}

private function traceMetaData(evt:ClipEvent):void {
_text.text +=evt.toString();
...
}

thank you for any help!

eb_dev

Posts: 24

Registered:
Jan 29, 2010

» Catch Metadata

Posted: Apr 8, 2010

Reply to: Catch Metadata, from mapigu
I have the same problem, have seen this thread about cuepoints. Supposedly going to be fixed in next version, is this true annsi?