| 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 |
| 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')), |