![MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference Download Page 559](http://html.mh-extra.com/html/macromedia/flash-8-actionscript-2-0-language/flash-8-actionscript-2-0-language_reference_687537559.webp)
FileReference (flash.net.FileReference)
559
Event summary
Event
Description
onCancel
=
function(fileRef
:FileReference)
{}
Invoked when the user dismisses the file-browsing dialog box.
onComplete
=
function(fileRef
:FileReference)
{}
Invoked when the upload or download operation has successfully
completed.
onHTTPError
=
function(fileRef
:FileReference,
httpError:Number
) {}
Invoked when an upload fails because of an HTTP error.
onIOError
=
function(fileRef
:FileReference)
{}
Invoked when an input/output error occurs.
onOpen
=
function(fileRef
:FileReference)
{}
Invoked when an upload or download operation starts.
onProgress
=
function(fileRef
:FileReference,
bytesLoaded:Numb
er,
bytesTotal:Numbe
r) {}
Invoked periodically during the file upload or download operation.
onSecurityError
=
function(fileRef
:FileReference,
errorString:Stri
ng) {}
Invoked when an upload or download fails because of a security error.
onSelect
=
function(fileRef
:FileReference)
{}
Invoked when the user selects a file to upload or download from the file-
browsing dialog box.
Summary of Contents for FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE
Page 1: ...ActionScript 2 0 Language Reference ...
Page 1352: ...1352 ActionScript classes ...