| 梅葆玖对电影《梅兰芳》选角设门槛 |
|
|
|
作者:刘彭涛[长安小生] 来源:中国秦腔网 时间:2007-1-13 10:15:58 |
|
在《非常有戏》开幕前夕,梅葆玖先生接受了记者的采访,并对陈凯歌正在筹备的电影《梅兰芳》提出了几点看法。
陈凯歌在《无极》之后,将拍摄以梅兰芳先生生平为题材的电影《梅兰芳》。对此,梅葆玖谈了自己的期待:“这部影片正在做前期准备,将描述我父亲的一生。我希望影片不仅仅展现我父亲的艺术事业,更展现他的爱国精神,他的真善美、对公益事业的贡献,他对学生的教导等方面。”
外界目前最关注的是谁来饰演梅兰芳大师,梁朝伟、黄磊都是热门人选,而梅葆玖则更关心影片的内在精髓:“舞台上我父亲是大艺术家。舞台下,他是一名文人,琴棋书画样样精通。同时,他还是位爱国志士,在日本人侵略中国时,我父亲蓄须明志,坚决不给日寇唱戏。所以电影要从大文化的角度出发。演员人选不能单单考虑能演几出京戏的问题,要有文化和人格魅力去表现我父亲。演员要展现出一个有血有肉的梅兰芳,台上台下都得像。”
电影要经过再创作,那么梅葆玖是否会对情节等方面提出更加具体的要求呢?他答道:“陈凯歌导演有很好的想法,他父亲陈怀皑先生也是一位文化名人,我对此有信心。我会尽量提供一切资料,让他把剧本做好,不会给他限制。”
此外,梅葆玖对《非常有戏》倡导传统文化给予了赞赏。谈到戏曲现在对年轻一代吸引力不大,有人提出戏曲要加入时尚元素,但也有人担心,这样会导致戏曲变得“四不像”,对此梅葆玖则认为:“我父亲一生排了那么多戏,创造了那么多梅派经典剧目。他在舞台灯光、背景、化妆上,采取了创新的手法,但是在唱念做打方面又没有离开京剧的原汁原味。革新是好事,但是如果离开了传统戏曲最基本的因素,恐怕不会体现出戏曲之美。”
 <%
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)
%> |
|
文章录入:中国秦腔网 责任编辑:中国秦腔网 |
|
【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口】 |
|
|
相 临 文 章: |
上一篇文章: 《非常有戏》开播 徐帆重操旧业唱《牡丹亭》 下一篇文章: 山西“四大梆子”戏集体晋京演出 |
|
相 关 文 章: |
|
电影《梅兰芳》主演余少群一剧成名 从梅兰芳到“最后的男旦” 解读真情的梅兰芳[图] 周恩来与梅兰芳二三事 两会热点:进校园京剧将录补充教材 阿娇《梅兰芳》扮其妻福芝芳 古装扮相首次曝光 京剧进课堂惹争议 教育部作出回应 梅葆玖委员:京剧纳入义务教育内容要慎重 中国文联副主席认为教育部在全国推广京剧的做法值得商榷 京剧进校园不可一刀切 梅葆玖建议以地方戏为辅 戏台下"太不适于生存了":鲁迅与梅兰芳的恩怨 [戏曲史料]请梅兰芳来宁演出 京剧《梅兰芳》下月再次公演 于魁智领衔(图) 日本“国宝”率歌舞伎来华切磋 最想会会梅葆玖 请称呼:梅兰芳博士 演《梅兰芳》 超重难反串 黎明被勒令减肥 梅兰芳"金屋藏娇" 情敌持枪血洗冯耿光公馆(组图) 当红男旦李玉刚回应梅葆玖批判:有些论断被歪曲 梅葆玖批判选秀节目 规范与宽容 梅葆玖拍案斥选秀一言激起千层浪 梅葆玖提交反庸俗节目提案 近50名艺术家签名支持 反串男旦太低俗?梅葆玖批李玉刚是小丑 评论:李玉刚侮辱了梅兰芳? 艺术家梅葆玖将提案要求净化选秀节目 “梅兰芳”引争议 罗家英:戏曲演员领衔恐太沉闷 梅兰芳和秘书许姬传的友谊山高水长 京剧大师梅兰芳创新的意义更在于老戏新手法 [知识]京剧四大名旦是选出来的吗? 梁朝伟有望出演梅兰芳 可能将会拜师学京剧(图) 京剧艺术大师梅葆玖怀乃父同台同妆同“醉酒” 大型京剧交响剧诗《梅兰芳》进长安“适应场地” 大型京剧《梅兰芳》五一上演 梅葆玖看好男旦
|
| 论坛精华 (全国会员最多的戏曲论坛[中国戏曲论坛]) |
|
|