許世穎
2013年9月24日 01:44
");
$(".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();
});
}
//-------------------
});
-
年底壓軸警匪片《風暴》,由劉德華擔任男主角,並與《寒戰》出品人江志強聯合投資及監製。(圖/合成圖)
記者許世穎/綜合報導
由劉德華(華仔)投資、監製、擔任男主角的警匪片《風暴》,將於年底壓軸登場,昨(23日)於北京舉行高峰論壇,華仔透露自己在片場要負責「扮黑臉」,感嘆「偶像罵人真的很難」。
《風暴》昨於北京舉行「華語電影新風暴」論壇,曾投資《寒戰》創下高票房及好口碑的老闆江志強,也談及此次與華仔合作的機緣,直說自己一直都很欣賞華仔對電影的品味,當初找他來客串《寒戰》時就約定,下部戲不僅要他擔任男主角,還要和自己一起投資及兼任監製,結果當兩人看到《風暴》的劇本,立刻一拍即合。
江志強表示,以前自己投資電影既要管現場,又要管後期,一下要扮白臉,又要扮黑臉,相當辛苦。他更爆料:「這部戲就舒服多了,我只做好人,劉德華真的很凶。」一旁的華仔則無奈地表示,為了保質保量的把戲拍好,自己只能變成「壞人」。
▲劉德華在《風暴》的論壇上笑說自己在片場扮壞人,感嘆「當偶像罵人很難」。(圖/取自網路)
華仔說:「大家早上都很怕見到我,因為我要監督今天必須拍完多少個鏡頭。這個戲我罵了很多,但偶像罵人真的很難。上午罵人,下午請客吃飯,明早再罵。」他也提到,自己不太懂得投資和預算,以前只覺得可以花的錢就花,但這次和江志強合作後學到了很多東西,在花錢上也會很小心。 (接下一頁)
關鍵字:
風暴
華仔
劉德華
博命
預告片
寒戰
江志強
電影
警匪片
留言列表