You are here

function swftools_wijering4_add_js in SWF Tools 6.3

Adds Wijering4 JavaScript to the page.

2 calls to swftools_wijering4_add_js()
swftools_wijering4_init in wijering4/swftools_wijering4.module
Implementation of hook_init().
swftools_wijering4_swftools_preprocess_jwplayer4 in wijering4/swftools_wijering4.module
Implementation of hook_swftools_preprocess_[player]().

File

wijering4/swftools_wijering4.module, line 408
Enables SWF Tools support for LongTail Player 4. This module also works with LongTail Player 5.

Code

function swftools_wijering4_add_js() {

  // Add JavaScript to enable auto-close behavior and accessibility
  drupal_add_js(drupal_get_path('module', 'swftools_wijering4') . '/swftools_wijering4.js');
}