Downloads
Download tar.gz
49.08 KB
MD5: 00b48dfc24d88f7d9c4335f72f3f8d19
SHA-1: 58cee1f51ebf5a6f9850b2a550946aa7b6531b63
SHA-256: af80ea4dc685ac0d094de1122d4372ff121384a242ec48c7ad5189705b692495
Download zip
51.62 KB
MD5: ba8b4cad2518691266ab0f0ebd963a16
SHA-1: 4171bbd2c90cd06b44a93422932d405523290f77
SHA-256: 2543373c4a89a0be37b9e760c8e300d180994637f562257b063168f1b144eeab
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.