Tagged: drupal media player

Media Transcriptions Roadmap

I’ve started work on the Media Transcriptions module today. This module will allow the attachment of Transcriptions (or Closed Captioning) to video and audio files. The initial version in CVS is from some work by Jonathan DeLaigle (grndlvl), who is a co-maintainer & developer of the module. For full functionality, you’ll need to wait for

Read more »

Do YouTube With Drupal

A YouTube clone? In Drupal? Of course! I was asked by the organizers of the Do It With Drupal seminar if I would like the opportunity to create a YouTube clone in Drupal and talk about that process with the community. Of course! Do It With Drupal will take place in New Orleans, from December

Read more »

How to Use jQuery Media for Audio & Video

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

Read more »

Inline Video with jQuery Media!

Here’s a two-step formula for simple inline video, assuming you have jQuery Media installed on your site, doing both of these configuration steps from Administration > Site configuration > jQuery Media (at /admin/settings/jquery_media): Open the Node types field set and check the node type for which you wish inline video. Open the Classes field set,

Read more »

Splash Screen for Media Player!

Drupal Media Player. Splash screen. lz.embed.swf({url: ‘/sites/all/modules/media_player/bundled_flash_player/media_player.lzx.lzr%3Dswf8.swf?lzproxied=false&file=http://drupal-multimedia.org/files.dm/videos/20051210-w50s.flv&display_logo=1&logo=/sites/all/modules/media_player/bundled_flash_player/resources/druplicon.png&color_bg=blue&image=http://aaronwinborn.com/sites/aaronwinborn.com/files/wave-splash.jpg’, bgcolor: ‘blue’, width: ‘500’, height: ‘400’, id: ‘media-player-0’, accessible: ‘false’}); Please enable JavaScript in order to use this application. A picture is worth a thousand words. (Image credit reway2007)

Read more »

Media Player with Dynamic Logo!

Made some progress last night with the Drupal Media Player that I blogged about recently. Dynamic logos! lz.embed.swf({url: ‘/sites/all/modules/media_player/bundled_flash_player/media_player.lzx.lzr%3Dswf8.swf?lzproxied=false&file=http://spindowners.com/files.dm/videos/20051210-w50s.flv&display_logo=1&logo=//sites/aaronwinborn.com/files/my-logo.png&color_bg=black&image=/sites/all/modules/media_player/bundled_flash_player/resources/druplicon.png’, bgcolor: ‘black’, width: ‘500’, height: ‘400’, id: ‘media-player-1’, accessible: ‘false’}); Please enable JavaScript in order to use this application. This was created with an hour of tweaking the OpenLaszlo XML, and then pasting the following into

Read more »

Home-Brewed Drupal Media Player in the Works!

Here’s a sneak peek of the new flash Drupal Media Player, developed by yours truly with OpenLaszlo! Obviously, it’s still rough on the edges, and all the options in the theme function aren’t hooked up yet. Although it works already (after a fashion), don’t use it yet unless you’re willing to suffer the consequences. lz.embed.swf({url:

Read more »