Googleカスタム検索

HTML5 Music Playerの使い方

<script type="text/javascript">
$(document).ready(function(){
	var title = '';
    $('#wrarpper').ttwMusicPlayer(myPlaylist, {
		autoPlay:false, 
		tracksToShow:8,
        description:title,
        jPlayer:{
			swfPath:'../plugin/jquery-jplayer' //You need to override the default swf path any time the directory structure changes
        }
    });
	SyntaxHighlighter.all();			
});
</script>
	
ページトップへ戻る