Unable to get frame accurate timecode in adobe animate CC

189 Views Asked by At

I am using adobe animate tool to develop a flash player which will allow users to annotate and tag faces of people in a video. So user plays video he pauses it and draws a rectangle around a visible face. WHat i need is a frame accurate time code of this frame when user has pause. How can I do that using flash animate CC and action script?

1

There are 1 best solutions below

2
Andrew Frost On

If you're playing the video via the NetStream class, can't you just use the NetStream.time property? I think that's accurate to 1ms.

AS3 NetStream class