I\'m trying to synthesize a video using a stream of images in JavaScript.
The problem is the \"video\" is either jerky, which was solved by using a buffer of sorts. However
I had a similar problem (in firefox-not an issue in other browsers.) In the end I litterally downloaded my movie as a filmstrip, put it it in an overflow hidden div and offset the image by the height of a frame. Saves a few k on total file size to boot! I made my filmstrip with gdlib