aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.txt
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.txt')
-rw-r--r--INSTALL.txt19
1 files changed, 12 insertions, 7 deletions
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)
----