Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.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 |
Runtime Versions: | AIR 1.0 |
Image data (AIR only).
public static const FILE_LIST_FORMAT:String = "air:file list"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 |
An array of files (AIR only).
public static const HTML_FORMAT:String = "air:html"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.0 |
HTML data.
public static const RICH_TEXT_FORMAT:String = "air:rtf"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.1 |
Rich Text Format data.
public static const TEXT_FORMAT:String = "air:text"
Language Version: | ActionScript 3.0 |
Runtime Versions: | Flash Player 10, AIR 1.0 |
String data.
public static const URL_FORMAT:String = "air:url"
Language Version: | ActionScript 3.0 |
Runtime Versions: | AIR 1.0 |
A URL string (AIR only).