DrupalBin
Submit Code
About
Recent Posts
trace
33 min 51 sec
ago
Fix for Code
7 hours 20 min
ago
Fix for Code
7 hours 21 min
ago
Code
7 hours 26 min
ago
more
Tags
CCK
drupal
fapi
jquery
menu
module
Panels
php
simpletest
test
theme
views
more tags
User login
Log in using OpenID:
What is OpenID?
Username:
*
Password:
*
Create new account
Request new password
Log in using OpenID
Cancel OpenID login
Home
flashvideo
.htaccess setting for flashvideo module
July 24, 2008 - 12:39pm — Anonymous
# setting for flash video module
php_value post_max_size 400M
php_value upload_max_filesize 400M
php_value max_execution_time
2000
php_value max_input_time
2000
flash
flashvideo
htaccess
Read more
Full flashvideo.module code
July 22, 2008 - 6:07am — Anonymous
<?php
// $Id: flashvideo.module,v 1.20.2.32 2008/02/20 04:44:26 travist Exp $
/**
* @file
* Enables the ability to attach a Flash video to a node.
*/
flashvideo
module
Read more
Function where I think the code should be integrated
July 22, 2008 - 6:05am — Anonymous
/**
* Search and Replace routine. Scans the body of a node and replaces every tag and its parameters with an object.
*/
function
_flashvideo_replace_tags
(
&
$node
,
$tag
)
{
CCK
flashvideo
module
Read more