Media Player with Dynamic Logo!

We encourage users to post events happening in the community to the community events group on https://www.drupal.org.
aaron's picture

Made some progress last night with the Drupal Media Player that I blogged about recently. Dynamic logos!

You have to go to my blog to see the action.

This was created with an hour of tweaking the OpenLaszlo XML, and then pasting the following into this node: print theme('media_player_player', 'http://spindowners.com/files.dm/videos/20051210-w50s.flv', array('logo' => '/sites/aaronwinborn.com/files/my-logo.png');

Couldn't be simpler! I see a dev release as soon as we have an icon for the play button!

Of course, playlists and the like will take more. We've talked about including several players, including a light-weight and one with all the bells & whistles, and have the module call the proper one according to passed parameters.