Index: media_player/media_player.theme.inc =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/media_player/media_player.theme.inc,v retrieving revision 1.7 diff -u -r1.7 media_player.theme.inc --- media_player/media_player.theme.inc 18 Aug 2008 02:13:03 -0000 1.7 +++ media_player/media_player.theme.inc 2 Mar 2009 22:28:26 -0000 @@ -58,18 +58,27 @@ $url = variable_get('media_player_path_media_player', drupal_get_path('module', 'media_player') .'/media_player.lzx.lzr=swf8.swf'); $url = url($url, $url_options); $params['movie'] = $url; $id = isset($id) ? $id : 'media-player-'. ($count++); foreach ($params as $key => $param) { $parameters .= ""; } drupal_add_js(drupal_get_path('module', 'media_player') .'/lps/includes/embed-compressed.js'); $output .= << - lz.embed.swf({url: '$url', bgcolor: '{$options['color_bg']}', width: '{$options['width']}', height: '{$options['height']}', id: '$id', accessible: 'false'}); + lz.embed.swf({url: '$url', bgcolor: '{$options['color_bg']}', width: '{$options['width']}', height: '{$options['height']}', id: '$id', accessible: 'true'}); LWZ; Index: media_player/bundled_flash_player/classes.lzx =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/media_player/bundled_flash_player/classes.lzx,v retrieving revision 1.3 diff -u -r1.3 classes.lzx --- media_player/bundled_flash_player/classes.lzx 12 Jan 2009 23:06:39 -0000 1.3 +++ media_player/bundled_flash_player/classes.lzx 10 Mar 2009 16:49:06 -0000 @@ -1,9 +1,15 @@ - + + - + @@ -29,26 +35,26 @@ - + playpause_button.PlayPause.setAttribute('resource', 'button_play'); - + - + - + - + @@ -61,7 +67,7 @@ - + media_player.seek(position_slider.value / 1000); @@ -69,7 +75,8 @@ - + + @@ -77,11 +84,11 @@ - + - + Index: media_player/bundled_flash_player/media_player.lzx =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/media_player/bundled_flash_player/media_player.lzx,v retrieving revision 1.3 diff -u -r1.3 media_player.lzx --- media_player/bundled_flash_player/media_player.lzx 12 Jan 2009 23:06:39 -0000 1.3 +++ media_player/bundled_flash_player/media_player.lzx 10 Mar 2009 16:49:06 -0000 @@ -1,5 +1,5 @@ - + Debug.messageLevel = "INFO";