SCM Music Player na web

MArek

SCM Music Player na web
« kdy: 23. 04. 2013, 10:36:46 »
dobrý den, potřeboval bych umístit SCM Music Player do svého html webu mám ten script 

Kód: [Vybrat]
<!-- SCM Music Player http://scmplayer.net -->
<script type="text/javascript" src="http://scmplayer.net/script.js"
data-config="{'skin':'skins/cyber/skin.css','volume':50,'autoplay':true,'shuffle':true,'repeat':1,'placement':'top','showplaylist':false,'playlist':'https://www.youtube.com/watch?v=QCQTr8ZYdhg&list=RD04DLOth-BuCNY'}" ></script>
<!-- SCM Music Player script end -->


dam ho mezi body / a odkaze me to na jejich webovou stránku prosím poraďte
« Poslední změna: 23. 04. 2013, 11:38:54 od Petr Krčmář »


MArek

Re:SCM Music Player
« Odpověď #1 kdy: 23. 04. 2013, 10:40:51 »
hraje to ale uprostred je jejich web ne muj http://2i.cz/35a86b4192


html zde

<!DOCTYPE html>
<html>
<head>
                <script type="text/javascript">
      location.href = "http://scmplayer.net#base="+location.href.replace(/index.html.*/,'');
   </script>
</head>
<body>

<!-- SCM Music Player http://scmplayer.net -->
<script type="text/javascript" src="http://scmplayer.net/script.js"
data-config="{'skin':'skins/cyber/skin.css','volume':50,'autoplay':true,'shuffle':true,'repeat':1,'placement':'top','showplaylist':false,'playlist':'https://www.youtube.com/watch?v=QCQTr8ZYdhg&list=RD04DLOth-BuCNY'}" ></script>
<!-- SCM Music Player script end -->


</body>
</html>