Downloads
Download tar.gz
42 KB
MD5: ccf0484d9e1f50e3a9e9b04c8b853d29
SHA-1: 187d2c5bd0331da2043950e70d40b6c99b566f04
SHA-256: c6c83f334d6f514d0ee8e1ce89cdc153224e278a23c8affa869fc2f986bf5252
Download zip
44.98 KB
MD5: 0e4a2b1b06ac616a3ba16448c1a72dce
SHA-1: 1fdf93c5f9500929bed473cf886c417ec19ddcf4
SHA-256: 790993e4599a82141044a2ffb9ab5d55357ea4f26e0ddb082b920004de552232
Release notes
Changes from Beta 2 to Beta 3
- Fixed where the video $file variable was changing within the flashvideo_convert routine. Thanks TolstoyDotCom!
- Fixed where the video width and heights were not taking passed parameters into consideration.
- Fixed where it was broken with intro videos
- Fixed the file tag to be more generic.
- In the flashvideo_convert routine, I made it to where they don't have to provide all the parameters but just the parameters they wish to override. It will use the defaults on all others.
Since version 2.1: There have been many enhancements to FlashVideo Version 2.2. Please follow the links below to get more information regarding the new API and FlashVideo CCK plugin.
- Introduced the FlashVideo API that allows for plugins. For more information, go to http://www.travistidwell.com/flashvideo_api
- Introduced the FlashVideo CCK Plugin. For more information, go to http://www.travistidwell.com/flashvideo_cck
- Added a new parameter for the [video] and [thumbnail] tag, called file. This allows you to specify any file and it will play it. This is referenced from the system files directory.
- Depricated the _perform_ffmpeg routine. Now using a more standard flashvideo_convert routine.
- Added the ability to customize the Thumbnail command to the conversion utility.
- Made another fix to the RSS feeds that was using db_fetch_object instead of db_result.
- Fixed the bad wordage in the Missing thumbnail image... It was saying "Image Not Unavailable" and now says "Image Not Available".
- Fixed the file paths to the missing video and missing thumbnail images.
- Changed the flashvideo_get_video routine to look for not only "flv-application/octet-stream" files, but also "application/octet-stream" files.
- Fixed a bug where the post operations were not being performed if they specify 0 for the max number of failures (No FFMPEG).
- Added some more comments to help other people understand the module.
- Added a PHP check that looks for installed modules and PHP directive settings, and notifies the user if any settings do not match recommendations.