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 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.