許世穎
2013年7月31日 01:54
");
$(".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();
});
}
//-------------------
});
-
麥特戴蒙為《極樂世界》剃了個大光頭,還練出六塊肌。(圖/索尼)
記者許世穎/台北-墨西哥連線報導
麥特戴蒙(Matt Damon)為演出鬼才導演尼爾布隆坎普(Neill Blomkamp)新作《極樂世界》(Elysium)剃了個大光頭,還得穿上25磅的鋼鐵衣追趕跑跳碰。為戲特訓的他練出六塊肌,卻笑稱「是自然的」。
導演尼爾因《第九禁區》受到矚目,這次為了《極樂世界》打造出不同視覺、卻又反映出現況的未來,電影預算也一次翻了2、3倍。麥特戴蒙在片中飾演未來世界中的低下階層,劇組特別到墨西哥第二大的貧民窟拍攝他所居住的場景,由於附近就是垃圾場,讓他拍片時還得忍受惡臭。
▲麥特戴蒙在《極樂世界》中穿上重達25磅的「人體機械支架」。(圖/索尼)
為戲盡可能親自上陣的麥特戴蒙直說:「拍片的過程相當痛苦,但樂在其中」,尤其要穿上重達25磅的「人體機械支架」,讓他無法真的跑快,也在拍戲過程變得更壯。不過有影迷卻覺得片中的機械支架看起來像「山寨版鋼鐵人」,讓導演尼爾笑說「鋼鐵人是更山寨的《極樂世界》吧?」
而這次電影宣傳的一大賣點就是麥特戴蒙的光頭,除了他自己相當喜歡,就連他的女兒也很愛,還把他的光頭當鼓打。此外,接受特訓的他,也練出精壯六塊肌,不過他在接受越洋訪問時卻搞笑否認,直說自己的身材「沒特訓,是自然的!」
▲麥特戴蒙(左)與導演尼爾布隆坎普為宣傳新作《極樂世界》接受越洋訪問。(圖/索尼)
電影中的「極樂世界」是窮人心中的烏托邦,麥特戴蒙也被問到自己心中的極樂世界在哪裡?他想了想搞笑回答:「應該就是喬治克隆尼在義大利的別墅吧!」《極樂世界》將於8月7日在台上映。
關鍵字:
極樂世界
尼爾布隆坎普
第九禁區
麥特戴蒙
茱蒂佛斯特
電影
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' - http://www.medialens.org/index.php/alerts/alert-archive/alerts-2013/731-you-say-what-you-like-because-they-like-what-you-say.html
留言列表