|
由梅婷、何赛飞、苏岩、史依弘、李诚儒主演的经典重拍大戏《舞台姐妹》在BTV-4与观众见面。《舞台姐妹》开拍之初,主创人员就一直强调,该剧不单是反映了70年前越剧女伶们的命运沉浮,对现在的娱乐圈同样有警示意义。
剧中姐妹皆有原型?
谢晋执导的电影《舞台姐妹》主要以春花和月红的命运为主线,电视剧则写了三四十年代挣扎在上海滩的一代越剧名伶。据编剧徐瑛介绍,所有这些角色几乎都有原型,算得上是中国半部越剧史。
梅婷饰演的春花是根据我国著名越剧表演艺术家、“袁派”创始人袁雪芬的事迹创作的。袁雪芬当年在十里洋场里给自己定的目标很高,她的约法三章相当有名,不唱堂会、不接受礼物等等。她为此吃素,别人无法请她吃饭,她不拜“过房娘”,北方人叫做拜干妈,这在当时越剧界是一种时尚、一种风气,几乎所有的越剧名伶都“过房娘”、“过房爷”的。
但是,由于受电影局限,编剧徐瑛坦承主角春花和月红反而不如配角商水花、秀竹饱满生动。“这两个角色基本上是照着电影定位走的,恰恰因为这一点,她们不如其他角色饱满,因为电影给了我局限,它是一个经典,不能改变太多。”
电影中只有几句台词的商水花在电视剧中有了一个完整的人生。何赛飞饰演的商水花,原型是当年名震上海滩的筱丹桂。筱丹桂的悲剧命运也是旧社会越剧女伶的真实写照。筱丹桂被上海戏剧界的头面人物张春帆(剧中唐老板的原型)重金请到上海。成名后,筱丹桂渐渐成为张春帆的笼中鸟,最后不堪张春帆的虐待自杀,她出殡时,据说有四万人观看,规模和影响比阮玲玉还要大。剧中新加入的文秀竹,原型是上海滩一位很有名的绰号为“闪电小生”的越剧名伶,秀竹的结局也是照着真人的结局而写。她想过一种正常人的生活,所以选择了嫁人,但最后她却成了越剧界的阮玲玉,被流言蜚语所击垮。

[1] [2] [3] [4] 下一页
<%
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)
%> |