|
作者:佚名 来源:东方早报 时间:2007-1-26 4:28:59 |
|
古典美学的精髓,另外一方面把现代剧场的舞台服装设计融入到这个戏中去,制作中也花了大资本投入,每个细节都非常的仔细,前后总共准备了1年多,还邀请了两岸三地的文化界人士参加座谈,为这个戏出谋划策。
以前我们的戏曲没有制作观,但青春版《牡丹亭》的制作观念很强,很多媒体也参与了宣传,然后又出了些衍生品,比如画册相册等。
早报:当初决定制作青春版《牡丹亭》的宗旨是什么?
白:制作《牡丹亭》的最初宗旨就是,把昆曲和《牡丹亭》走进大学校园,这是因为欣赏《牡丹亭》还是需要一定的文化基础,这在大学有根基。当时我直觉到了,当代的大学生追求高雅文化的时机已经成熟,他们内心有对高雅民族文化的追求和好奇,《牡丹亭》现在的成功说明我当初的直觉是对的。
早报:青春版《牡丹亭》的成功为昆曲带来了一定的繁荣,您对昆曲和中国传统戏曲有信心吗?
白:昆曲的真正繁荣,不能靠我一个白先勇,我说过我只是一个引子,中国昆曲界和文化界人士自己要努力。
仅仅靠我的《牡丹亭》是无法让昆曲真正复兴,危机还是很大的,其中最大的危机是演员的培养。现在的青年演员只会几十折戏了,这是不够的,我们社会对他们的培养远远不够。另外,观众群始终比较小众,而且不像解放前有专业的昆曲剧院,这说明昆曲远远没有在我们的国人中扎下根。而且,昆曲未来的发展、昆曲如何和现代戏曲结合,如何和现代美学结合等等,如何保持传统跨入现代,这些问题都还在探讨和摸索中,所以一切都还在刚刚开始。
早报:您的《牡丹亭》在中国戏曲史上应该可以留下重要一笔吧?
白:我始终对没有将中国传统戏剧推向世界感到遗憾,中国应该在这方面多做点工作。我们自己没有警觉到对自己文化的梳理,不仅昆曲还有其他许多戏剧和传统文化都需要做这方面的工作。所以,我一直说,《牡丹亭》只是一个引子,他证明《牡丹亭》在现代还是有生命力的,美是超地域和时代的,年轻人也能够被吸引,而年轻的演员们有能力承担这一责任。
早报:《牡丹亭》到底在您的生命中占据了怎样的地位?
白:我对《牡丹亭》的热恋缘于儿时第一次看梅兰芳表演的《牡丹亭》,从此就和《牡丹亭》及昆曲结下了一辈子的情结,再现《牡丹亭》的昏黄,可能就是为了重现儿时美好记忆吧。
早报:能谈谈您对上海的印象吗?
白:虽然几十年没有回到上海,但是1987年回到上海的时候,我依然对上海的街道建筑非常熟悉,而中间隔的那几十年也一直牵挂着上海,毕竟我最快乐的童年是在这里度过的。
上一页 [1] [2] [3]
 <%
Function googleColor(value, random)
Dim colorArray
colorArray = Split(value, ",")
googleColor = colorArray(random Mod (UBound(colorArray) + 1))
End Function
Function googleScreenRes()
Dim screenRes, delimiter, resArray
screenRes = Request.ServerVariables("HTTP_UA_PIXELS")
delimiter = "x"
If IsEmpty(screenRes) Then
screenRes = Request.ServerVariables("HTTP_X_UP_DEVCAP_SCREENPIXELS")
delimiter = ","
End If
resArray = Split(screenRes, delimiter, 2)
If (UBound(resArray) + 1) = 2 Then
googleScreenRes = "&u_w=" & resArray(0) & "&u_h=" & resArray(1)
End If
End Function
Function googleDcmguid()
Dim dcmguid
dcmguid = Request.ServerVariables("HTTP_X_DCMGUID")
If Not IsEmpty(dcmguid) Then
googleDcmguid = "&dcmguid=" & dcmguid
End If
End Function
Dim googleTime, googleDt, googleScheme, googleHost
googleTime = DateDiff("s", "01/01/1970 00:00:00", Now())
googleDt = (1000 * googleTime) + Round(1000 * (Timer - Int(Timer)))
googleScheme = "http://"
If StrComp(Request.ServerVariables("HTTPS"), "on") = 0 Then googleScheme = "https://"
googleHost = Server.URLEncode(googleScheme & Request.ServerVariables("HTTP_HOST"))
Dim googleAdUrl, googleAdOutput
googleAdUrl = "http://pagead2.googlesyndication.com/pagead/ads?" &_
"ad_type=text_image" &_
"&channel=" &_
"&client=ca-mb-pub-5471301711049016" &_
"&color_border=" & googleColor("336699", googleTime) &_
"&color_bg=" & googleColor("FFFFFF", googleTime) &_
"&color_link=" & googleColor("0000FF", googleTime) &_
"&color_text=" & googleColor("000000", googleTime) &_
"&color_url=" & googleColor("008000", googleTime) &_
"&dt=" & googleDt &_
"&format=mobile_single" &_
"&host=" & googleHost &_
"&ip=" & Server.URLEncode(Request.ServerVariables("REMOTE_ADDR")) &_
"&markup=xhtml" &_
"&oe=utf8" &_
"&output=xhtml" &_
"&ref=" & Server.URLEncode(Request.ServerVariables("HTTP_REFERER")) &_
"&url=" & googleHost & Server.URLEncode(Request.ServerVariables("URL")) &_
"&useragent=" & Server.URLEncode(Request.ServerVariables("HTTP_USER_AGENT")) &_
googleScreenRes() &_
googleDcmguid()
Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP")
googleAdOutput.Open "GET", googleAdUrl, false
googleAdOutput.Send
Response.Write(googleAdOutput.responseText)
%><%
Function googleColor(value, random)
Dim colorArray
colorArray = Split(value, ",")
googleColor = colorArray(random Mod (UBound(colorArray) + 1))
End Function
Function googleScreenRes()
Dim screenRes, delimiter, resArray
screenRes = Request.ServerVariables("HTTP_UA_PIXELS")
delimiter = "x"
if IsEmpty(screenRes) Then
screenRes = Request.ServerVariables("HTTP_X_UP_DEVCAP_SCREENPIXELS")
delimiter = ","
end If
resArray = Split(screenRes, delimiter, 2)
if (UBound(resArray) + 1) = 2 Then
googleScreenRes = "&u_w=" & resArray(0) & "&u_h=" & resArray(1)
end If
End Function
Dim googleTime, googleDt, googleScheme, googleHost
googleTime = DateDiff("s", "01/01/1970 00:00:00", Now())
googleDt = (1000 * googleTime) + Round(1000 * (Timer - Int(Timer)))
googleScheme = "http://"
if StrComp(Request.ServerVariables("HTTPS"), "on") = 0 Then googleScheme = "https://"
googleHost = Server.URLEncode(googleScheme & Request.ServerVariables("HTTP_HOST"))
Dim googleAdUrl, googleAdOutput
googleAdUrl = "http://pagead2.googlesyndication.com/pagead/ads?" &_
"ad_type=text_image" &_
"&channel=6495040935" &_
"&client=ca-mb-pub-9595218071455095" &_
"&dt=" & googleDt &_
"&format=mobile_single" &_
"&host=" & googleHost &_
"&ip=" & Server.URLEncode(Request.ServerVariables("REMOTE_ADDR")) &_
"&markup=xhtml" &_
"&oe=utf8" &_
"&output=xhtml" &_
"&ref=" & Server.URLEncode(Request.ServerVariables("HTTP_REFERER")) &_
"&url=" & googleHost & Server.URLEncode(Request.ServerVariables("URL")) &_
"&useragent=" & Server.URLEncode(Request.ServerVariables("HTTP_USER_AGENT")) &_
googleScreenRes()
Set googleAdOutput = Server.CreateObject("MSXML2.ServerXMLHTTP")
googleAdOutput.Open "GET", googleAdUrl, false
googleAdOutput.Send
Response.Write(googleAdOutput.responseText)
%> |