|
Yazımızda mp3 çalmak için bu
<xspf> _start(FALSE, 'param1=val1¶m2=val2&…') </xspf>
Veya
<xspf>_start(FALSE, 'width=300&height=120')</xspf>
kodu ve yazı editörümüzde oluşan XSPF Player butonunu kullanıyoruz.
sidebarda göstermek için,
<?php xspf_player::start(); ?>
yada
<?php xspf_player::start('category-wanted'); ?>
yada
"playlistname" yazan yere oluşturduğumuz kategori adını yazarak bu kodu kullanıyoruz.
<?php xspf_player::start('playlistname'); ?>
yada
<?php
if method_exists('xspf_player', 'start')
xspf_player::start();
?>
If you want a custom URL for this text, click here ($2/year)
If you want to create your own free URL , click here
|