MACROMEDIA FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE Reference page 559

Actionscript 2.0 language reference
Table of Contents

Advertisement

Event summary
Event
Description
Invoked when the user dismisses the file-browsing dialog box.
onCancel
=
function(fileRef
:FileReference)
{}
Invoked when the upload or download operation has successfully
onComplete
=
completed.
function(fileRef
:FileReference)
{}
Invoked when an upload fails because of an HTTP error.
onHTTPError
=
function(fileRef
:FileReference,
httpError:Number
) {}
Invoked when an input/output error occurs.
onIOError
=
function(fileRef
:FileReference)
{}
Invoked when an upload or download operation starts.
onOpen
=
function(fileRef
:FileReference)
{}
Invoked periodically during the file upload or download operation.
onProgress
=
function(fileRef
:FileReference,
bytesLoaded:Numb
er,
bytesTotal:Numbe
r) {}
Invoked when an upload or download fails because of a security error.
onSecurityError
=
function(fileRef
:FileReference,
errorString:Stri
ng) {}
Invoked when the user selects a file to upload or download from the file-
onSelect
=
browsing dialog box.
function(fileRef
:FileReference)
{}
FileReference (flash.net.FileReference)
559

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-ACTIONSCRIPT 2.0 LANGUAGE and is the answer not in the manual?

This manual is also suitable for:

Flash 8

Table of Contents

Save PDF