Lines Matching refs:private

41 		private var myConnection:NetConnection;
42 private var myStream:NetStream;
46 private var streamName:String;
48 private var connectString:Object;
50 private var firstTime:Boolean = true;
52 private var myTransform:SoundTransform = new SoundTransform ;
56 private var ConnMgr:ConnectManager=new ConnectManager();
58 private var timeUpdateTimer:Timer = new Timer(250,0);// Matched to HTML event freq
59 private var progressTimer:Timer = new Timer(250,0);// Matched to HTML event freq
60private var seekingTimer:Timer = new Timer(100,0);// Internal: How often seeking is checked to see…
62 private var startBuffer:Number = 3;
63 private var maxBuffer:Number = 12;
92 private function uncaughtErrorHandler(event:UncaughtErrorEvent):void
117 private function progressUpdates(active:Boolean):void
129 private function progressHandler(e:TimerEvent):void
143 private function progressEvent():void
151 private function timeUpdates(active:Boolean):void
163 private function timeUpdateHandler(e:TimerEvent):void
168 private function timeUpdateEvent():void
173 private function seeking(active:Boolean):void
192 private function seekingHandler(e:TimerEvent):void
214 private function seekingEvent():void
220 private function seekedEvent():void
228 private function netStatusHandler(e:NetStatusEvent):void
318 private function endedEvent():void
332 private function securityErrorHandler(event:SecurityErrorEvent):void
348 private function onResult(result:Object):void
405 private var overRideConnect:Boolean=false;
416 private var videoBinding:Boolean=false;
860 private function updateStatusValues():void