【專輯名稱】:百分百 關正傑
【專輯藝人】:關正傑
【發行日期】:2015-08-13
【音樂標籤】:新世紀工作室 (HK)
【專輯風格】:粵語 / CPop
【藝人簡介】 · · · · · ·
關正傑(英語:Michael Kwan,1949年3月27日-),前香港男歌手兼建築師,與其大學師兄許冠傑齊名為「樂壇雙傑」,活躍於1960年代至1980年代尾。大學時期專唱英語民歌,1970年代中期轉唱粵語歌,以劇集歌曲為主,唱遍佳視、麗的、無綫及香港電台四家傳媒。1988年推出最後一張專輯後淡出樂壇,並於1990年代初移居美國西雅圖至今。
【曲目播放】 · · · · · ·
' + trackName + '
' + trackLength + '
');
}),
trackCount = tracks.length,
npAction = $('#npAction'),
npTitle = $('#npTitle'),
audio = $('#audio1').bind('play', function () {
playing = true;
npAction.text('Now Playing...');
}).bind('pause', function () {
playing = false;
npAction.text('Paused...');
}).bind('ended', function () {
npAction.text('Paused...');
if (index + 1 -1) {
index--;
loadTrack(index);
if (playing) {
audio.play();
}
} else {
audio.pause();
index = 0;
loadTrack(index);
}
}),
btnNext = $('#btnNext').click(function () {
if (index + 1