X-Git-Url: http://git.harvie.cz/?p=mirrors%2FJukeBox.git;a=blobdiff_plain;f=index.php;fp=index.php;h=08e8329a9c604030891017b76d829410bc5784cc;hp=a17d7a30a1565b8d6eaa57e28137d8adc5d03fec;hb=50b4768a9b2326a038c271ed7a9646a16f8a8905;hpb=3537bb55a88fee8cf4ca730e962a5a1595c6cf76 diff --git a/index.php b/index.php index a17d7a3..08e8329 100755 --- a/index.php +++ b/index.php @@ -58,7 +58,7 @@ $search_engines = array( $flash_player_swf = $bonus_dir.'/player.swf'; //path to musicplayer $flash_player_frame = 'playframe-show'; //FlashPlayer Target (playframe-show|playframe-hide) - usefull for compatibility with old music player $flash_player_options = '?bg=000099&loader=000000&tracker=AAAAFF&skip=FFFFFF' //.'&leftbg=000077&rightbg=000077&righticon=999999' - .'&autostart=yes&initialvolume=100&soundFile='; //& arguments (urlencoded song url will be added) + .'&autostart=yes&initialvolume=100&buffer=30&animation=no&soundFile='; //& arguments (urlencoded song url will be added) //Security error_reporting(0); //This will disable error reporting, wich can pass sensitive data to users