flashFileHelper.mxml

Summary
flashFileHelper.mxml
Variables
uploadedFilesAn ArrayCollection of files that are located on the server.
Functions
headRelEvtHandles a click on the header of the file list.

Variables

uploadedFiles

private var uploadedFiles: ArrayCollection

An ArrayCollection of files that are located on the server.

Functions

headRelEvt

private function headRelEvt(event: DataGridEvent):void

Handles a click on the header of the file list.  This is implemented to get a case insensitive sort of the file name property.

Parameters

eventData Grid header click event.
private var uploadedFiles: ArrayCollection
An ArrayCollection of files that are located on the server.
private function headRelEvt(event: DataGridEvent):void
Handles a click on the header of the file list.