summaryrefslogtreecommitdiffstats
path: root/templates/show_xspf_player.inc.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-10-30 04:46:45 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-10-30 04:46:45 +0000
commit598a200b969da093a99153173129257da080f71b (patch)
treeb9b12acc57a92063b3227f7dc495e62749449f19 /templates/show_xspf_player.inc.php
parent07ad109268f038880d1bd1d4cda299cbff59b83a (diff)
downloadampache-598a200b969da093a99153173129257da080f71b.tar.gz
ampache-598a200b969da093a99153173129257da080f71b.tar.bz2
ampache-598a200b969da093a99153173129257da080f71b.zip
ok this is ugly but it works
Diffstat (limited to 'templates/show_xspf_player.inc.php')
-rw-r--r--templates/show_xspf_player.inc.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/show_xspf_player.inc.php b/templates/show_xspf_player.inc.php
index f0494cb2..0602c4dd 100644
--- a/templates/show_xspf_player.inc.php
+++ b/templates/show_xspf_player.inc.php
@@ -19,7 +19,6 @@
*/
?>
-
<html>
<head><title>Ampache XSPF Player</title></head>
<body style="margin:0px; padding:0px; border:0px;">
@@ -28,7 +27,7 @@
<param name="movie" value="<?php echo conf('web_path'); ?>/modules/flash/xspf_player.swf?playlist_url=<?php echo conf('web_path'); ?>/song.php<?php echo $play_info; ?>&autoplay=true&autoload=true"/>
<param name="quality" value="high"/>
<param name="bgcolor" value="#E6E6E6"/>
-<embed src="<?php echo conf('web_path'); ?>/modules/flash/xspf_player.swf?playlist_url=<?php echo conf('web_path'); ?>/song.php<?php echo $play_info; ?>&autoplay=true&autoload=true" quality="high" bgcolor="#E6E6E6" name="xspf_player" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="center" height="168" width="400"></embed>
+<embed src="<?php echo conf('web_path'); ?>/modules/flash/xspf_player.swf?playlist_url=<?php echo conf('web_path'); ?>/modules/flash/xspf_player.php<?php echo $play_info; ?>&autoplay=true&autoload=true" quality="high" bgcolor="#E6E6E6" name="xspf_player" allowscriptaccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" align="center" height="168" width="400"></embed>
</object>
</body>
</html>