Advomatic just launched a new feature for Air America's player. Users are able to create their own play lists of favorite audio and video clips, and sort them in their preferred order.
To see this functionality in action, you'll need to go to the Air America site, and create a user account. After doing so, launch their player, by pressing on the big Listen Live button on the top left of every page.
Add two or three audio clips by pressing the "+" next to a clip, then go to the video tab and do the same thing.
Finally, go to the Playlist tab. Here, you can click and drag clips to sort them as desired. Go ahead. It's all saved, which you can confirm by going to another tab, logging out, logging back in, etc.
I made an official release for the jQuery Media module. This is a wrapper for the jQuery Media plugin. I have made this a full featured module, an aid for developers and themers. We are using it for the audio clips of Air America Radio.
From its help page:
The jQuery Media plugin will turn links to media into their embedded media equivalents, or into a modal overlay embedding the media when the link is clicked. Installing and configuring the module is only the first step: you must also manually theme the output of links in order to enjoy the benefits of this plugin.
Theming is outside of the scope of this help page. You might look at Drupal's Theme Developer's Guide for more information. However, once you are ready to theme your elements, you only need to add a class and invoke this plugin. For instance, if you have a File Field with a video, simply use something like the following:
<?php
jq_add('jquery_media');
print l($node->title, $node->field_file_field[0]['filepath'], array('class' => 'media'));
?>You may override the global defaults of this plugin when configuring. Additionally, you may override a global default on a case-by-case basis by including the override in an options array when invoking the plugin. For instance, you might override the background color of players on a specific page with
<?php
jq_add('jquery_media', array('bgcolor' => '#33FF00'));
?>This will override the defaults of the plugin for every media link on that page, which may in turn override those individually (more on that later).
The full array of global overrides are as follows:
Finally, you may override a global setting on an individual basis. The customizations here are extensive, and rather than repeating that here, you are directed to the jQuery Media homepage for more information. As an example, you might set the size of a specific file with the following, while leaving any other jquery media links on the page at their default. (Note that we change the class away from the default 'media' in this example. It also assumes we've already invoked it as above.):
<?php
print l($node->title, $node->field_audio_file, array('class' => 'media-audio')); drupal_add_js("$('a.media-audio').media( { width: 200, height: 15, autoplay: true } )", 'inline');
?>Note that by default, the module will add its default overrides inline. However, you may set it to output them to a dynamic javascript file, and may additionally wish to set the defaults to a static js file, once development is complete. You can alter those settings when configuring the module.
wholesale watches wholesale watches men's watches
Wholesale watches,Men's Watches & Ladies'Watches & women's
watch and jewelry watches from china :Men's Watches Women's
Watches Fashion watches Sport
watches Wrist watch Jewelry watch Pocket watch products include watches, watch,wristwatches,
mens watches, ladies watches,womens watches,fossil watch, quartz watches,pocket watch,breitling
watch,vintage watch,watch strap,replica watch,all list our lowest prices Online sale for jewelry
watches items. more infomation visit http://www.ch-watches.com/
http://loutsfloated.freehostia.com/connectif8/map.html john sullivan iowa, http://evereststalled.freehostia.com/cupcakes27/map.html picture of iowa, http://spenderchisel.freehostia.com/hollywoof2/map.html motorcycle engine salvage michigan,
Will this answer the problem of slow video streaming? Sometimes we are fed up with how Youtube videos are loaded even though you may the fastest internet speed. We just hope this can also help, even in a small way, to increase the speed of streaming and perhaps, downloading....
Aaron,
I really like views_slideshow. It just works like it should.
Just as exciting ... I just got your book Drupal Multimedia and am starting to think it is the best Drupal book out there... and I have most of them. I am half way through - while I have not followed your demos yet I am very impressed with the depth you go into - especially with theming.
Thanks for your great drupal work !!
Aaron, this is going to be great. Thanks for your work on this. I'm sure we all appreciate it.