Reputation: 1451
I have flex3 application which uses the following code.
import flash.desktop.TransferableFormats;
import flash.desktop.TransferableData;
When i use it in flash builder 4.6 it does not work and says "Definition flash.desktop.TransferableData could not be found"
What are the equivalent classes for above code in flash 4.6
Upvotes: 0
Views: 301
Reputation: 994
Another way to to fix this problem,
Upvotes: 0
Reputation:
Use Clipboard
and ClipboardFormats
, the classes you found are from some AIR beta, many a moon ago...
Upvotes: 1