★風靡全球英國流行2人組,紀念40周年全新進口單曲選輯,限量12片裝七吋黑膠紀念套裝
★收錄自1982年的熱門單曲”Young Guns (Go For It)”, 到1986年顛峰時期單曲:” The Edge Of Heaven”,以及”WHAM! RAP! (Enjoy What You Do)”,” Bad Boys”, “Club Tropicana”,” Wake Me Up Before You Go-Go”, “Freedom”,” Last Christmas”, “Everything She Wants”,” I’m Your Man!”等所有經典單曲一次收錄
★限量12片裝七吋黑膠精裝版收錄所有11首單曲包括A&B面版本在內的所有版本音軌
★限量獨家黑膠包裝復刻當年發行七吋黑膠單曲紙套風格包裝、內附多張珍稀照片記錄之精美硬殼照片書、bonus mixes卡帶、金屬鑰匙圈、徽章、明信片多項獨家周邊,更添收藏價值
曲目:
DISC 1 - 7' - Side A | ||
1 | Wham Rap! (Enjoy What You Do?) |
|
| ||
DISC 1 - 7' - Side B | ||
1 | Wham Rap! (Enjoy What You Do?) (Club Mix) |
|
| ||
DISC 2 - 7' - Side A | ||
1 | Young Guns (Go for It!) |
|
| ||
DISC 2 - 7' - Side B | ||
1 | Go for It! |
|
| ||
DISC 3 - 7' - Side A | ||
1 | Bad Boys |
|
| ||
DISC 3 - 7' - Side B | ||
1 | Bad Boys (Instrumental) |
|
| ||
DISC 4 - 7' - Side A | ||
1 | Club Tropicana |
|
| ||
DISC 4 - 7' - Side B | ||
1 | Blue (Armed with Love) |
|
| ||
DISC 5 - 7' - Side A | ||
1 | Club Fantastic Megamix - Explicit Content Edited |
|
A Ray of Sunshine - Explicit Content Edited |
| |
Come On! - Explicit Content Edited |
| |
Love Machine - Explicit Content Edited |
| |
| ||
DISC 5 - 7' - Side B | ||
1 | A Ray of Sunshine (Instrumental Remix) |
|
| ||
DISC 6 - 7' - Side A | ||
1 | Wake Me Up Before You Go-Go |
|
| ||
DISC 6 - 7' - Side B | ||
1 | Wake Me Up Before You Go-Go (Instrumental) |
|
| ||
DISC 7 - 7' - Side A | ||
1 | descSectionTop) {
desc_sections.find("ul").css({"top": 0});
if (currentScrollPos > prevScrollPos && product_window.scrollTop() > descSectionTop + headerHeight) {
desc_sections
.stop()
.addClass("desc_sections_hold")
.css({"min-height": descSectionHeight})
.find("ul")
.css({"top": 0});
} else if (prevScrollPos > currentScrollPos) {
desc_sections
.stop()
.addClass("desc_sections_hold")
.css({"min-height": descSectionHeight})
.find("ul")
.css({"top": headerHeight});
} else {
prevScrollPos = 0;
} prevScrollPos = currentScrollPos;
if ($(window).width() < 768) {
$("body").css("padding-bottom", "68px");
}
} else {
prevScrollPos = 0;
desc_sections.stop().removeClass("desc_sections_hold")
if ($(window).width() < 768) {
$("body").css("padding-bottom", "68px");
}
}
// 點選產品說明滑動
$(".desc_sections a.scroll").bind("click", function(event) {
var targetScrollTop = parseInt($($(this).attr("href")).offset().top - descSectionHeight + 1);
if (targetScrollTop > window.scrollY + 1) {
$("html, body").stop().animate({
scrollTop: targetScrollTop
}, 300);
} else {
$("html, body").stop().animate({
scrollTop: targetScrollTop - headerHeight
}, 300);
}
});
// 顯示當前產品說明
if (currentScrollPos > prevScrollInformationPos) {
$.each(desc_section_list, function(index, desc_section) {
var desc_sectionTop = $(desc_section).offset().top - descSectionHeight - 1
var desc_sectionHeight = $(desc_section).height()
var current_desc_section = $("a.scroll[href$='" + $(desc_section).attr("id") + "']");
if (product_window.scrollTop() > desc_sectionTop || index === 0) {
current_desc_section
.stop()
.addClass('active')
.parent()
.siblings()
.find("a")
.removeClass('active');
} else {
current_desc_section.removeClass('active');
} prevScrollInformationPos = currentScrollPos;
});
} else {
$.each(desc_section_list, function(index, desc_section) {
var desc_sectionTop = $(desc_section).offset().top - descSectionHeight - 1
var desc_sectionHeight = $(desc_section).height()
var current_desc_section = $("a.scroll[href$='" + $(desc_section).attr("id") + "']");
if (product_window.scrollTop() + headerHeight > desc_sectionTop) {
current_desc_section
.stop()
.addClass('active')
.parent()
.siblings()
.find("a")
.removeClass('active');
} else {
current_desc_section.removeClass('active');
}
});
prevScrollInformationPos = currentScrollPos;
}
});
})
|