Türkiye'nin En Eski Webmaster Forumu İyinet'e Hoşgeldiniz!

Müzik Dinleme Scripti ( Farklı Tasarım + FULL Ajax + Youtube API )

sinandurgut07

0
Onaylı Üye
Üye
Katılım
1 Haziran 2011
Mesajlar
167
Açılan Konu
111
Tepki puanı
1
Demo : http://musicy.mtahir.net/

Kurulumu çok basit ! Sadece 1 adımda işlem tamam.

includes/class.sitecore.php 'ye girin.

PHP- Kodu:
$this->_mth['site'] = "http://localhost/musicy/";
Bu kısımı bulun ve kendinize göre düzeltin yani ; SONUNDA SLASH MUTLAKA OLMALI !!

PHP- Kodu:
$this->_mth['site'] = "http://www.sizinsiteniz.com/";


Download : TIKLAYIN


Güle güle kullanın. Umarım beğenirsiniz.


CHROME Problemi Sorununu Düzeltmek İsteyenler ;

play.php dosyasını tamamen verdiğim kodla değiştirin ;

PHP- Kodu:
<link href="css/style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/mth_music.js"></script>
<script type="text/javascript" src="js/swfobject.js"></script>

<?php
include("include.php");

$w = $_POST["id"];

?>

<script type="text/javascript" src="player/jwplayer.js"></script>
<div id='mediaspace'>FLASH PLAYER YÜKLEYİNİZ.</div>
<script type='text/javascript'>
jwplayer('mediaspace').setup({
'flashplayer': 'player/player.swf',
'file': 'http://www.youtube.com/watch?v=<?=$w ?>',
'autostart': 'true',
'controlbar': 'bottom',
'width': '400',
'height': '24'
});
</script>
 
Üst