李金霓
2013年10月3日 01:48
");
$(".story_photo .videoPlay").hover (
function(){$(this).css({"opacity":"0"})},
function(){$(this).css({"opacity":"1"})}
)
}
//照片區塊出現
$(".story_photo").fadeIn(1000);
//寫入第一張照片
var firstimg = $(".story_photo img:first").attr("rel");
$(".story_photo img:first").attr("src",firstimg);
$(".story_photo li:not(:first)").hide();
//判斷是否有多張照片,寫入開關
var li_nums = $(".story_photo li").length;
var openclose = '
更多照片 '
if (li_nums > 1) {
$(".story_photo .p_switcher").append(openclose);
}
//控制錨點
if (li_nums > 1) {
$('.open_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
$('.close_btn, .story_photo img').click(function(){
$('.news_story').ScrollTo(500);
});
} else {
$(".story_photo img").css("cursor","none").attr("title","");//一張圖時
$(".p_switcher").hide();
}
//點擊圖片或開關,展開其他圖片
$("a.open_close").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
if (video_link>0){ // 如果有影音,點圖連到影音頁
$(".story_photo img, .story_photo .videoPlay").css("cursor","pointer").attr("title","點擊觀看影音新聞");//設定游標
$(".story_photo img, .story_photo .videoPlay").click(function(){
var videoURL = $(".story_photo .video_link a").attr("href");
location.href=videoURL;
});
} else { //沒影音時,點圖展開其它圖
if (li_nums > 1) {//一張圖以上
$(".story_photo img").css("cursor","pointer").attr("title","點擊展開");//設定游標
}
$(".story_photo img").click(function(){
//寫入其他圖片路徑
$(".story_photo img:not(:first)").each(function(){
var imgsrc = $(this).attr("rel");
$(this).attr("src",imgsrc);
});
$(".story_photo li:not(:first)").slideToggle(500);
$(".open_close span").toggle();
});
}
//-------------------
});
-
flumpool(右)武道館5週年演唱會,五月天當嘉賓。(圖/相信音樂)
記者李金霓/台北報導
「日本超人氣樂團」flumpool慶祝出道5週年,在1、2日於日本武道館開唱,2天共吸引2萬名粉絲。flumpool特地邀請五月天擔任演唱會神秘嘉賓,由於一生每次在台灣演出都會在台上點餐,五月天識大體,出場除了以日文自我介紹,還懂得送餐「賄賂」一生,全場笑翻。
暌違4年,再度回到武道館開唱,吉他手阪井一生一開頭就像歌迷說:「我瘦了!」並用當紅的日劇《半澤直樹》經典台詞感謝歌迷5年來的支持:「我們會努力『加倍奉還』歌迷的愛。」演唱會上flumpool集結5年精華的表演,演唱多首經典歌曲,包含出道時的第一首《幻化花朵》、《好想告訴你》等人氣歌曲,並特地將還是地下樂團時期的歌曲編成長達14多分鐘的組曲,歌迷聽得過癮。
▲flumpool(右)武道館5週年演唱會,五月天當嘉賓。(圖/相信音樂)
在安可曲時,flumpool和五月天同台飆唱,現場氣氛再度達到沸點,隆太用中文問首次站上武道館的五月天說:「武道館,怎麼樣?」怪獸用日文回答:「緊張但很開心。」五月天也表示,武道館是他們從以前就很嚮往的舞台,希望短期內能在武道館開唱。
▲flumpool的隆太(右)和阿信飆歌。(圖/相信音樂)
關鍵字:
明星
五月天
flumpool
凡人譜
武道館
演唱會
音樂
半澤直樹
留言列表