--- video.module 2007-06-20 19:08:14.000000000 +0000 +++ video.module 2007-06-26 23:48:37.000000000 +0000 @@ -332,6 +332,11 @@ function video_settings_form() { '#title' => t('Filename of Flash loader'), '#default_value' => variable_get('video_flvplayerloader', 'FlowPlayer.swf'), '#description' => t('The name of the Shockwave file that manages loading the FLV movie.')); + $form['flash']['video_flvplayerloader_fullscreen'] = array( + '#type' => 'textfield', + '#title' => t('Fullscreen URL to use with FlowPlayer'), + '#default_value' => variable_get('video_flvplayerloader_fullscreen', 'http://flowplayer.sourceforge.net/fullscreen.js'), + '#description' => t('The URL that takes care of the fullscreen display.')); $form['ogg'] = array('#type' => 'fieldset', '#title' => t('Ogg Theora settings'), '#collapsible' => TRUE, '#collapsed' => TRUE); $form['ogg']['video_cortado'] = array( '#type' => 'textfield', @@ -1019,7 +1028,13 @@ function theme_video_play_flash($node) { $output .= ' - ' . "\n" + ' . "\n" . _video_get_parameters($node) . '

'. t('Your browser is not able to display this multimedia content.') .'

';