Flash mp3 player optimized for better user experience
authorHarvie <tomas@mudrunka.cz>
Wed, 17 Nov 2010 14:20:41 +0000 (15:20 +0100)
committerHarvie <tomas@mudrunka.cz>
Wed, 17 Nov 2010 14:20:41 +0000 (15:20 +0100)
index.php

index a17d7a30a1565b8d6eaa57e28137d8adc5d03fec..08e8329a9c604030891017b76d829410bc5784cc 100755 (executable)
--- 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
This page took 0.136513 seconds and 4 git commands to generate.