You are here

function swftools_onepixelout_add_js in SWF Tools 6.3

Adds OnePixelOut JavaScript to the page.

2 calls to swftools_onepixelout_add_js()
swftools_onepixelout_init in onepixelout/swftools_onepixelout.module
Implementation of hook_init().
swftools_onepixelout_swftools_preprocess_onepixelout in onepixelout/swftools_onepixelout.module
Implementation of hook_swftools_preprocess_[player]().

File

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

Code

function swftools_onepixelout_add_js() {
  drupal_add_js(drupal_get_path('module', 'swftools_onepixelout') . '/swftools_onepixelout.js');
}