You are here

function lutman_swftools_methods in SWF Tools 6

Same name and namespace in other branches
  1. 5 lutman/lutman.module \lutman_swftools_methods()
  2. 6.2 lutman/lutman.module \lutman_swftools_methods()

SWF Tools - Luke Lutman Flash Replacement

Enables the use of Luke Lutman's jquery.flash.js which ships with the SWF Tools module. jquery.flash.js provides Flash replacement techniques.

Author's Site. http://jquery.lukelutman.com/plugins/flash/

File

lutman/lutman.module, line 14

Code

function lutman_swftools_methods() {
  $methods = array();
  $methods[SWFTOOLS_EMBED_METHOD]['lutman_replace'] = array(
    'name' => 'lutman_replace',
    'module' => 'lutman',
    'shared_file' => 'lutman/jquery.flash.js',
    'title' => t('jQuery Flash plugin - JavaScript'),
    'download' => 'http://jquery.lukelutman.com/plugins/flash/',
  );
  return $methods;
}