From c6c120b9aa3b081fc9724f083b72bfc7f83ebce7 Mon Sep 17 00:00:00 2001 From: timb Date: Thu, 11 Feb 2010 03:54:41 -0800 Subject: enabled webcam upload\! --- .../inspirit/net/events/MultipartURLLoaderEvent.as | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 webcam/ru/inspirit/net/events/MultipartURLLoaderEvent.as (limited to 'webcam/ru/inspirit/net/events') diff --git a/webcam/ru/inspirit/net/events/MultipartURLLoaderEvent.as b/webcam/ru/inspirit/net/events/MultipartURLLoaderEvent.as deleted file mode 100644 index 2b90855..0000000 --- a/webcam/ru/inspirit/net/events/MultipartURLLoaderEvent.as +++ /dev/null @@ -1,27 +0,0 @@ -package ru.inspirit.net.events -{ - import flash.events.Event; - - /** - * MultipartURLLoader Event for async data prepare tracking - * @author Eugene Zatepyakin - */ - public class MultipartURLLoaderEvent extends Event - { - public static const DATA_PREPARE_PROGRESS:String = 'dataPrepareProgress'; - public static const DATA_PREPARE_COMPLETE:String = 'dataPrepareComplete'; - - public var bytesWritten:uint = 0; - public var bytesTotal:uint = 0; - - public function MultipartURLLoaderEvent(type:String, w:uint = 0, t:uint = 0) - { - super(type); - - bytesTotal = t; - bytesWritten = w; - } - - } - -} \ No newline at end of file -- cgit v1.2.3-70-g09d2