aboutsummaryrefslogtreecommitdiff
path: root/FILE_TYPES.txt
diff options
context:
space:
mode:
authorFabio Varesano <fax8@13637.no-reply.drupal.org>2006-06-18 14:41:32 +0000
committerFabio Varesano <fax8@13637.no-reply.drupal.org>2006-06-18 14:41:32 +0000
commitbff6fafe62a4201c99bdba20144313276d654bca (patch)
tree3f58c4adad06446274c6e842f9f9fb6155ba4b34 /FILE_TYPES.txt
parent2540b23c26f79ed8b223d6ec8b00ca4bfc76e7ef (diff)
downloadvideo-bff6fafe62a4201c99bdba20144313276d654bca.tar.gz
video-bff6fafe62a4201c99bdba20144313276d654bca.tar.bz2
List of changes:
Pluginization: Video.module file was too big and complex. I isolated each different feature which was not excencial and removed from the video.module file. Those features are now added by helper modules called plugins under the directory "plugins". The download has been separed from multidownload. There is now a separated plugin called video_multidownload which add multidownload feature. There are also some hooks being defined. See file hooks.php for details. XHTML Compliace: I worked hard to remove unvalid code from video module. Now the code generated by the module validates on W3C validator. This will probæbly generate some problems with uncommon browsers we will try to solve them as soon as reported. Thanks a lot to Karl Rudd who point me to the right direction towards compliace. Thumbnailing: There is plugin called video_image.module which add thumbnails support for the video module. Thumbnails are uploaded throught the video creation form and a image node is created with it. Video file Uploads: There is a plugin called video_upload.module which add a file upload field to the node creation form. The uploaded file is automatically set as path of the video. Then usable for plays/downloads. NOTE ON BUGS: I tryed to test new features the most as possible but I can't guarantee that all this code is bugfree. Video module is becaming too big to be tested by only one person (me). Hope you guys will be able to help with debugging. Fabio
Diffstat (limited to 'FILE_TYPES.txt')
-rw-r--r--FILE_TYPES.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/FILE_TYPES.txt b/FILE_TYPES.txt
index a0892cf..07d5513 100644
--- a/FILE_TYPES.txt
+++ b/FILE_TYPES.txt
@@ -6,10 +6,10 @@ FILE TYPE INFORMATIONS
Video.module for Drupal 4.7 supports multiple video formats.
.mov, .wmv, .rm, .3gp, .mp4, .swf, .dir, .dcr
- These files type are supported out the box.
+ These files type are supported out the box.
To play these file types you need to enter in the path to the file.
If your video is on the same webserver as drupal, you can use a path relative
- to the drupal directory, like "downloads/video.mov".
+ to the drupal directory, like "downloads/video.mov".
If your video is on another server you can enter the URI to the video
like "http://www.example.com/videos/my-video.mov".
The .mp4 and .3gp extentions use the Quicktime player.
@@ -20,14 +20,14 @@ Video.module for Drupal 4.7 supports multiple video formats.
in the video creation page you will be able to specify the parameters.
YouTube.com support
- You can host videos on youtube.com and put them on your site.
- To do this, after you upload the video on youtube.com enter
- the video ID into the "Video File" field. If the URI youtube.com gives
- you for the video is "http://www.youtube.com/watch.php?v=XM4QYXPf-s8"
+ You can host videos on youtube.com and put them on your site.
+ To do this, after you upload the video on youtube.com enter
+ the video ID into the "Video File" field. If the URI youtube.com gives
+ you for the video is "http://www.youtube.com/watch.php?v=XM4QYXPf-s8"
you would enter "XM4QYXPf-s8".
Google Video support
- You can host videos on video.google.com and put them on your site.
+ You can host videos on video.google.com and put them on your site.
To do this, after you upload the video on Google video enter get the
the embed code. In this code you will find an attribute like
src="http://video.google.com/googleplayer.swf?docId=-1591729516923874694" .
@@ -37,7 +37,7 @@ Google Video support
.flv
Video.module for drupal 4.7 now support Macromedia Flash FLV Videos
using FlowPlayer ( http://flowplayer.sourceforge.net/ ).
- To use .flv files simply download Flowplayer and put the file
+ To use .flv files simply download Flowplayer and put the file
called "FlowPlayer.swf" or "Player.swf" into your Drupal folder.
Then set the Flash player file name to use on the Flash settings in video module configuration page.