Search code examples
actionscript-3flash-media-serverhtml5-video

FLV video tagging using ActionScript 3


I would like to tag some parts on screen (like tagging people's head in photos in Facebook) in video (in certain second). Videos are in FLV format, video on demand. Is there any library that I can use to tag the video? or I can only use a cue point?

Environment:

  1. Flash Media Server
  2. Flash CS4 (ActionScript 3)

Other information can be further given. Ask me.


Solution

  • There is NO direct solution of this issue. I end up have to record the time in a Flash embedding the movie player and make tagging actions there.