summaryrefslogtreecommitdiffstats
path: root/templates/show_xspf_player.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-04 18:09:35 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-11-04 18:09:35 +0000
commitc09c526a31a1e632a3a66a7d98bf8d4fe3c4fc26 (patch)
tree3f64a10ca5d42ced18ad98c4c8ec2e6bcae3e150 /templates/show_xspf_player.inc.php
parent979d3b0f5e8060060a331d382251557caf7ca2b6 (diff)
downloadampache-c09c526a31a1e632a3a66a7d98bf8d4fe3c4fc26.tar.gz
ampache-c09c526a31a1e632a3a66a7d98bf8d4fe3c4fc26.tar.bz2
ampache-c09c526a31a1e632a3a66a7d98bf8d4fe3c4fc26.zip
new version of the flash player, fixes a playlist repeat bug
Diffstat (limited to 'templates/show_xspf_player.inc.php')
-rw-r--r--templates/show_xspf_player.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_xspf_player.inc.php b/templates/show_xspf_player.inc.php
index 3963c106..cc2645e5 100644
--- a/templates/show_xspf_player.inc.php
+++ b/templates/show_xspf_player.inc.php
@@ -54,7 +54,7 @@ document.oncontextmenu=new Function("return false")
</script>
<div id="mp3player">
<?php
-$player_url = sprintf("%s/modules/flash/xspf_jukebox.swf?autoplay=true&shuffle=false&skin_url=%s/modules/flash/Original/&playlist_url=%s",Config::get('web_path'),Config::get('web_path'),$play_url);
+$player_url = sprintf("%s/modules/flash/xspf_jukebox.swf?autoplay=true&repeat_playlist=false&crossfase=false&shuffle=false&skin_url=%s/modules/flash/Original/&playlist_url=%s",Config::get('web_path'),Config::get('web_path'),$play_url);
?>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="400" height="170" id="xspf_player" align="middle">
<param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" />