/* $Id: */

This small module extends the video_filter module to play videos uploaded as a file attachment or ftp. 

With the FTP method, if you upload an image of the same name as the flv (must end .jpg) then that image is used as the poster image. 

Finally, you can embed audio this way as well. Both file attachment and ftp  work, just upload an mp3 instead of an flv. A 20px height is used for mp3s. 

Installation

Enable the module on the modules page.
If you would like to upload via FTP, go to admin/settings/local_videofilter and enter the domain and path for where your media files will be stored. 

Usage

FTP: Upload audio or video to the directory defined in the module settings. Embed as usual. 
File attachment: upload the file as a file attachment. Then copy the filename (which is the default in the description for file uploads) and use that for the video embed code. 

ex) FTP [video: MYOTHERMEDIASERVER/FOLDER/the-video.flv]

ex) File Attachment [video: the-video.flv]

 