Symbols   A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  
UIComponent — Class in package fl.core
The UIComponent class is the base class for all visual components, both interactive and noninteractive.
UIComponent() — Constructor in class fl.core.UIComponent
Creates a new UIComponent component instance.
UIComponentAccImpl — Class in package fl.accessibility
The UIComponentAccImpl class, also called the UIComponent Accessibility Implementation class, is used to make a UIComponent accessible.
UILoader — Class in package fl.containers
The UILoader class makes it possible to set content to load and to then monitor the loading operation at run time.
UILoader() — Constructor in class fl.containers.UILoader
Creates a new UILoader component instance.
uint — Final class in Top Level
The uint class provides methods for working with a data type representing a 32-bit unsigned integer.
uint(value:Number) — Package function in Top Level
Converts a given numeric value to an unsigned integer value.
uint(num:Object) — Constructor in class uint
Creates a new uint object.
UIScrollBar — Class in package fl.controls
The UIScrollBar class includes all of the scroll bar functionality, but adds a scrollTarget() method so it can be attached to a TextField component instance.
UIScrollBar() — Constructor in class fl.controls.UIScrollBar
Creates a new UIScrollBar component instance.
uncompress() — Method in class flash.utils.ByteArray
Decompresses the byte array.
undefined — Package constant property in Top Level
A special value that applies to untyped variables that have not been initialized or dynamic object properties that are not initialized.
underline — Property in class flash.text.TextFormat
Indicates whether the text that uses this text format is underlined (true) or not (false).
unescape(str:String) — Package function in Top Level
Evaluates the parameter str as a string, decodes the string from URL-encoded format (converting all hexadecimal sequences to ASCII characters), and returns the string.
unescapeMultiByte(value:String) — Package function in flash.utils
Returns an unescaped copy of the input string, which is decoded from either system code page page or UTF-8 depending on the value of System.useCodePage.
uninstallActions(name:String) — Static method in class adobe.utils.CustomActions
Removes the Custom Actions XML definition file named name.
union(toUnion:flash.geom:Rectangle) — Method in class flash.geom.Rectangle
Adds two rectangles together to create a new Rectangle object, by filling in the horizontal and vertical space between the two rectangles.
UNIQUESORT — Constant static property in class Array
Specifies the unique sorting requirement for the Array class sorting methods.
UNKNOWN — Constant static property in class flash.system.IMEConversionMode
The string "UNKNOWN", which can be returned by a call to the IME.conversionMode property.
unload() — Method in class fl.containers.UILoader
Removes a child of this UILoader object that was loaded by using either the load() method or the source property.
unload() — Method in class flash.display.Loader
Removes a child of this Loader object that was loaded by using the load() method.
unload — Event in class flash.display.LoaderInfo
Dispatched by a LoaderInfo object whenever a loaded object is removed by using the unload() method of the Loader object, or when a second load is performed by the same Loader object and the original content is removed prior to the load beginning.
UNLOAD — Constant static property in class flash.events.Event
Defines the value of the type property of an unload event object.
unlock(changeRect:flash.geom:Rectangle) — Method in class flash.display.BitmapData
Unlocks an image so that any objects that reference the BitmapData object, such as Bitmap objects, are updated when this BitmapData object changes.
unshift(... rest) — Method in class Array
Adds one or more elements to the beginning of an array and returns the new length of the array.
UNSUPPORTED_PROPERTY — Constant static property in class fl.video.VideoError
State variable indicating that an unsupported property was passed to the INCManager class, or the getProperty or setProperty methods.
UP — Constant static property in class flash.ui.Keyboard
Constant associated with the key code value for the Up Arrow key (38).
upArrowDisabledSkin — Style in class fl.containers.BaseScrollPane
Name of the class to use as the skin for the up arrow button of the scroll bar when it is disabled.
upArrowDisabledSkin — Style in class fl.controls.NumericStepper
The class that provides the skin for the up arrow when it is disabled.
upArrowDisabledSkin — Style in class fl.controls.ComboBox
Name of the class to use as the skin for the up arrow button of the scroll bar when it is disabled.
upArrowDisabledSkin — Style in class fl.controls.ScrollBar
Name of the class to use as the skin for the up arrow button of the scroll bar when it is disabled.
upArrowDownSkin — Style in class fl.containers.BaseScrollPane
Name of the class to use as the skin for the up arrow button of the scroll bar when you click the arrow button.
upArrowDownSkin — Style in class fl.controls.NumericStepper
The class that provides the skin for the up arrow when it is in the down state.
upArrowDownSkin — Style in class fl.controls.ComboBox
Name of the class to use as the skin for the up arrow button of the scroll bar when you click the arrow button.
upArrowDownSkin — Style in class fl.controls.ScrollBar
Name of the class to use as the skin for the up arrow button of the scroll bar when you click the arrow button.
upArrowOverSkin — Style in class fl.containers.BaseScrollPane
Name of the class to use as the skin for the up arrow button of the scroll bar when the mouse pointer is over the arrow button.
upArrowOverSkin — Style in class fl.controls.NumericStepper
The class that provides the skin for the down arrow during mouse over.
upArrowOverSkin — Style in class fl.controls.ComboBox
Name of the class to use as the skin for the up arrow button of the scroll bar when the mouse pointer is over the arrow button.
upArrowOverSkin — Style in class fl.controls.ScrollBar
Name of the class to use as the skin for the up arrow button of the scroll bar when the mouse pointer is over the arrow button.
upArrowUpSkin — Style in class fl.containers.BaseScrollPane
Name of the class to use as the skin for the up arrow button of the scroll bar.
upArrowUpSkin — Style in class fl.controls.NumericStepper
The class that provides the skin for the up arrow when it is in the up state.
upArrowUpSkin — Style in class fl.controls.ComboBox
Name of the class to use as the skin for the up arrow button of the scroll bar.
upArrowUpSkin — Style in class fl.controls.ScrollBar
Name of the class to use as the skin for the up arrow button of the scroll bar.
update() — Method in class fl.containers.ScrollPane
Refreshes the scroll bar properties based on the width and height of the content.
update() — Method in class fl.controls.UIScrollBar
Forces the scroll bar to update its scroll properties immediately.
updateAfterEvent() — Method in class flash.events.KeyboardEvent
Instructs Flash Player to render after processing of this event completes, if the display list has been modified
updateAfterEvent() — Method in class flash.events.MouseEvent
Instructs Flash Player to render after processing of this event completes, if the display list has been modified.
updateAfterEvent() — Method in class flash.events.TimerEvent
Instructs Flash Player to render after processing of this event completes, if the display list has been modified.
updateProperties() — Static method in class flash.accessibility.Accessibility
Tells Flash Player to apply any accessibility changes made by using the DisplayObject.accessibilityProperties property.
upIcon — Style in class fl.controls.LabelButton
Name of the class to use as the icon when a toggle button is not selected and the mouse is not over the button.
upIcon — Style in class fl.controls.CheckBox
Name of the class to use as the icon when a toggle button is not selected and the mouse is not over the button.
upIcon — Style in class fl.controls.RadioButton
Name of the class to use as the icon when a toggle button is not selected and the mouse is not over the button.
upload(request:flash.net:URLRequest, uploadDataFieldName:String, testUpload:Boolean) — Method in class flash.net.FileReference
Starts the upload of a file selected by a user to a remote server.
uploadCompleteData — Event in class flash.net.FileReference
Dispatched after data is received from the server after a successful upload.
UPLOAD_COMPLETE_DATA — Constant static property in class flash.events.DataEvent
Defines the value of the type property of an uploadCompleteData event object.
upSkin — Style in class fl.containers.ScrollPane
The default skin shown on the scroll pane.
upSkin — Style in class fl.controls.dataGridClasses.DataGridCellEditor
Name of the class to use as the skin for the background and border of the DataGridCellEditor.
upSkin — Style in class fl.controls.listClasses.CellRenderer
Name of the class to use as the skin for the background and border when the button is not selected and the mouse is not over the component.
upSkin — Style in class fl.controls.LabelButton
Name of the class to use as the skin for the background and border when the button is not selected and the mouse is not over the component.
upSkin — Style in class fl.controls.TextInput
The name of the class to use as a background for the TextInput component.
upSkin — Style in class fl.controls.BaseButton
Name of the class to use as the skin for the background and border when the button is not selected and the mouse is not over the component.
upSkin — Style in class fl.controls.ComboBox
The name of the class that provides the background of the ComboBox component.
upSkin — Style in class fl.controls.TextArea
The class that provides the background for the TextArea component.
upSkin — Style in class fl.controls.ColorPicker
The class that provides the skin for the ColorPicker button when it is in the up position.
upState — Property in class flash.display.SimpleButton
Specifies a display object that is used as the visual object for the button up state — the state that the button is in when the mouse is not positioned over the button.
uri — Property in class Namespace
The Uniform Resource Identifier (URI) of the namespace.
uri — Property in class QName
The Uniform Resource Identifier (URI) of the QName object.
uri — Property in class flash.net.NetConnection
The URI passed to the NetConnection.connect() method.
URIError — Dynamic class in Top Level
A URIError exception is thrown when one of the global URI handling functions is used in a way that is incompatible with its definition.
URIError(message:String) — Constructor in class URIError
Creates a new URIError object.
url — Property in class flash.display.LoaderInfo
The URL of the media being loaded.
url — Property in class flash.media.Sound
The URL from which this sound was loaded.
url — Property in class flash.net.URLRequest
The URL to be requested.
url — Property in class flash.text.TextFormat
Indicates the target URL for the text in this text format.
URLLoader — Class in package flash.net
The URLLoader class downloads data from a URL as text, binary data, or URL-encoded variables.
URLLoader(request:flash.net:URLRequest) — Constructor in class flash.net.URLLoader
Creates a URLLoader object.
URLLoaderDataFormat — Final class in package flash.net
The URLLoaderDataFormat class provides values that specify how downloaded data is received.
URLRequest — Final class in package flash.net
The URLRequest class captures all of the information in a single HTTP request.
URLRequest(url:String) — Constructor in class flash.net.URLRequest
Creates a URLRequest object.
URLRequestHeader — Final class in package flash.net
A URLRequestHeader object encapsulates a single HTTP request header and consists of a name/value pair.
URLRequestHeader(name:String, value:String) — Constructor in class flash.net.URLRequestHeader
Creates a new URLRequestHeader object that encapsulates a single HTTP request header.
URLRequestMethod — Final class in package flash.net
The URLRequestMethod class provides values that specify whether the URLRequest object should use the POST method or the GET method when sending data to a server.
URLStream — Class in package flash.net
The URLStream class provides low-level access to downloading URLs.
URLVariables — Dynamic class in package flash.net
The URLVariables class allows you to transfer variables between a Flash® application and a server.
URLVariables(source:String) — Constructor in class flash.net.URLVariables
Creates a new URLVariables object.
useBitmapScrolling — Property in class fl.containers.BaseScrollPane
When set to true, the cacheAsBitmap property for the scrolling content is set to true; when set to false this value is turned off.
useCodePage — Static property in class flash.system.System
A Boolean value that tells Flash Player which code page to use to interpret external text files.
useEchoSuppression — Property in class flash.media.Microphone
Set to true if echo suppression is enabled; false otherwise.
useHandCursor — Property in class flash.display.SimpleButton
A Boolean value that, when set to true, indicates whether Flash Player displays the hand cursor when the mouse rolls over a button.
useHandCursor — Property in class flash.display.Sprite
A Boolean value that indicates whether the pointing hand (hand cursor) appears when the mouse rolls over a sprite in which the buttonMode property is set to true.
use namespace — Statement
Causes the specified namespaces to be added to the set of open namespaces.
useRichTextClipboard — Property in class flash.text.TextField
Specifies whether to copy and paste the text formatting along with the text.
useSeconds — Property in class fl.transitions.Tween
Indicates whether the tween plays over a period of frames or seconds.
usingTLS — Property in class flash.net.NetConnection
Indicates whether a secure connection was made using native Transport Layer Security (TLS) rather than HTTPS.
UTC(year:Number, month:Number, date:Number, hour:Number, minute:Number, second:Number, millisecond:Number) — Static method in class Date
Returns the number of milliseconds between midnight on January 1, 1970, universal time, and the time specified in the parameters.
Symbols   A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z