flashvideo

.htaccess setting for flashvideo module

  1. # setting for flash video module
  2.   php_value  post_max_size  400M
  3.   php_value  upload_max_filesize  400M
  4.   php_value  max_execution_time   2000
  5.   php_value  max_input_time  2000

Full flashvideo.module code

  1. <?php
  2. // $Id: flashvideo.module,v 1.20.2.32 2008/02/20 04:44:26 travist Exp $
  3.  
  4. /**
  5.  * @file
  6.  * Enables the ability to attach a Flash video to a node.
  7.  */

Function where I think the code should be integrated

  1. /**
  2.  *  Search and Replace routine.  Scans the body of a node and replaces every tag and its parameters with an object.
  3.  */
  4.  
  5. function _flashvideo_replace_tags(&$node, $tag) {
Syndicate content