Downloads
Download tar.gz
49.08 KB
MD5: 45d0d9c818f08fa2c5dfff5e522318be
SHA-1: c1bfd34ae70514934c64dfdca951dff0dfa3a6f4
SHA-256: 5ff918a16974e00f68aafead43bc02c25d3daeb28c3f5bb49aa4d2477fa1044b
Download zip
54.6 KB
MD5: bfb94025c62b748f754af9a22fb94829
SHA-1: e2362f07da20aef094e6d49c9abb862ccc0e3674
SHA-256: b9239545dd14a0916cfe4ba9746ca74492946165f1dea2db8be50548ee448fc6
Release notes
New Features
- Custom FlashVars - This version introduces a way to customize the FlashVars passed to the video player.
- Embed Video Text Box - This version introduces an embed video text box feature to allow people to embed the video in external sites.
- Allow Drupal root output directories - This new version allows the ability to have output directories that are referenced from the Drupal root instead of the files directory.
- Original Video output directory - This new version now allows you to specify a directory to store all the original videos after a successful conversion has been made.
- Node Playlists - Now with the new version, you can specify in your [video] tag, or through the API usage, fids=node to signal to the FlashVideo module that you wish to show all the videos uploaded to that node as a playlist (single video player that plays each video back-to-back). For example....[video:fids=node] will play all videos in that node as a playlist.
Bug Fixes
- Fixed the query to retrieve the node type in flashvideo_get_video
- Fixed output directory issues.