You are here

function theme_video_get_script in Video 5

Import the video.js script

1 theme call to theme_video_get_script()
theme_video_player in ./video.module
theme function to control which player is presented

File

./video.module, line 1108
Display video in Quicktime MOV, Realmedia RM, Flash FLV & SWF, or Windows Media WMV formats.

Code

function theme_video_get_script() {
  drupal_add_js(drupal_get_path('module', 'video') . '/video.js');
}