I sometimes hear a complaint that jQuery Media can't be used for both audio and video on the same site, because it makes the player too large.
This is not true at all. Although it does currently require some finagling.
I plan to reconfigure the module soon to make it easier to pull in the proper configurations for audio and video. Meanwhile, here's a quick hack.

1. Enable the FileField module and create types for your audio and video clips.
2. Enable the jQuery Media module, and configure it for your custom video node type. We won't turn it on for the custom audio type, because we'll be calling it manually, coming right up.
3. Make sure you have a media player installed in the file directory and configured properly at /admin/settings/jquery_media (or /admin/settings/jq if you're using the jQ module). I suggest JW FLV Media Player for now, as Drupal's Media Player doesn't yet support audio. Just stick it in the site's root directory to work automatically, or put it wherever you want and configure jQuery Media with the proper folder.
4. In your theme's template.php, create the following function, replacing 'custom_audio_type' with your site's custom audio content type.
<?php
function phptemplate_preprocess_filefield_file(&$variables) {
$node = node_load($variables['file']['nid']);
if ($node->type == 'custom_audio_type') {
$variables['classes'] = 'filefield-file-audio';
if (module_exists('jquery_media')) {
jquery_media_add(array('media class' => '.filefield-file-audio a', 'media height' => 20, 'media width' => 200));
}
}
else {
$variables['classes'] = 'filefield-file';
}
$variables['original_file'] = $variables['file'];
}
?>
(Note: we need to copy the $variables['file'] to a new variable because of a known bug in Drupal 6 at http://drupal.org/node/297952.)
5. Create a filefield_file.tpl.php file in your theme directory, with the following code:
<?php
$path = $original_file['filepath'];
$url = file_create_url($path);
$icon = theme('filefield_icon', $original_file);
print '<div class="'. $classes .' clear-block">'. $icon . l($original_file['filename'], $url) .'</div>';
?>
That's it. It should work automatically after that. Note that this tutorial assumes you're using Drupal 6.4, CCK 6.x-2.0-rc6, FileField 6.x-3.0-alpha4, and jQuery Media 6.x-1.4-beta1.
Note that I write about this in more detail in Drupal Multimedia (pre-order now)!
Hi Aaron,
I know this may be a long shot. However, I have met Keshe in person and have also see people testify his treatment, so I must at least let you know about this. Keshe claims that he has treated ALS patients with his plasma technology. Here is the link to the video testimonial ALS (the video is missing and the web site is a bit buggy but I am sure you can contact the foundation to find out more)
http://www.keshefoundation.org/media-a-papers-nl/health-kt-videos-all/26...
and his Health technology is explained here
http://www.keshefoundation.org/applications/medical/health-applications/...
Good luck!
Aaron, "typing with your eyes" is magic to a man born just a few decades ago. Rebuilding your mind from a frozen brain and uploading it to a cyborg to bring you back sounds like magic to us, doesn't it?
It will happen: science will give us all eternal life. Be confident the Singularity will come! Do a mind travel from the time we were bacteria floating on hot seas to here, now, typing with our eyes. What is this path about? Genes want out of their biological constraint: they want to evolve from hardware to software, from gene to meme, and live forever.
Any answer we may give to your question is short because the future you will have what we now call super powers. You'll be able to do anything that you can imagine!
Be brave man! We'll meet again :)
Ceaselessly nag the distant descendants of all the developers who bailed on their #D7CX pledges.
Let's be a little more ambitious. Just a few:
1. Sail the pressure gradients of Jupiter's atmosphere. Or the sun's atmosphere, because you can.
2. Build a matrioshka brain, use it to simulate a new universe. Points for developing sentient life.
3. Split your concious self into multiple copies, send them on millennia long trips to other solar systems / galaxies / whatever. Compare notes on the meaning of life on their return.
4. Create a work of art from the dust from a nebula. Extra points for timing it's creation so the light from the piece reaches an developing species in time for them to see it with a telescope.
5. Figure out what's on the other side of the Milky Way's black hole.
LMAO I hope you guys are being sarcastic.
> Christian church who believes in miracles (evangelical, pentecostal, etc). Ask them to pray for you.
ROFL