PDA

View Full Version : HELP NEEDED with form data & clipboard!!!


shahid634
03-26-2004, 04:20 AM
hi,

i was wondering if it is possible to submit data from a form ,in flash, on to the clipboard?? i no this can be done from a regular html form using javascript. can i be done using actionscript?? please help.

thanks,
Shahid

simonboris
03-30-2004, 10:39 PM
var xYourForm:String = "Form: "+yourVar1+yourVar2+etc...
System.setClipboard(xYourForm);