Fórum Root.cz
Hlavní témata => Software => Téma založeno: MArek 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
<!-- 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
-
hraje to ale uprostred je jejich web ne muj http://2i.cz/35a86b4192 (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>