You are here

function swftools_flowplayer3_init in SWF Tools 6.3

Implementation of hook_init().

File

flowplayer3/swftools_flowplayer3.module, line 633
Enables SWF Tools support for Flowplayer 3.

Code

function swftools_flowplayer3_init() {

  // Add JavaScript to enable auto-close behavior and accessibility
  if (variable_get('swftools_always_add_js', SWFTOOLS_ALWAYS_ADD_JS)) {
    swftools_flowplayer3_add_js();
  }
}