/[drupal]/contributions/modules/jquery_media/jquery_media.settings.inc
ViewVC logotype

Diff of /contributions/modules/jquery_media/jquery_media.settings.inc

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.5.2.6, Thu Aug 28 01:47:17 2008 UTC revision 1.5.2.7, Mon Mar 23 13:44:06 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: jquery_media.settings.inc,v 1.5.2.5 2008/07/03 14:37:58 aaron Exp $  // $Id: jquery_media.settings.inc,v 1.5.2.6 2008/08/28 01:47:17 aaron Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 122  function _jquery_media_settings_form() { Line 122  function _jquery_media_settings_form() {
122      '#default_value' => variable_get('jquery_media_flvplayer', JQUERY_MEDIA_FLVPLAYER_DEFAULT),      '#default_value' => variable_get('jquery_media_flvplayer', JQUERY_MEDIA_FLVPLAYER_DEFAULT),
123      '#description' => t('Enter the path relative to your webroot to your flash video player, such as for the JW Media Player or Wimpy Rave. Do not include the beginning slash.'),      '#description' => t('Enter the path relative to your webroot to your flash video player, such as for the JW Media Player or Wimpy Rave. Do not include the beginning slash.'),
124    );    );
125      $form['players']['jquery_media_mp4_flash'] = array(
126        '#type' => 'checkbox',
127        '#title' => t('Play MP4 Files with Flash Player'),
128        '#default_value' => variable_get('jquery_media_mp4_flash', JQUERY_MEDIA_MP4_FLASH_DEFAULT),
129        '#description' => t('If checked, then MP4 files will be treated like FLV files and played with the Flash Video Player rather than a video plugin such as QuickTime. Flash is more widely deployed than QuickTime, but has stricter encoding requirements. Don\'t enable this unless all your MP4 files are encoded to Adobe\'s Flash specifications (i.e. h.264 + AAC).'),
130      );
131    $form['players']['jquery_media_mp3player'] = array(    $form['players']['jquery_media_mp3player'] = array(
132      '#type' => 'textfield',      '#type' => 'textfield',
133      '#title' => t('MP3 Player (%mp3Player)', array('%mp3Player' => 'mp3Player')),      '#title' => t('MP3 Player (%mp3Player)', array('%mp3Player' => 'mp3Player')),

Legend:
Removed from v.1.5.2.6  
changed lines
  Added in v.1.5.2.7

  ViewVC Help
Powered by ViewVC 1.1.2