The problem of today’s HTML5 video is that it can’t be played in-line on an HTML page on mobile devices. The way the handheld devices handle it is they open the video in a native player which takes over the page itself, making it impossible to implement any interaction while the video is playing. Also, you can’t play two videos at the same time.
Here is the need of a tool which creates a player and instead of playing video files, it shows a sequence of images at a certain rate. Frame Player is a video player without video files, just JSON. Based on “images frames” thought to mobile devices!