李金霓
2013年5月30日 23:41
");
$(".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();
});
}
//-------------------
});
-
![]()
嚴爵將第四張專輯當作是畢業成果展作品。(圖/相信)
記者李金霓/台北報導
嚴爵將在6月28日發行第四張創作專輯,7月小巨蛋演唱會也正如火如荼準備中,沒想到他卻說這張是畢業作!其實是因為他把唱片公司當大學待,從學習當製作人、學習當藝人,到現在已五年,就像大學學程一樣,「新專輯就像是我在「相信大學」的畢業展,所展出的成品。」
大學只不到讀一年的嚴爵,從人人稱羡的名校南加大爵士表演系休學後,來到台灣追逐自己的音樂夢,問起有沒有後悔休學這件事,他完全不用思考說:「沒有後悔過,但有想過若沒有當歌手,應該會是當個爵士樂手,過著無拘無束的生活,到處表演,一下在在紐約表演,或者是在別的地方。」但記者刁難他要他想從事音樂以外的行業時,他想了一下說:「建築師吧!因我喜歡畫畫和算數。」

▲嚴爵從不後悔休學當歌手。(圖/相信)
在新歌「至少我有我」中,嚴爵道出進入演藝圈的得到和失去,20歲離開美國的親朋好友,勇敢追夢,23歲失去了愛情,得到了人生道理。讓他從中學到最多的「相信音樂大學」,他把五月天以及音樂創作者陳沒視為學校老師,教導他對音樂的熱血,對批評的釋懷,都是人生歷程的成長。
而嚴爵為了新專輯及演唱會,目前勤健身練線條,為了回饋和他一起畢業的歌迷,只要在簽票會的場次,憑著應屆畢業的證明,演唱會門票就能打折。
關鍵字:
明星
嚴爵
五月天
至少我有我
小巨蛋
音樂
This entry passed through the Full-Text RSS service — if this is your content and you're reading it on someone else's site, please read the FAQ at fivefilters.org/content-only/faq.php#publishers. Five Filters recommends: 'You Say What You Like, Because They Like What You Say' - https://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
請先 登入 以發表留言。