You are here

function swftools_imagerotator_swftools_variable_mapping in SWF Tools 6.3

File

imagerotator/swftools_imagerotator.module, line 256
Enables SWF Tools support for the LongTail ImageRotator.

Code

function swftools_imagerotator_swftools_variable_mapping() {
  return array(
    'imagerotator' => array(
      'height' => 'flashvars',
      'width' => 'flashvars',
      'shuffle' => 'flashvars',
      'shownavigation' => 'flashvars',
      'linkfromdisplay' => 'flashvars',
      'showicons' => 'flashvars',
      'enablejs' => 'flashvars',
      'backcolor' => 'flashvars',
      'frontcolor' => 'flashvars',
      'lightcolor' => 'flashvars',
      'logo' => 'flashvars',
      'link' => 'flashvars',
      'rotatetime' => 'flashvars',
      'transition' => 'flashvars',
      'linktarget' => 'flashvars',
      'overstretch' => 'flashvars',
    ),
  );
}