許世穎
2013年8月20日 02:10
");
$(".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();
});
}
//-------------------
});
-
《總舖師》導演陳玉勳,在《失魂》跨刀演出醫生。(圖/傳影)
記者許世穎/綜合報導
金馬獎導演鍾孟宏號召力十足,新片《失魂》除了齊聚演技派大咖顛覆形象演出,就連剛以《總舖師》票房創佳績的導演陳玉勳都化身戲精跨刀演出,發揮失魂戲功。
從廣告界第一把交椅轉戰電影的鍾孟宏,新片《失魂》不僅挑戰極限,端出前所未見的全新國片懸疑類型,更請出了17年未演國片的大俠王羽,以及陳湘琪、庹宗康、金士傑、戴立忍等「戲精」參與演出。
剛以《總舖師》在台創下佳績的導演陳玉勳,也跨刀在片中演出醫生一角,不僅打破他真情式演技,一本正經的為王羽看診,還在他面前介紹服用藥的副作用時,傻傻的夢遊、夢遺分不清,堪稱稱職「失魂」到底。
▲《總舖師》導演陳玉勳(右)在《失魂》跨刀演出醫生,一本正經為王羽看診。(圖/傳影)
監製葉如芬透露,鍾孟宏和陳玉勳一碰頭便一見如故,像老朋友般交換拍廣告的生活心情。陳玉勳則說自己已「退出演戲江湖」,很納悶鍾導怎麼會找上他,還演個嚴肅的醫生。結果鍾孟宏開拍後忍不住為他量身變身不正經的醫生,更笑說:「這是陳玉勳的功勞,看到他就覺得這是他會講的話。」《失魂》將於8月30日正式在台上映。
關鍵字:
失魂
張孝全
王羽
鍾孟宏
台北電影節
電影
明星
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
留言列表