aboutsummaryrefslogtreecommitdiff
path: root/INSTALL.txt
blob: da1b098bdde07767dd9197ab329ed13985e28bf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
INSTALL INSTRUCTIONS FOR VIDEO.MODULE
----

1-Copy video folder to modules/
2-Create database table using video.mysql file
3-Login as site administrator
4-Activate video.module as usual (administer->modules)
5-(optional) Activate video.module blocks (administer->blocks)

FLASH VIDEO (FLV) SUPPORT (OPTIONAL)
----
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
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.
4-Make any necessary SWF file settings changes in
  administer->settings->video
  
VIDEO FOR DRUPAL 4.6.(0/1/2)
----
Take note of MySQL table changes of this version.