aboutsummaryrefslogtreecommitdiff
path: root/video.module
diff options
context:
space:
mode:
authorDavid Norman <drupal@deekayen.net>2006-05-15 20:14:58 +0000
committerDavid Norman <drupal@deekayen.net>2006-05-15 20:14:58 +0000
commitcd32600c0196e117fff56e96af842bcb77440ef2 (patch)
tree2b90b0d9f4338f8348e8eb5ed21331dd7d8ba2ba /video.module
parent5f6a5223f4c2de9cc26a02279fda13fdda249d7b (diff)
downloadvideo-cd32600c0196e117fff56e96af842bcb77440ef2.tar.gz
video-cd32600c0196e117fff56e96af842bcb77440ef2.tar.bz2
license concerns about AC_Quicktime.js
Diffstat (limited to 'video.module')
-rw-r--r--video.module4
1 files changed, 2 insertions, 2 deletions
diff --git a/video.module b/video.module
index 29d0c86..11ac105 100644
--- a/video.module
+++ b/video.module
@@ -1147,10 +1147,10 @@ function theme_video_play_swf($node) {
* string of content to display
*/
function theme_video_play_quicktime($node) {
- drupal_set_html_head('<script src="'. drupal_get_path('module', 'video') .'/AC_QuickTime.js" language="JavaScript" type="text/javascript"></script>');
+ drupal_set_html_head('<script src="'. drupal_get_path('module', 'video') .'/video_insert.js" language="JavaScript" type="text/javascript"></script>');
$height = $node->videoy + 16; //Increase the height to accommodate the player controls on the bottom.
$output = '<script language="JavaScript" type="text/javascript">';
- $output .= "QT_WriteOBJECT_XHTML('$node->vidfile','{$node->videox}','$height','','autoplay','true','kioskmode','false');";
+ $output .= "InsertQuicktimeVideo('{$node->vidfile}','$height','{$node->videox}');";
$output .= '</script>';
$output = _theme_video_format_play($output, t('http://www.apple.com/quicktime/download'),
t('Link to QuickTime Download Page'),