Changeset 178
- Timestamp:
- 12/24/07 02:19:36 (1 year ago)
- Files:
-
- mediagallery/READ_ME.TXT (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
mediagallery/READ_ME.TXT
r136 r178 1 1 test 2 http://www.jeroenwijering.com/?item= Flash_Media_Player2 http://www.jeroenwijering.com/?item=JW_Media_Player 3 3 4 This plugin relies on the FlashMedia Player from http://www.jeroenwijering.com/4 This plugin relies on the JW Media Player from http://www.jeroenwijering.com/ 5 5 but due to licensing issues some of the required files can't be included in this 6 package. Read the licensing info here http://www.jeroenwijering.com/?item= Flash_Media_Player6 package. Read the licensing info here http://www.jeroenwijering.com/?item=JW_Media_Player 7 7 before deciding to use this code... 8 8 9 9 Read the insructions CAREFULLY to be sure this plugin works for you. 10 10 11 Installation (BASED ON ELGG 0. 7)11 Installation (BASED ON ELGG 0.9) 12 12 ------------------------------------------------------------------------------------------------------ 13 13 1. Download this package, uncompress it. 14 14 2. FTP the "mediagallery" folder into your elgg/mod directory 15 3. Download the flash media player package from http://www.jeroenwijering.com/?item= Flash_Media_Player15 3. Download the flash media player package from http://www.jeroenwijering.com/?item=JW_Media_Player 16 16 4. Uncompress it, then copy the mediaplayer.swf file into your elgg/mod/mediagallery directory. 17 17 5. Edit the css file to match your site's style (optional) … … 21 21 1. add the following line of code after line 30 of your elgg/lib/filelib.php file... 22 22 'flv' => array ('type'=>'video/x-flv', 'icon'=>'video.gif'), 23 2. add the following block of code to units/files/files_links_make.php, right after line 27.23 2. add the following block of code to mod/file/lib/files_links_make.php, right after line 27. 24 24 It will enable handling of inserted .flv files to blog/forum posts 25 25 … … 33 33 34 34 3. To use FlashMediaPlayer the default handler for inline .mp3 files in blog posts as well, delete the case "audio/mp3" block of code 35 in units/files/files_links_make.php and replace it with:35 in mod/file/lib/files_links_make.php and replace it with: 36 36 37 37 case "audio/mp3": … … 78 78 History 79 79 ------------------------------------------------------------------------------------------------------ 80 v0.4 - December, 2007 81 Updated for Ellg 0.9 82 80 83 v0.3 - April, 2007 81 84 Updated to support for FlashMediaPlayer v3.6
