294 Classes
The flash.geom package
The flash.geom package contains geometry classes, such as points, rectangles, and
transformation matrices. These classes support the BitmapData class and the bitmap caching
feature. For more information on each class, see the cross references provided in the
following table.
The flash.net package
The flash.net package contains classes that let you upload and download one or more files
between a user’s computer and the server. For more information on each class, see the cross
references provided in the following table.
Class Description
ColorTransform The ColorTransform class lets you mathematically set the RGB color
value and color transform of an instance. You can retrieve these values
after they have been set. See ColorTransform
(flash.geom.ColorTransform).
Matrix Represents a transformation matrix that determines how to map points
from one coordinate space to another. See Matrix
(flash.geom.Matrix).
Point The Point object represents a location in a two-dimensional coordinate
system, where
x represents the horizontal axis and y represents the
vertical axis. See Point (flash.geom.Point).
Rectangle The Rectangle class is used to create and modify Rectangle objects.
See Rectangle (flash.geom.Rectangle).
Transform Collects data about color transformations and coordinate
manipulations that are applied to an object instance. See Transform
(flash.geom.Transform).
Class Description
FileReference The FileReference class lets you upload and download one or more
files between a user’s computer and a server. See FileReference
(flash.net.FileReference).
FileReferenceList The FileReferenceList class lets you upload one or more files from a
user’s computer to a server. See FileReferenceList
(flash.net.FileReferenceList).