You are here

function swftools_onepixelout_init in SWF Tools 6.3

Implementation of hook_init().

File

onepixelout/swftools_onepixelout.module, line 161
Enables SWF Tools support for the original OnePixelOut player.

Code

function swftools_onepixelout_init() {
  if (variable_get('swftools_always_add_js', SWFTOOLS_ALWAYS_ADD_JS)) {
    swftools_onepixelout_add_js();
  }
}