Language version: | ActionScript 3.0 |
The ClipboardFormats class defines constants for the names of the standard data formats used with the Clipboard class.
Flash Player 10 only supports TEXT_FORMAT, RICH_TEXT_FORMAT, and HTML_FORMAT.
public static const BITMAP_FORMAT:String = "air:bitmap"
Language version: | ActionScript 3.0 |
Image data (AIR only).
public static const FILE_LIST_FORMAT:String = "air:file list"
Language version: | ActionScript 3.0 |
An array of files (AIR only).
public static const FILE_PROMISE_LIST_FORMAT:String = "air:file promise list"
Language version: | ActionScript 3.0 |
File promise list (AIR only).
public static const HTML_FORMAT:String = "air:html"
Language version: | ActionScript 3.0 |
HTML data.
public static const RICH_TEXT_FORMAT:String = "air:rtf"
Language version: | ActionScript 3.0 |
Rich Text Format data.
public static const TEXT_FORMAT:String = "air:text"
Language version: | ActionScript 3.0 |
String data.
public static const URL_FORMAT:String = "air:url"
Language version: | ActionScript 3.0 |
A URL string (AIR only).
© 2004-2022 Adobe Systems Incorporated. All rights reserved.
Wed Sep 28 2022, 6:12 PM GMT+01:00