I have some limited experience using the Flash JavaScript API to observe and manipulate SWF files. I would now like to observe and manipulate FLV videos from JavaScript. The API that I am familar with (Play(), TotalFrames(), TCurrentFrame(), GotoFrame(), etc.) operates in frames, whereas I want to operate in seconds.
So either I need an Flash JavaScript API that is based on time, or I need a way to find out the frame rate of an FLV from JavaScript, so I can translate frames into seconds and vice versa.
Note that I do not have control over the generation of the FLV files.