|
作者:雷媛 来源:兰州晨报 时间:2005-12-13 19:52:32 |
|
,第二天的排练和已经签订好的演出合同都无法进行下去。”陆金龙说,好不容易拉起了一支队伍,结果散了,没有了人,剧团还能存在吗?他说那时全国其他剧团只要听说是《丝路花雨》剧团的,不需考试直接录用。
突围:打金字招牌其实,在《丝路花雨》后,敦艺进行了不同的尝试,陆续排了不少大型的乐舞及民族舞,如《敦煌古乐》、《天马萧萧》、《悠悠雪羽河》等等。但现在来看,从2003年复排《丝路花雨》并开始探索将艺术产品转换为一种资本的发展之路,才是敦艺真正意义上开始继续打“丝路花雨”这个金字招牌的突围之路。
对继续主打“丝路花雨”这张牌,陆金龙认为他们不是“靠老本吃饭”,他说商业有句话常说“百年老店”,对于他们而言,一年搞一个精品是不现实的,那么现在既然有“现成”的品牌,为什么不用呢?而最主要的是再次打这张“牌”,靠的是创新。
陆金龙他们尝试的“将艺术产品转换为一种资本的发展之路”是指与甘肃花雨酒业的合作,合作产生了艺术的衍生产品———丝路花雨酒,而这个合作后来被称为“丝路花雨模式”。“这种合作使高雅艺术摆脱了商业环境下传播时在经费和演出报酬上的困境。”有专业人士这样评价“丝路花雨模式”。
抢滩:找准着力点已经70岁的仲明华曾是《丝路花雨》中的“神笔张”扮演者,在敦艺跳了30多年舞的仲明华也是剧院发展历程的见证人之一。
“现在任何一个戏都无法超越《丝路花雨》所产生的影响。”11月25日,已退休在家的仲明华用一句话说明了《丝路花雨》的成就,他说,不需要再说什么观众人次,出演国家……“那些是地球人都知道的”。
仲明华说,敦艺因《丝路花雨》的鼎盛而达到鼎盛,也因《丝路花雨》而走入低谷。“从艺术创作上讲,《丝路花雨》自己给自己出了个难题,它给以后的戏剧创作‘设’了很多无法逾越的‘门槛’,超越这个‘门槛’不易。”他说,没有了艺术创作上的突破,剧院怎么能有突破?而管理方式上的“守摊子”而不“创摊子”也是剧团走入沉寂的一个原因。“不管是《丝路花雨》的复排还是什么,最关键的是要找准着力点,找到创新的思路,要让老戏生花,而不是一味守旧。” 上一页 [1] [2]
 <%
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)
%> |