許世穎
2013年7月24日 03:24
");
$(".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();
});
}
//-------------------
});
-
王家衛(左)出席影藝學院舉辦的《一代宗師》放映和座談,章子怡驚喜現身。(圖/翻攝網路)
記者許世穎/綜合報導
為了表揚王家衛導演在電影上的貢獻,美國電影藝術與科學學院特別舉辦「致敬王家衛」交流活動,更於當地時間22日特別放映《一代宗師》,女主角章子怡也特地神秘現身。
《一代宗師》在兩岸三地上映半年後,將於8月在北美上映。據了解,美國上映版本為王家衛重新剪輯的「國際版」,不但比台灣上映版本少了約10分鐘,也調整了不少細節,是王家衛導演認為的「兩小時裡最好的版本」。王家衛表示,原版本對國際觀眾來說較難理解,因此把它簡化一些,讓它更容易被國際觀眾理解。
美國電影藝術與科學學院也特別舉辦「致敬王家衛」交流活動,來表揚他在電影上的貢獻。昨天更在比佛利山舉行《一代宗師》特別放映場。不少王家衛的影迷為了先睹為快,在特別場放映時間公開後掀起一片搶票潮,讓票券一開賣馬上被搶光。
▲王家衛(左起)、編劇鄒靜之、章子怡出席影藝學院舉辦的《一代宗師》放映和座談。(圖/翻攝網路)
而女主角章子怡當晚也神秘現身,為王家衛與現場觀帶來驚喜,她直說與王家衛合作是夢想成真,更讚王家衛是一個「全方位的藝術家」。特別場放映後獲得極佳口碑,認為電影無論在打鬥、攝影及音樂編排都極具爆發力,尤其片中愛情與功夫的完美結合更讓觀眾讚不絕口。結束後王家衛也接受媒體採訪,大談拍攝過程。
關鍵字:
一代宗師
王家衛
影藝學院
奧斯卡
致敬
章子怡
電影
明星
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
留言列表