Click to See Complete Forum and Search --> : Buttons for Copy to/from clipboard
1000ton
08-01-2008, 12:04 PM
How to make buttons for copy and paste text in clipboard with Kollmoves(using actionscript)?
Stoke Laurie
08-01-2008, 12:05 PM
Sorry, can you just explain a bit more fully what you want to do?
1000ton
08-01-2008, 12:25 PM
Thanks for your attention.
Well, in runtime (executing a swf), I have a text in the DinamicText and I need to place in the Clipboard. This is simple with Control+C but, I need this command inside a button with caption 'Copy to clipboard' . The same with another button with Control+V and caption 'Paste from clipboard'.
In PHP is like this:
on(release)
{
Selection.setFocus("_root.txt1");
this.onEnterFrame = function()
{
System.setClipboard(_root.txt1);
};
}
But in Actionscrip I don't know how make this.
Stoke Laurie
08-01-2008, 02:03 PM
http://www.actionscript.org/actionscripts_library/main/search.cgi?query=copy+to+clipboard&submit=SEARCH
that should do the trick
cheers
flashkit.com
Copyright WebMediaBrands Inc., All Rights Reserved.