Hi - in ActionScript-2 is there any way the html text can be copied and pasted without formatting loss.
Thanks, Yogesh
Hi - in ActionScript-2 is there any way the html text can be copied and pasted without formatting loss.
Thanks, Yogesh
Are you working in Flash specifically or in Flex? There's Rich Text components that will probably handle what you want.
But otherwise, I believe there is this property you can set on your textfield: yourTextField.useRichTextClipboard = true;
Haven't tested but hope this works! :)