|
From: OryNider <ory...@us...> - 2008-03-06 06:03:45
|
Update of /cvsroot/mxbb/mx_shotcast/includes In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv859/includes Modified Files: detectScript.htm Log Message: fix Index: detectScript.htm =================================================================== RCS file: /cvsroot/mxbb/mx_shotcast/includes/detectScript.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** detectScript.htm 6 Mar 2008 03:09:36 -0000 1.1 --- detectScript.htm 6 Mar 2008 06:03:40 -0000 1.2 *************** *** 286,291 **** function detectWMPEmbed(){ ! ! if(this.cType == "audio/aacp"){ return 'aac_wmp'; } --- 286,291 ---- function detectWMPEmbed(){ ! var cType = '<?=$mimetype;?>'; ! if(cType == "audio/aacp"){ return 'aac_wmp'; } *************** *** 317,322 **** function detectEmbed() { ! ! if(this.cType == "audio/aacp"){ if(AXcompatible()){ return 'winampX'; --- 317,322 ---- function detectEmbed() { ! var cType = '<?=$mimetype;?>'; ! if(cType == "audio/aacp"){ if(AXcompatible()){ return 'winampX'; |