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  
U — class Keyboard
Constant associated with the key code value for the U key (85).
UIComponent — class, package window.runtime.fl.core
The UIComponent class is the base class for all visual components, both interactive and noninteractive.
UIComponent() — Constructor, class UIComponent
Creates a new UIComponent component instance.
UIComponentAccImpl — class, package window.runtime.fl.accessibility
The UIComponentAccImpl class, also called the UIComponent Accessibility Implementation class, is used to make a UIComponent accessible.
UILoader — class, package window.runtime.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, class UILoader
Creates a new UILoader component instance.
uint — final class, Top Level
The uint class provides methods for working with a data type representing a 32-bit unsigned integer.
uint() — Package Function, Top Level
Converts a given numeric value to an unsigned integer value.
uint() — Constructor, class uint
Creates a new uint object.
UIScrollBar — class, package window.runtime.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, class UIScrollBar
Creates a new UIScrollBar component instance.
uncaughtScriptException — Event, class HTMLLoader
Signals that an uncaught JavaScript exception occurred in the HTMLLoader object.
UNCAUGHT_SCRIPT_EXCEPTION — class HTMLUncaughtScriptExceptionEvent
The HTMLUncaughtScriptExceptionEvent.UNCAUGHT_SCRIPT_EXCEPTION constant defines the value of the type property of an uncaughtScriptException event object.
uncompress() — method, class ByteArray
Decompresses the byte array.
undefined — Package Constant Property, Top Level
A special value that applies to untyped variables that have not been initialized or dynamic object properties that are not initialized.
underline — class TextFormat
Indicates whether the text that uses this text format is underlined (true) or not (false).
unescape() — Package Function, 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() — Package Function, 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() — Static Method , class CustomActions
Removes the Custom Actions XML definition file named name.
union() — method, class Rectangle
Adds two rectangles together to create a new Rectangle object, by filling in the horizontal and vertical space between the two rectangles.
UNIQUESORT — class Array
Specifies the unique sorting requirement for the Array class sorting methods.
UNKNOWN — class SignatureStatus
Unknown status.
UNKNOWN — class IMEConversionMode
The string "UNKNOWN", which can be returned by a call to the IME.conversionMode property.
unload() — method, class UILoader
Removes a child of this UILoader object that was loaded by using either the load() method or the source property.
unload() — method, class Loader
Removes a child of this Loader object that was loaded by using the load() method.
unload — Event, class 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 — class Event
The Event.UNLOAD constant defines the value of the type property of an unload event object.
unlock() — method, class 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() — method, class Array
Adds one or more elements to the beginning of an array and returns the new length of the array.
UNSUPPORTED_PROPERTY — class VideoError
State variable indicating that an unsupported property was passed to the INCManager class, or the getProperty or setProperty methods.
UP — class Keyboard
Constant associated with the key code value for the Up Arrow key (38).
upArrowDisabledSkin — Style, class 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, class ScrollBar
Name of the class to use as the skin for the up arrow button of the scroll bar when it is disabled.
upArrowDisabledSkin — Style, class NumericStepper
The class that provides the skin for the up arrow when it is disabled.
upArrowDisabledSkin — Style, class ComboBox
Name of the class to use as the skin for the up arrow button of the scroll bar when it is disabled.
upArrowDownSkin — Style, class 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, class 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.
upArrowDownSkin — Style, class NumericStepper
The class that provides the skin for the up arrow when it is in the down state.
upArrowDownSkin — Style, class 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.
upArrowOverSkin — Style, class 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, class 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.
upArrowOverSkin — Style, class NumericStepper
The class that provides the skin for the down arrow during mouse over.
upArrowOverSkin — Style, class 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.
upArrowUpSkin — Style, class BaseScrollPane
Name of the class to use as the skin for the up arrow button of the scroll bar.
upArrowUpSkin — Style, class ScrollBar
Name of the class to use as the skin for the up arrow button of the scroll bar.
upArrowUpSkin — Style, class NumericStepper
The class that provides the skin for the up arrow when it is in the up state.
upArrowUpSkin — Style, class ComboBox
Name of the class to use as the skin for the up arrow button of the scroll bar.
update() — method, class ScrollPane
Refreshes the scroll bar properties based on the width and height of the content.
update() — method, class UIScrollBar
Forces the scroll bar to update its scroll properties immediately.
update — Event, class SQLConnection
Dispatched when data in any table in any of the connected databases changes as a result of a SQL UPDATE command.
update(, ) — method, class Updater
Updates the currently running application with the version of the application contained in the specified AIR file.
UPDATE — class SQLMode
Indicates that the connection is opened for updates but a new database file is not created if the specified file doesn't exist.
UPDATE — class SQLUpdateEvent
The SQLUpdateEvent.UPDATE constant defines the value of the type property of a SQLConnection update event.
UPDATE — class FileMode
Used for a file to be opened in read/write mode.
updateAfterEvent() — method, class KeyboardEvent
Indicates that the display should be rendered after processing of this event completes, if the display list has been modified
updateAfterEvent() — method, class MouseEvent
Instructs Flash Player or Adobe AIR to render after processing of this event completes, if the display list has been modified.
updateAfterEvent() — method, class TimerEvent
Instructs Flash Player or the AIR runtime to render after processing of this event completes, if the display list has been modified.
updateLocation() — method, class HTMLHost
The function called when JavaScript code in the HTMLLoader object sets the window.location property.
updateProperties() — Static Method , class Accessibility
Tells Flash Player to apply any accessibility changes made by using the DisplayObject.accessibilityProperties property.
Updater — final class, package window.runtime.flash.desktop
The Updater class is used to update the currently running application with a different version.
Updater() — Constructor, class Updater
The constructor function for the Updater class.
updateStatus() — method, class HTMLHost
The function called when JavaScript code in the HTMLLoader object sets the window.status property.
updateTitle() — method, class HTMLHost
The function called when JavaScript code in the HTMLLoader object sets the window.document.title property or when the title element changes, either via the DOM or because of a new page load.
upIcon — Style, class 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.
upIcon — Style, class 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, class 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.
upload(, , ) — method, class FileReference
Starts the upload of a file selected by a user to a remote server.
uploadCompleteData — Event, class FileReference
Dispatched after data is received from the server after a successful upload.
UPLOAD_COMPLETE_DATA — class DataEvent
Defines the value of the type property of an uploadCompleteData event object.
uploadUnencoded() — method, class FileReference
Initiate uploading a file to a URL without any encoding.
upSkin — Style, class ScrollPane
The default skin shown on the scroll pane.
upSkin — Style, class DataGridCellEditor
Name of the class to use as the skin for the background and border of the DataGridCellEditor.
upSkin — Style, class 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, class TextInput
The name of the class to use as a background for the TextInput component.
upSkin — Style, class 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, class 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, class ComboBox
The name of the class that provides the background of the ComboBox component.
upSkin — Style, class ColorPicker
The class that provides the skin for the ColorPicker button when it is in the up position.
upSkin — Style, class TextArea
The class that provides the background for the TextArea component.
upState — class 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 — class Namespace
The Uniform Resource Identifier (URI) of the namespace.
uri — class QName
The Uniform Resource Identifier (URI) of the QName object.
uri — class NetConnection
The URI passed to the NetConnection.connect() method.
uriDereferencer — class XMLSignatureValidator
The IURIDereferencer implementation.
URIError — Dynamic Class, 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() — Constructor, class URIError
Creates a new URIError object.
url — class LoaderInfo
The URL of the media being loaded.
url — class File
The URL for this file path.
url — class HTMLHistoryItem
The URL of the HTML page.
url — class Sound
The URL from which this sound was loaded.
url — class URLRequest
The URL to be requested.
url — class TextFormat
Indicates the target URL for the text in this text format.
URL_FORMAT — class ClipboardFormats
A URL string.
URLLoader — class, package window.runtime.flash.net
The URLLoader class downloads data from a URL as text, binary data, or URL-encoded variables.
URLLoader() — Constructor, class URLLoader
Creates a URLLoader object.
URLLoaderDataFormat — final class, package window.runtime.flash.net
The URLLoaderDataFormat class provides values that specify how downloaded data is received.
URLMonitor — class, package window.runtime.air.net
The URLMonitor class monitors availablity of an HTTP- or HTTPS-based service.
URLMonitor(, ) — Constructor, class URLMonitor
Creates a URLMonitor Object for a specified HTTP- or HTTPS-based service.
urlPrompt — class DRMAuthenticateEvent
A prompt for a URL string, provided by the server.
urlRequest — class URLMonitor
The URLRequest object representing the probe request.
URLRequest — final class, package window.runtime.flash.net
The URLRequest class captures all of the information in a single HTTP request.
URLRequest() — Constructor, class URLRequest
Creates a URLRequest object.
URLRequestDefaults — class, package window.runtime.flash.net
The URLRequestDefaults class includes static properties that you can set to define default values for the properties of the URLRequest class.
URLRequestHeader — final class, package window.runtime.flash.net
A URLRequestHeader object encapsulates a single HTTP request header and consists of a name/value pair.
URLRequestHeader(, ) — Constructor, class URLRequestHeader
Creates a new URLRequestHeader object that encapsulates a single HTTP request header.
URLRequestMethod — final class, package window.runtime.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, package window.runtime.flash.net
The URLStream class provides low-level access to downloading URLs.
URLVariables — Dynamic Class, package window.runtime.flash.net
The URLVariables class allows you to transfer variables between an application and a server.
URLVariables() — Constructor, class URLVariables
Creates a new URLVariables object.
useBitmapScrolling — class 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.
useCache — class HTMLLoader
Specifies whether the local cache should be consulted before HTTP requests issued by this object fetch data.
useCache — class URLRequest
Specifies whether the local cache should be consulted before this URLRequest fetches data.
useCache — class URLRequestDefaults
The default setting for the useCache property of URLRequest objects.
useCodePage — class System
A Boolean value that determines which code page to use to interpret external text files.
useEchoSuppression — class Microphone
Set to true if echo suppression is enabled; false otherwise.
useHandCursor — class SimpleButton
A Boolean value that, when set to true, indicates whether the hand cursor is shown when the mouse rolls over a button.
useHandCursor — class 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.
userAgent — class HTMLLoader
The user agent string to be used in any upcoming content requests from this HTMLLoader object.
userAgent — class URLRequest
Specifies the user-agent string to be used in the HTTP request.
userAgent — class URLRequestDefaults
The default setting for the userAgent property of URLRequest objects.
userDirectory — class File
The user's directory.
useRichTextClipboard — class TextField
Specifies whether to copy and paste the text formatting along with the text.
userIdle — Event, class NativeApplication
Dispatched when the user has been idle for the period of time specified by the idleThreshold property.
USER_IDLE — class Event
The Event.USER_IDLE constant defines the value of the type property of a userIdle event object.
usernamePrompt — class DRMAuthenticateEvent
A prompt for a user name credential, provided by the server.
userPresent — Event, class NativeApplication
Dispatched when the operating system detects mouse or keyboard activity after an idle period.
USER_PRESENT — class Event
The Event.USER_PRESENT constant defines the value of the type property of a userPresent event object.
useSeconds — class Tween
Indicates whether the tween plays over a period of frames or seconds.
useSystemTrustStore — class XMLSignatureValidator
Specifies that certificates in the system trust store are used for chain building.
usingTLS — class NetConnection
Indicates whether a secure connection was made using native Transport Layer Security (TLS) rather than HTTPS.
UTC(, , , , , , ) — Static Method , class Date
Returns the number of milliseconds between midnight on January 1, 1970, universal time, and the time specified in the parameters.
UTILITY — class NativeWindowType
A utility window.
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