The Flash Video add-on now includes a time code feature. Although the player supports the setting, I haven't made it available as a block setting yet, so you would need to use a custom template.
Here's the drill (it's easy to do):
- Create a directory at /blocks/flash_video/templates
- Copy "view.php" from /packages/flash_video/blocks/flash_video to your new directory
- Rename the file ("time_code.php", for example) and edit it
- Add "showTimeCode" with a value of 1 to the list of parameters that's passed to the SWF
Done! Let me know if you try it out, and how it works for you
I apologize for the delay.
The Flash Video add-on now includes a time code feature. Although the player supports the setting, I haven't made it available as a block setting yet, so you would need to use a custom template.
Here's the drill (it's easy to do):
- Create a directory at /blocks/flash_video/templates
- Copy "view.php" from /packages/flash_video/blocks/flash_video to your new directory
- Rename the file ("time_code.php", for example) and edit it
- Add "showTimeCode" with a value of 1 to the list of parameters that's passed to the SWF
Done! Let me know if you try it out, and how it works for you