|
From: Florin C B. <ory...@us...> - 2014-09-29 13:46:00
|
Update of /cvsroot/mxbb/mx_shotcast In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv32015 Modified Files: radioplayer.php Log Message: Index: radioplayer.php =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/radioplayer.php,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** radioplayer.php 29 Sep 2014 13:40:40 -0000 1.16 --- radioplayer.php 29 Sep 2014 13:45:57 -0000 1.17 *************** *** 32,37 **** $color_mode ='wmode'; $flash_wmode ='transparent'; // $flash_wmode ='opaque'; ! $shotcast_config['flash_FileName'] = !empty($shotcast_config['flash_FileName']) ? $shotcast_config['flash_FileName'] : $module_root_path ."skins/".SKIN."/bg.swf"; ! $shotcast_config['gateway_FileName']= !empty($shotcast_config['gateway_FileName']) ? $shotcast_config['gateway_FileName'] : $module_root_path ."skins/".SKIN."/index.html"; define('FLASH_FILE', $mx_root_path . $shotcast_config['flash_FileName']); define('GATEWAY_FILE', $mx_root_path . $shotcast_config['gateway_FileName']); --- 32,37 ---- $color_mode ='wmode'; $flash_wmode ='transparent'; // $flash_wmode ='opaque'; ! $shotcast_config['flash_FileName'] = !empty($shotcast_config['flash_FileName']) ? $shotcast_config['flash_FileName'] : $mx_root_path ."modules/mx_shotcast/skins/".SKIN."/bg.swf"; ! $shotcast_config['gateway_FileName']= !empty($shotcast_config['gateway_FileName']) ? $shotcast_config['gateway_FileName'] : $module_root_path ."modules/mx_shotcast/skins/".SKIN."/index.html"; define('FLASH_FILE', $mx_root_path . $shotcast_config['flash_FileName']); define('GATEWAY_FILE', $mx_root_path . $shotcast_config['gateway_FileName']); |