摘要: //创建一个 NetConnection 对象 var netConnection:NetConnection = new NetConnection();/*如果连接到没有使用服务器的FLV 文件,则通过向 connect() 方法传递值 null,来播放流式 FLV 文件*/netConnection.connect(null);/*创建一个 NetStream 对象(该对象将 NetConn... 阅读全文
posted @ 2010-12-09 15:39 LT世纪 阅读(595) 评论(1) 推荐(0) 编辑
摘要: //-------------------SCRUBBER + BUTTONS CONTROL--------------------//control.scruber_mc.scruber_button_mc.onPress = function(){ var tween = new Tween(control.pos_info_mc, "_alpha", Regular.easeOut, co... 阅读全文
posted @ 2010-12-09 15:37 LT世纪 阅读(352) 评论(0) 推荐(0) 编辑