Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
oper #1
Coy & Paste
its posible to create a Dynamic Copy&paste ?
for example: a button that when you click it will copy the test of a Text object and you only have to paste
in a notepad for example?
any ideas?
oper Guest
-
Paste Formatted/Paste Special
I would like to copy data from an Excel table to a table in Contribute keeping the same formatting. Is there a way to do this? Thanks, Michelle -
Paste Into
Hello all, I know how to Paste a group of objects into a square or circle very well, but How do you do you remove the group from the square or... -
Cannot Paste
Using AI 10.0 with Win XP... My AI was working fine about an hour ago now I've come back to it and I cannot paste(ctrl+V) after coping(ctrl+C). I... -
Where is Paste Behind?
Edit/Special/Paste Behind. Isn't that special? On Wed, 6 Aug 2003 21:42:25 +0000 (UTC), Vonster <webforumsuser@macromedia.com> wrote: --... -
Sometimes it won't paste?!
Got XP Home Ed. recently. Like to use Netscape browser. Sometimes, usually with Netscape, the cut & paste function won't work. I cut text and the... -
Jim Esteban #2
Re: Coy & Paste
getselection_btn.onRelease=function(txtobj:Object)
{
System.setClipboard(txtobj.text);
}
Jim Esteban Guest



Reply With Quote

