許世穎
2013年7月8日 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();
});
}
//-------------------
});
-
強尼戴普在新片《獨行俠》中,挑戰「面目全非」扮相。(圖/迪士尼)
記者許世穎/台北報導
百變搞怪的強尼戴普(Johnny Depp),最新作品《獨行俠》(The Lone Ranger)將在台上映,片商特別舉辦「變裝大賽」,昨(7日)下午進行決賽,最後由扮成他新造型「湯頭」的粉絲贏得到日本與強尼戴普本人參加首映的機會。
強尼戴普的搞怪生涯似乎是從《剪刀手愛德華》開始,尤其幾次與提姆波頓導演合作的電影,都有奇特扮相,而且越怪越賣,舉凡《巧克力冒險工廠》、《瘋狂理髮師》、《魔鏡夢遊》等片都有不錯成績。
▲強尼戴普在新片《獨行俠》中,挑戰「面目全非」扮相。(圖/迪士尼)
而在7月將上映的《獨行俠》中,強尼戴普更挑戰「面目全非」扮相,塗白的面容、印地安的圖騰,頭上還戴了一隻死烏鴉,定裝完畢時連導演都沒認出來!負責發行該片的台灣迪士尼也特地舉辦「挑戰百變強尼Cosplay變裝大賽」,更找來阿Ken 擔任主持與評審。比賽的冠軍不僅自己扮演片中角色「湯頭」,還找朋友扮「獨行俠」,還原汁原味地演了一段預告片段,相當認真又用心。
▲片商舉辦變裝大賽,優勝者贏得飛日本和強尼戴普一起參加《獨行俠》首映的機會。(圖/迪士尼)
《獨行俠》由《神鬼奇航》金牌製片人傑瑞布洛海默、加上導演高爾凡賓斯基再度合作,描述強尼戴普飾演的美國原住民勇士「湯頭」,幫助小鎮警官從執法人士變身正義先鋒的傳奇經歷,性格迥異的兩人一邊學習合作、一邊奮力反擊邪惡勢力,展開一幕幕幽默、爆笑、刺激的動作冒險。電影將於18日在台上映。
關鍵字:
獨行俠
強尼戴普
變裝大賽
迪士尼
阿Ken
電影
明星
首映
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
留言列表