Simple system clipboard management.
static public function push(content:Object):Void
Push content to the System clipboard
content
Void
static public function pop():String
Pop content out of the System clipboard and clear it.
String