葉立斌
2013年8月8日 21:34
");
$(".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();
});
}
//-------------------
});
-
舞台劇《只有秘密可以交換秘密》劇照。(圖/河床劇團提供)
記者葉立斌/台北報導
你過去有讀過〈甜蜜的復仇〉嗎?你覺得,「將你的影子/加點鹽/醃起來」實際操作一遍,會是什麼景象?老了之後,你要如何用影子「下酒」?相信大家在求學時都讀過知名詩人夏宇的詩作,而讀過這些詩後,你心中會浮現什麼情景?河床劇團將夏宇的詩作與劇場做跨界融合,推出舞台劇《只有秘密可以交換秘密》,歡迎觀眾來看看劇場導演如何將詩具象化。
河床劇團將〈腹語術〉、〈甜密的復仇〉、〈背著你跳舞〉這幾首精彩詩作搬上舞台,透過來自各國、膚色各異,以及一位年僅5歲的小演員,將平面的文字,化為人形、燈光、聲音與濃烈的色彩,讓觀眾能馳騁想像。
15年前,夏宇就和導演郭文泰提出合作的可能性,歷經多年醞釀,如今在廣藝基金會的支持下,終於得以正式搬上舞台。《只有秘密可以交換秘密》導演,河床藝術總監郭文泰表示,他認為夏宇的詩就像文字化的藝術品,他在其中讀到愛情、生命、死亡、溫馨等形容詞,但他曉得,同一首詩在每人心中的評價都不一樣,特別是夏宇的作品。甚至夏宇曾警告他小心,可能會有觀眾批評你的詮釋與他的想像差太多。但他認為這沒關係,他希望大家看了這場戲後,也能思考這些詩。
每首詩在你不同的心境中,總有不同的體悟或感想。不管是甜蜜美好,或是悲傷殘酷,這些形容詞都能在《只有秘密可以交換秘密》這部戲看見,而這些詩將勾起或讓你帶回什麼回憶,就只有進場欣賞才能了解。
《只有秘密可以交換秘密》於8月9日起在國家戲劇院實驗劇場連演三天,購票請洽兩廳院。
▼舞台劇《只有秘密可以交換秘密》劇照。(圖/記者葉立斌攝)
關鍵字:
夏宇
甜蜜的復仇
舞台劇
只有秘密可以交換秘密
新詩
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
留言列表