diff options
-rw-r--r-- | FLVPlayer_ProgressiveLoader.swf | bin | 9038 -> 0 bytes | |||
-rw-r--r-- | FLVPlayer_Skin.swf | bin | 6243 -> 0 bytes | |||
-rw-r--r-- | INSTALL.txt | 19 | ||||
-rw-r--r-- | TODO.txt | 4 |
4 files changed, 13 insertions, 10 deletions
diff --git a/FLVPlayer_ProgressiveLoader.swf b/FLVPlayer_ProgressiveLoader.swf Binary files differdeleted file mode 100644 index a6d21e7..0000000 --- a/FLVPlayer_ProgressiveLoader.swf +++ /dev/null diff --git a/FLVPlayer_Skin.swf b/FLVPlayer_Skin.swf Binary files differdeleted file mode 100644 index 813d47d..0000000 --- a/FLVPlayer_Skin.swf +++ /dev/null diff --git a/INSTALL.txt b/INSTALL.txt index d545928..da1b098 100644 --- a/INSTALL.txt +++ b/INSTALL.txt @@ -9,22 +9,27 @@ INSTALL INSTRUCTIONS FOR VIDEO.MODULE FLASH VIDEO (FLV) SUPPORT (OPTIONAL) ---- -1-Copy FLVPlayer_ProgressiveLoader.swf to the drupal root +1-Playing FLV videos requires server-side shockwave files + to manage loading the videos. The Macromedia Flash Video + kit provides a loader and skin for for managing the play. + Others FLV loader providers might be found with Riva + Producer from http://rivavx.de/, Google, or you could + make your own. +2-Copy a FLV loader shockwave file to the drupal root directry (where index.php is) For whatever reason, FLV files only play when the loader is in the root directory. You may rename the loader if you set the new filename in the Drupal administrator settings for the video module -2-You may leave FLVPlayer_Skin.swf in the modules/video - directory, move it elsewhere in the web tree, and/or - rename it. Only locations relative to the Drupal root +3-You may put the FLV player skin shockwave file in the + modules/video directory, move it elsewhere in the web + tree, and/or rename it. + Only locations relative to the Drupal root web directory are currently supported. If it is moved from the modules directory, change the location in the video administration settings. -3-Make any necessary SWF file settings changes in +4-Make any necessary SWF file settings changes in administer->settings->video -4-The included SWF files may be swapped out with others - if you prefer. VIDEO FOR DRUPAL 4.6.(0/1/2) ---- @@ -4,9 +4,7 @@ TODO LIST (in order of importance) - Figure out how to make Windows Media files play with relative URL in addition to a fully qualified one -- The included FLV shockwave play files should be - changed to support more video sizes or just - look different than they are now +- Include GPL'ed FLV loader files - Intensive testing - Support for more types of videos - Support for Customizable node field |