You are here

function flowplayer3_swftools_variable_mapping in SWF Tools 6.2

File

flowplayer3/flowplayer3.module, line 278

Code

function flowplayer3_swftools_variable_mapping() {

  // FlowPlayer3 doesn't need to make any variable mappings
  return array(
    FLOWPLAYER3_MEDIAPLAYER => array(),
  );
}