Lines Matching refs:private

26 		private var mySound:Sound = new Sound();
27 private var myChannel:SoundChannel = new SoundChannel();
28 private var myContext:SoundLoaderContext = new SoundLoaderContext(3000, false);
29 private var myTransform:SoundTransform = new SoundTransform();
30 private var myRequest:URLRequest = new URLRequest();
32 private var timeUpdateTimer:Timer = new Timer(250, 0); // Matched to HTML event freq
33 private var progressTimer:Timer = new Timer(250, 0); // Matched to HTML event freq
34private var seekingTimer:Timer = new Timer(100, 0); // Internal: How often seeking is checked to s…
35private var playingTimer:Timer = new Timer(100, 0); // Internal: How often waiting/playing is chec…
36private var waitingTimer:Timer = new Timer(3000, 0); // Internal: Check from loadstart to loadOpen…
76 private function errorHandler(err:IOErrorEvent):void {
84 private function loadOpen(e:Event):void {
98 private function loadComplete(e:Event):void {
107 private function soundCompleteHandler(e:Event):void {
114 private function progressUpdates(active:Boolean):void {
122 private function progressHandler(e:TimerEvent):void {
125 private function progressEvent():void {
130 private function timeUpdates(active:Boolean):void {
139 private function timeUpdateHandler(e:TimerEvent):void {
142 private function timeUpdateEvent():void {
146 private function seeking(active:Boolean):void {
155 private function seekingHandler(e:TimerEvent):void {
170 private function seekingEvent():void {
175 private function seekedEvent():void {
180 private function playingHandler(e:TimerEvent):void {
183 private function checkPlaying(force:Boolean):void {
194 private function waitingEvent():void {
198 private function playingEvent():void {
203 private function waitingHandler(e:TimerEvent):void {
330 private function updateStatusValues():void {