| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 10 |
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 HTML_FORMAT:String = "air:html"| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 10 |
HTML data.
public static const RICH_TEXT_FORMAT:String = "air:rtf"| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 10 |
Rich Text Format data.
public static const TEXT_FORMAT:String = "air:text"| Language Version : | ActionScript 3.0 |
| Player Version : | Flash Player 10 |
String data.
public static const URL_FORMAT:String = "air:url"| Language Version : | ActionScript 3.0 |
A URL string (AIR only).
© 2004-2008 Adobe Systems Incorporated. All rights reserved.
Tue May 20 2008, 04:02 AM -07:00