I load a flv from code. I want to be able to get the next frame every time I push a button. I tried using seek() and passing it playheadTime+0.045 but it doesn't seem to work. It jumps much more than one frame. (For a flv movie frame rate of 20 per second one frame will occur once every 0.05 seconds so if I seek to the current position + a number smaller than the time until the next frame I should get the next frame). Can anyone give me some advice regarding this?