# 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:
```html
```
## Configuration
The plugin is configured with the top level configuration object `fas`. The configuration properties are:
embed
## API
The API lives under the `fas` namespace in the Player API. The methods are:
embed
## Sample code
embed
## Demo
[Codepen](https://codepen.io/team/flowplayer/pen/b66bfd365e2f0e575e5f508906c5bd5f)