You are here

function swftools_jw5_add_js in SWF Tools 6.3

Adds Wijering4 JavaScript to the page.

2 calls to swftools_jw5_add_js()
swftools_jw5_init in jw5/swftools_jw5.module
Implementation of hook_init().
swftools_jw5_swftools_preprocess_jwplayer5 in jw5/swftools_jw5.module
Implementation of hook_swftools_preprocess_[player]().

File

jw5/swftools_jw5.module, line 408
Enables SWF Tools support for LongTail Player 5.

Code

function swftools_jw5_add_js() {

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