Skip to content

Frame-Accurate Seeking plugin

This plugin adds support for seeking to specific frames and SMPTE timecodes.

Info

Since some browsers prohibit acccess to individual frames, the plugin uses a time-calculation approach which is not 100% accurate, but very close.

Installation

Include the plugin next to the core player:

<script src="//cdn.flowplayer.com/releases/native/3/stable/flowplayer.min.js"></script>
<script src="//cdn.flowplayer.com/releases/native/3/stable/plugins/fas.min.js"></script>

Configuration

The plugin is configured with the top level configuration object fas. The configuration properties are:

API

The API lives under the fas namespace in the Player API. The methods are:

Sample code

Demo

Codepen